Releases: mozilla-services/python-dockerflow
Releases · mozilla-services/python-dockerflow
2024.04.2
What's Changed
- Fix docstrings about heartbeat status on warnings (200, not 5XX) by @wilbrdt in #110
- Update Django docs by @jwhitlock in #109
- Allowing for async checks in fastApi. Cleaning up old code. by @alexcottner in #114
New Contributors
- @wilbrdt made their first contribution in #110
- @alexcottner made their first contribution in #114
Full Changelog: 2024.4.1...2024.04.2
2024.4.1
What's Changed
- Update changelog for latest release by @grahamalama in #108
Full Changelog: 2024.4.0...2024.4.1
2024.4.0
What's Changed
- Fix #79: add support for recent versions of Flask by @leplatrem in #103
- Fix #78: Add support for Sanic 23 by @leplatrem in #104
- Fix #45: Document extra log fields by @leplatrem in #105
- Bugfix: Initialize
JsonLogFormatter
to pass to handler by @grahamalama in #107
Full Changelog: 2024.3.0...2024.4.0
2024.3.0
What's Changed
New features
- Add optional querystring logging to MozLog
"request.summary"
by @leplatrem in #97 - Configurable status for failed heartbeat by @leplatrem in #98
- Support of request correlation id @leplatrem in #100 and #101
- Fix docs about heartbeat status on warnings (200, not 5XX) by @leplatrem in #99
Internal Changes
- Use
ruff
instead of flake8 and black by @leplatrem in #96 - Github Action status for each tox combination by @leplatrem in #102
Full Changelog: 2024.2.0...2024.3.0
2024.2.0
What's Changed
- Add integration for FastAPI by @grahamalama in #81
- Python 3.12 support by @leplatrem in #93
- Stop testing for Python 3.7 by @leplatrem in #94
- Add developer docs and fix release process by @leplatrem in #92
Full Changelog: 2024.1.0...2024.2.0
2024.1.0
-
Log checks messages in heartbeat view (#86)
-
Adjust supported framework versions, add support for Python 3.11 (#76)
-
Centralize check registration / running logic (#85)
New Contributors
- @grahamalama made their first contribution in #76
- @jaredlockhart made their first contribution in #91
Full Changelog: 2022.7.0...2024.1.0
2022.8.0
What's Changed
- Add support for Sanic 21+ by @relud in #71
- Fix missing links in documentation by @jwhitlock in #72
- Add Django 4.1, Flask 2.2 by @jwhitlock in #73
Full Changelog: 2022.7.0...2022.8.0
2022.7.0
What's Changed
- Update supported versions of Python, Django, Flask by @jwhitlock in #69
- Drop default_app_config by @Archaeopteryx in #67
New Contributors
- @jwhitlock made their first contribution in #69
- @Archaeopteryx made their first contribution in #67
Full Changelog: 2022.1.0...2022.7.0
2022.1.0
What's Changed
- Limit sanic_redis to < 0.3.0 as it requires aioredis 2.x by @diox in #64
- Add support for django 4.0 by @kernicPanel in #62
New Contributors
- @kernicPanel made their first contribution in #62
Full Changelog: 2021.7.0...2022.1.0
Sanic >= 20.3 support and added flask.g.request_id
2020.10.0 Update changelog.