File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1
1
# go-graphsync changelog
2
2
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
+
3
28
# go-graphsync v0.10.5
4
29
5
30
Small refactors and improvements, remove memory leaks, add OutgoingRequestProcessing hook
You can’t perform that action at this time.
0 commit comments