Skip to content

Commit 898c479

Browse files
committed
docs(CHANGELOG): update for v0.11.4 release
1 parent c5de746 commit 898c479

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

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+
332
# go-graphsync v0.11.3
433

534
Minor bug fix for stats + merge of response tracing

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.11.3"
2+
"version": "v0.11.4"
33
}

0 commit comments

Comments
 (0)