Releases: ipni/cassette
Releases · ipni/cassette
v0.0.2
What's Changed
- Update dependencies including go-libp2p-kad-dht by @gammazero in #50
- Bump github.com/libp2p/go-libp2p from 0.29.0 to 0.29.1 by @dependabot in #51
- ci: uci/delete-templates by @web3-bot in #52
- ci: uci/copy-templates by @web3-bot in #53
- ci: uci/copy-templates by @web3-bot in #54
- Bump aws-actions/configure-aws-credentials from 2 to 3 by @dependabot in #55
- Bump actions/checkout from 3 to 4 by @dependabot in #56
- Bump aws-actions/configure-aws-credentials from 3 to 4 by @dependabot in #61
- Bump docker/login-action from 2 to 3 by @dependabot in #59
- Bump docker/metadata-action from 4 to 5 by @dependabot in #60
- Bump docker/build-push-action from 4 to 5 by @dependabot in #58
- Bump docker/setup-buildx-action from 2 to 3 by @dependabot in #57
Full Changelog: v0.0.1...v0.0.2
v0.0.1
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
- @masih made their first contribution in #1
- @dependabot made their first contribution in #4
- @web3-bot made their first contribution in #8
- @gammazero made their first contribution in #47
Full Changelog: https://github.com/ipni/cassette/commits/v0.0.1