From ae7f02bc97d7a68528354b9c049a285624a1aa51 Mon Sep 17 00:00:00 2001 From: Dirk McCormick Date: Tue, 8 Jun 2021 16:26:27 +0200 Subject: [PATCH] release: v1.6.1 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df093225..5b2e7890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: