v1.4.0
Added
- Tracing per request with auth header (see
RAINBOW_TRACING_AUTH
) or a fraction of requests (seeRAINBOW_SAMPLING_FRACTION
) - Debugging with
Rainbow-No-Blockcache
that is gated by theAuthorization
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
- fix(metrics): more duration histogram buckets by @lidel in #142
- chore: gateway-conformance v6 by @lidel in #144
- fix: --version flag includes release version by @gammazero in #149
- chore(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #148
- chore: update dependencies by @lidel in #150
- feat: tracing of gateway requests by @aschmahmann in #143
- feat: add header for skipping the blockcache by @aschmahmann in #152
New Contributors
- @gammazero made their first contribution in #149
Full Changelog: v1.3.0...v1.4.0
This release was brought to you by the Shipyard team.