Skip to content

Commit

Permalink
docs(CHANGELOG): update for v0.10.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward committed Nov 29, 2021
1 parent 623c835 commit 2925810
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# go-graphsync changelog

# go-graphsync v0.10.6

Use TaskQueue in ResponseManager and remove memory backpressure from request side

### Changelog

- github.com/ipfs/go-graphsync:
- feat!(requestmanager): remove request allocation backpressure (#272) ([ipfs/go-graphsync#272](https://github.com/ipfs/go-graphsync/pull/272))
- message/pb: stop using gogo/protobuf (#277) ([ipfs/go-graphsync#277](https://github.com/ipfs/go-graphsync/pull/277))
- mark all test helper funcs via t.Helper (#276) ([ipfs/go-graphsync#276](https://github.com/ipfs/go-graphsync/pull/276))
- chore(queryexecutor): remove unused RunTraversal
- chore(responsemanager): remove unused workSignal
- chore(queryexecutor): fix tests for runtraversal refactor + clean up
- feat(queryexecutor): merge RunTraversal into QueryExecutor
- feat(responsemanager): QueryExecutor to separate module - use TaskQueue, add tests
- Merge branch 'release/v0.10.5'

### Contributors

| Contributor | Commits | Lines ± | Files Changed |
|-------------|---------|---------|---------------|
| Rod Vagg | 5 | +1451/-1213 | 28 |
| hannahhoward | 1 | +150/-120 | 9 |
| Daniel Martí | 2 | +133/-122 | 19 |

# go-graphsync v0.10.5

Small refactors and improvements, remove memory leaks, add OutgoingRequestProcessing hook
Expand Down

0 comments on commit 2925810

Please sign in to comment.