Skip to content

Releases: ipfs/rainbow

v1.8.3

25 Oct 16:00
6380341
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.2...v1.8.3

This release was brought to you by the Shipyard team.

v1.8.2

23 Oct 21:04
5038258
Compare
Choose a tag to compare

What's Changed

  • chore: update go-libp2p to v0.37.0 and require go1.23.2 by @gammazero in #181

Full Changelog: v1.8.1...v1.8.2

This release was brought to you by the Shipyard team.

v1.8.1

23 Oct 05:08
8dc68be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

This release was brought to you by the Shipyard team.

v1.8.0

16 Oct 16:00
a12fc61
Compare
Choose a tag to compare

What's Changed

  • Update blockstores.md by @gammazero in #169
  • chore: update kubo and go used in gateway-conformance test by @gammazero in #164
  • feat(http-routers): filter-protocols from IPIP-484 by @lidel in #173
  • docs: dedicated tracing.md by @lidel in #172

Full Changelog: v1.7.0...v1.8.0

This release was brought to you by the Shipyard team.

v1.7.0

07 Oct 16:41
98f6629
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

This release was brought to you by the Shipyard team.

v1.6.0

12 Sep 15:50
aaed545
Compare
Choose a tag to compare

Changed

  • Updated Go in go.mod to 1.22
  • Updated dependencies

Fixed

  • a bug whereby FindPeer won't return results for peers behind NAT which only have /p2p-circuit multiaddrs go-libp2p-kad-dht#976

Full Changelog: v1.5.0...v1.6.0

This release was brought to you by the Shipyard team.

v1.5.0

07 Aug 23:58
471f095
Compare
Choose a tag to compare

Added

  • Simple end-to-end test to check that trustless-gateway-domains are set correctly. #151 #157
  • HTTP API to dynamically list logging subsystems and modify logging levels for subsystems. #156

Changed

Full Changelog: v1.4.0...v1.5.0

This release was brought to you by the Shipyard team.

v1.4.0

26 Jun 00:38
0a58582
Compare
Choose a tag to compare

Added

  • Tracing per request with auth header (see RAINBOW_TRACING_AUTH) or a fraction of requests (see RAINBOW_SAMPLING_FRACTION)
  • Debugging with Rainbow-No-Blockcache that is gated by the Authorization header and does not use the local block cache for the request

Changed

  • go-libp2p 0.35
  • boxo 0.21

Fixed

  • Added more buckets to the duration histogram metric to allow for tracking operations that take longer than 1 minute.
  • Release version included in --version output.

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

This release was brought to you by the Shipyard team.

v1.3.0

24 May 06:47
Compare
Choose a tag to compare

Added

  • Now supports remote backends (using RAW block or CAR requests) via --remote-backends (RAINBOW_REMOTE_BACKENDS).
  • Added configurable libp2p listen addresses for the Bitswap host via the libp2p-listen-addrs flag and RAINBOW_LIBP2P_LISTEN_ADDRS environment variable

What's Changed

New Contributors

Full Changelog: v1.2.2...v1.3.0

This release was brought to you by the Shipyard team.

v1.2.2

15 May 08:40
Compare
Choose a tag to compare

Fixed

  • Rainbow no longer initializes Bitswap server by default, restoring behavior from v1.0.0.

What's Changed

Full Changelog: v1.2.0...v1.2.2

This release was brought to you by the Shipyard team.