Skip to content

Releases: filecoin-project/go-data-transfer

v2.0.0-rc8

16 May 07:23
Compare
Choose a tag to compare

What's Changed

  • Update Go minimum to v1.21
  • chore(deps): bump github.com/libp2p/go-libp2p from 0.25.0 to 0.27.8 by @dependabot in #377
  • fix: extend linter timeout in CI by @rvagg in #382
  • Stream cleanup by @aarshkshah1992 in #381
  • chore(deps): bump golang.org/x/net from 0.8.0 to 0.23.0 by @dependabot in #383
  • chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #385
  • chore!: update graphsync, libp2p, quic; bump go version by @rvagg in #387

Full Changelog: v2.0.0-rc7...v2.0.0-rc8

v1.15.4-boost

27 Mar 14:50
bf596e9
Compare
Choose a tag to compare

A successor to v1.15.3 that depends on boost-graphsync and updates other dependencies so as to match the dependencies of lotus v1.21.x

v1.11.6

17 Nov 07:18
2e55897
Compare
Choose a tag to compare
  • Update to go-graphsync v0.10.4.

v1.7.8

27 Aug 19:46
5493514
Compare
Choose a tag to compare
  • propagate cancellations to peer.

v1.7.5

23 Aug 05:46
e69ae98
Compare
Choose a tag to compare
  • log data-transfer completion messages.

v1.7.4

18 Aug 11:21
8931e01
Compare
Choose a tag to compare

Fix handling of the DataQueued and DataSent states when data-transfer is in the TransferFinished states. Issue at #234.

v1.7.3

06 Aug 15:20
f3280ab
Compare
Choose a tag to compare
  • simplify graphsync cancel and remove races.

v1.7.2

29 Jul 09:50
1d44c41
Compare
Choose a tag to compare
  • Log local channel creation and startup for data transfer requests.