* 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
What's Changed * PrefixFilter: handle record.args.status being a str by retoo in https://github.com/fedora-infra/flask-healthz/pull/17 * Switch tox-github-action from master to main branch by frenzymadness in https://github.com/fedora-infra/flask-healthz/pull/96 * Replace dependabot with renovate by LenkaSeg in https://github.com/fedora-infra/flask-healthz/pull/109 * Dependency updates
New Contributors * retoo made their first contribution in https://github.com/fedora-infra/flask-healthz/pull/17 * frenzymadness made their first contribution in https://github.com/fedora-infra/flask-healthz/pull/96 * LenkaSeg made their first contribution in https://github.com/fedora-infra/flask-healthz/pull/109
* 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