Skip to content

Releases: fedora-infra/flask-healthz

v1.0.1

30 Oct 15:27
v1.0.1
d681c0c
Compare
Choose a tag to compare
  • Drop support for Python 3.7, add support for Python 3.11 (77a0668)
  • Improve the automatic changelog generation (7d636b8)
  • Fix sigstore action version (e29990c)
  • Update dependencies

Full Changelog: v1.0.0...v1.0.1

v1.0.0

12 Oct 13:21
v1.0.0
ba9a535
Compare
Choose a tag to compare

What's Changed

  • PrefixFilter: handle record.args.status being a str by @retoo in #17
  • Switch tox-github-action from master to main branch by @frenzymadness in #96
  • Replace dependabot with renovate by @LenkaSeg in #109
  • Dependency updates

New Contributors

Full Changelog: v0.0.3...v1.0.0

Version 0.0.3

24 Jun 09:28
v0.0.3
b32802a
Compare
Choose a tag to compare
  • Support both Flask 1.x and 2.x (d3ee77d)
  • Use RFC7807 in the replies (16daa07)
  • Add an extension that can optionally disable logging for the healthz endpoints (00fc0c2)
  • Add basic Talisman support (89c5aa8)
  • Development and testing changes