Skip to content

Releases: ipni/cassette

v0.0.2

19 Sep 18:34
e76fc96
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

25 Jul 21:29
6fffab5
Compare
Choose a tag to compare

What's Changed

  • Implement lookup cascade over bitswap by @masih in #1
  • Bump golang.org/x/net from 0.5.0 to 0.7.0 by @dependabot in #4
  • Implement broadcast batching by @masih in #5
  • Cancel context early to avoid notification to closed channel by @masih in #7
  • ci: update Unified CI configuration by @web3-bot in #8
  • Add option to disable fallback on Want-Blocks by @masih in #9
  • Gather and report metrics on lookup success and broadcasting by @masih in #10
  • Accept requests as long as one allowed cascade label is present by @masih in #11
  • Containerize cassette binary and add CI to publish images by @masih in #12
  • Implement optional configuration via YAML file by @masih in #13
  • Fix config override left behind during testing by @masih in #14
  • Count number of messages received by sender peer ID by @masih in #19
  • Add ErrDialBackoff as an error kind tag by @masih in #20
  • Fix in-flight time reset by @masih in #21
  • Explicitly unwrap dial backoff errors to tag metrics by @masih in #23
  • Implement automatic peer address discovery via IPFS DHT by @masih in #24
  • Integrate broadcast recipient circuit breakers by @masih in #25
  • Delete recipients on Circuit breaker opening by @masih in #27
  • Upgrade to latest boxo by @masih in #28
  • Cancel WANT-* request within a configurable timeout by @masih in #30
  • Count non-cancel CIDs broadcasted separately by @masih in #31
  • Check context while adding CIDs to broadcast list by @masih in #32
  • Add send total timeout and use dedicated context for metrics by @masih in #33
  • Parameterize receiver channel buffer by @masih in #34
  • Handle receiver hook via buffered channel by @masih in #36
  • Revert "Parameterize receiver channel buffer" by @masih in #37
  • Implement configurable provider record caching by @masih in #38
  • Add config to whether cache 404s by @masih in #39
  • Bump docker/build-push-action from 3 to 4 by @dependabot in #42
  • Bump codecov/codecov-action from 3.1.1 to 3.1.4 by @dependabot in #43
  • Bump actions/setup-go from 3 to 4 by @dependabot in #41
  • Bump aws-actions/configure-aws-credentials from 1 to 2 by @dependabot in #40
  • Bump actions/checkout from 2 to 3 by @dependabot in #45
  • Bump protocol/multiple-go-modules from 1.2 to 1.4 by @dependabot in #46
  • Use response writer from go-libipni/rwriter by @gammazero in #47
  • Remove unnecessary code by @gammazero in #48

New Contributors

Full Changelog: https://github.com/ipni/cassette/commits/v0.0.1