Skip to content

Commit ceb3c41

Browse files
authored
release: v1.5.0 (#200)
1 parent 77b948c commit ceb3c41

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

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

3+
# go-data-transfer 1.5.0
4+
5+
Support the data transfer being restarted.
6+
7+
- github.com/filecoin-project/go-data-transfer:
8+
- Add isRestart param to validators (#197) ([filecoin-project/go-data-transfer#197](https://github.com/filecoin-project/go-data-transfer/pull/197))
9+
- fix: flaky TestChannelMonitorAutoRestart (#198) ([filecoin-project/go-data-transfer#198](https://github.com/filecoin-project/go-data-transfer/pull/198))
10+
- Channel monitor watches for errors instead of measuring data rate (#190) ([filecoin-project/go-data-transfer#190](https://github.com/filecoin-project/go-data-transfer/pull/190))
11+
- fix: prevent concurrent restarts for same channel (#195) ([filecoin-project/go-data-transfer#195](https://github.com/filecoin-project/go-data-transfer/pull/195))
12+
- fix: channel state machine event handling (#194) ([filecoin-project/go-data-transfer#194](https://github.com/filecoin-project/go-data-transfer/pull/194))
13+
- Dont double count data sent (#185) ([filecoin-project/go-data-transfer#185](https://github.com/filecoin-project/go-data-transfer/pull/185))
14+
- github.com/ipfs/go-graphsync (v0.6.0 -> v0.6.1):
15+
- feat: fire network error when network disconnects during request (#164) ([ipfs/go-graphsync#164](https://github.com/ipfs/go-graphsync/pull/164))
16+
17+
Contributors
18+
19+
| Contributor | Commits | Lines ± | Files Changed |
20+
|-------------|---------|---------|---------------|
21+
| dirkmc | 8 | +1235/-868 | 37 |
22+
| Dirk McCormick | 1 | +11/-0 | 1 |
23+
324
# go-data-transfer 1.4.3
425

526
- github.com/filecoin-project/go-data-transfer:

0 commit comments

Comments
 (0)