Skip to content

Commit

Permalink
Merge pull request #218 from filecoin-project/release/v1.6.1
Browse files Browse the repository at this point in the history
release: v1.6.1
  • Loading branch information
dirkmc authored Jun 8, 2021
2 parents 7e93538 + ae7f02b commit f80db17
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# go-data-transfer changelog

# go-data-transfer 1.6.1

Remove performance bottleneck with CID lists.

- github.com/filecoin-project/go-data-transfer:
- Remove CID lists (#217) ([filecoin-project/go-data-transfer#217](https://github.com/filecoin-project/go-data-transfer/pull/217))
- feat: use different extension names to fit multiple hooks data in same graphsync message (#204) ([filecoin-project/go-data-transfer#204](https://github.com/filecoin-project/go-data-transfer/pull/204))
- fix: map race in GS transport (#208) ([filecoin-project/go-data-transfer#208](https://github.com/filecoin-project/go-data-transfer/pull/208))
- refactor: simplify graphsync transport (#203) ([filecoin-project/go-data-transfer#203](https://github.com/filecoin-project/go-data-transfer/pull/203))

Contributors

| Contributor | Commits | Lines ± | Files Changed |
|-------------|---------|---------|---------------|
| dirkmc | 5 | +1134/-707 | 24 |
| tchardin | 1 | +261/-33 | 4 |
| Dirk McCormick | 13 | +193/-2 | 13 |
| hannahhoward | 1 | +17/-0 | 1 |

# go-data-transfer 1.6.0

- github.com/filecoin-project/go-data-transfer:
Expand Down

0 comments on commit f80db17

Please sign in to comment.