File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11# go-graphsync changelog
22
3+ # go-graphsync v0.13.3
4+
5+ Minor performance fixes
6+
7+ ### Changelog
8+
9+ - github.com/ipfs/go-graphsync:
10+ - fix(graphsync): fix potential lock on context cancel (#391 ) ([ ipfs/go-graphsync #391 ] ( https://github.com/ipfs/go-graphsync/pull/391 ) )
11+ - fix: shutdown queue on publish error if not done (#412 ) ([ ipfs/go-graphsync #412 ] ( https://github.com/ipfs/go-graphsync/pull/412 ) )
12+
13+ ### Contributors
14+
15+ | Contributor | Commits | Lines ± | Files Changed |
16+ | -------------| ---------| ---------| ---------------|
17+ | Hannah Howard | 1 | +33/-0 | 3 |
18+ | Jacob Heun | 1 | +7/-1 | 1 |
19+
320# go-graphsync v0.13.2
421
522Minor stability and depedency upgrade prior to future breaking library changes
@@ -49,7 +66,7 @@ Graphsync v0.13.0 is a major new feature release
4966Key features:
5067
5168#### Graphsync 2.0 protocol
52-
69+
5370Graphsync is now a CBOR protocol with an IPLD schema. The new protocol is quite
5471similar to the protobuf protocol, but slightly smaller, and includes a few major
5572changes:
Original file line number Diff line number Diff line change 11{
2- "version" : " v0.13.2 "
2+ "version" : " v0.13.3 "
33}
You can’t perform that action at this time.
0 commit comments