Skip to content

Commit daa3f3f

Browse files
authored
Merge pull request #260 from filecoin-project/release/v1.11.0-rc1
release: v1.11.0-rc1
2 parents b5b774f + 5cdd02d commit daa3f3f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# go-data-transfer changelog
22

3+
# go-data-transfer 1.11.0-rc1
4+
5+
- github.com/ipfs/go-graphsync (v0.9.1 -> v0.10.0-rc3):
6+
- refactor: remove libp2p protocol cache (#259) ([filecoin-project/go-data-transfer#259](https://github.com/filecoin-project/go-data-transfer/pull/259))
7+
- Do not send first blocks extension (#230) ([ipfs/go-graphsync#230](https://github.com/ipfs/go-graphsync/pull/230))
8+
- Protect Libp2p Connections (#229) ([ipfs/go-graphsync#229](https://github.com/ipfs/go-graphsync/pull/229))
9+
- test(responsemanager): remove check (#228) ([ipfs/go-graphsync#228](https://github.com/ipfs/go-graphsync/pull/228))
10+
- feat(graphsync): give missing blocks a named error (#227) ([ipfs/go-graphsync#227](https://github.com/ipfs/go-graphsync/pull/227))
11+
- Add request limits (#224) ([ipfs/go-graphsync#224](https://github.com/ipfs/go-graphsync/pull/224))
12+
- Tech Debt Cleanup and Docs Update (#219) ([ipfs/go-graphsync#219](https://github.com/ipfs/go-graphsync/pull/219))
13+
- fix(requestmanager): remove main thread block on allocation (#216) ([ipfs/go-graphsync#216](https://github.com/ipfs/go-graphsync/pull/216))
14+
- feat(allocator): add debug logging (#213) ([ipfs/go-graphsync#213](https://github.com/ipfs/go-graphsync/pull/213))
15+
- fix: spurious warn log (#210) ([ipfs/go-graphsync#210](https://github.com/ipfs/go-graphsync/pull/210))
16+
17+
Contributors
18+
19+
| Contributor | Commits | Lines ± | Files Changed |
20+
|-------------|---------|---------|---------------|
21+
| Hannah Howard | 11 | +3040/-2429 | 86 |
22+
| dirkmc | 3 | +768/-292 | 36 |
23+
| hannahhoward | 4 | +59/-1 | 4 |
24+
325
# go-data-transfer 1.10.1
426

527
Critical bug fix in graphsync + testcase to demonstrate fix

0 commit comments

Comments
 (0)