Skip to content

Commit 2925810

Browse files
committed
docs(CHANGELOG): update for v0.10.6 release
1 parent 623c835 commit 2925810

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# go-graphsync changelog
22

3+
# go-graphsync v0.10.6
4+
5+
Use TaskQueue in ResponseManager and remove memory backpressure from request side
6+
7+
### Changelog
8+
9+
- github.com/ipfs/go-graphsync:
10+
- feat!(requestmanager): remove request allocation backpressure (#272) ([ipfs/go-graphsync#272](https://github.com/ipfs/go-graphsync/pull/272))
11+
- message/pb: stop using gogo/protobuf (#277) ([ipfs/go-graphsync#277](https://github.com/ipfs/go-graphsync/pull/277))
12+
- mark all test helper funcs via t.Helper (#276) ([ipfs/go-graphsync#276](https://github.com/ipfs/go-graphsync/pull/276))
13+
- chore(queryexecutor): remove unused RunTraversal
14+
- chore(responsemanager): remove unused workSignal
15+
- chore(queryexecutor): fix tests for runtraversal refactor + clean up
16+
- feat(queryexecutor): merge RunTraversal into QueryExecutor
17+
- feat(responsemanager): QueryExecutor to separate module - use TaskQueue, add tests
18+
- Merge branch 'release/v0.10.5'
19+
20+
### Contributors
21+
22+
| Contributor | Commits | Lines ± | Files Changed |
23+
|-------------|---------|---------|---------------|
24+
| Rod Vagg | 5 | +1451/-1213 | 28 |
25+
| hannahhoward | 1 | +150/-120 | 9 |
26+
| Daniel Martí | 2 | +133/-122 | 19 |
27+
328
# go-graphsync v0.10.5
429

530
Small refactors and improvements, remove memory leaks, add OutgoingRequestProcessing hook

0 commit comments

Comments
 (0)