File tree 2 files changed +30
-1
lines changed
2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1
1
# go-graphsync changelog
2
2
3
+ # go-graphsync v0.11.4
4
+
5
+ This update contains an important fix in graphsync's error handling behavior
6
+ for faulty network connections. We no longer send a torrent of failed messages
7
+ whent he network fails -- only one
8
+
9
+ ### Changelog
10
+
11
+ - github.com/ipfs/go-graphsync:
12
+ - Scrub response errors (#320 ) ([ ipfs/go-graphsync #320 ] ( https://github.com/ipfs/go-graphsync/pull/320 ) )
13
+ - mod: bump to go-ipld-prime v0.14 (#321 ) ([ ipfs/go-graphsync #321 ] ( https://github.com/ipfs/go-graphsync/pull/321 ) )
14
+ - fix(responsemanager): remove unused maxInProcessRequests parameter (#319 ) ([ ipfs/go-graphsync #319 ] ( https://github.com/ipfs/go-graphsync/pull/319 ) )
15
+ - feat(responsemanager): allow ctx augmentation via queued request hook
16
+ - make go test with coverpkg=./...
17
+ - update .github/workflows/release-check.yml
18
+ - update .github/workflows/releaser.yml
19
+ - update .github/workflows/go-check.yml
20
+ - update .github/workflows/go-test.yml
21
+
22
+ ### Contributors
23
+
24
+ | Contributor | Commits | Lines ± | Files Changed |
25
+ | -------------| ---------| ---------| ---------------|
26
+ | Hannah Howard | 1 | +1180/-837 | 29 |
27
+ | Rod Vagg | 2 | +63/-22 | 10 |
28
+ | Daniel Martí | 1 | +17/-8 | 2 |
29
+ | web3-bot | 4 | +14/-5 | 4 |
30
+ | galargh | 1 | +1/-0 | 1 |
31
+
3
32
# go-graphsync v0.11.3
4
33
5
34
Minor bug fix for stats + merge of response tracing
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " v0.11.3 "
2
+ "version" : " v0.11.4 "
3
3
}
You can’t perform that action at this time.
0 commit comments