0.8.0 - 2025-06-25
BREAKING CHANGE: The bitcoin_ban_created
and bitcoin_banned_until
metrics are now disabled by default. Re-enable,
if desired, using BAN_ADDRESS_METRICS=true
.
Changed
- Update docker base image to be fully qualifed for better podman support (#25)
- Add metric for minimum fee (#31)
- Upgrade to Python 3.13
- Remove support for s390x docker image
- Disable per-address metrics for banned peers. Add
bitcoin_banned_peers
metric for summary information. (#13) - Remove unused
RETRIES
variable (#36)