Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for latest release #108

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@ Changelog
---------


2024.3.1 (unreleased)
2024.4.1
~~~~~~~~~~~~~~~~~~~~~
- Update this changelog
The changelog entry for ``2024.4.0`` was missing from that release

2024.4.0
~~~~~~~~~~~~~~~~~~~~~

- Add support for Flask 2.3 and 3.0 (#103)

- Add support for Sanic 23 (#104)

- Document extra log fields (#105)

- Bugfix: Initialize JsonLogFormatter to pass to handler (#107)

2024.3.0
~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -15,7 +25,6 @@ Changelog
In order to add a ``rid`` field to all log messages, add the ``dockerflow.logging.RequestIdLogFilter`` filter to your logging handlers.
See: :ref:`Django <django-logging>`, :ref:`FastAPI <fastapi-logging>`, :ref:`Flask <flask-logging>`, :ref:`Sanic <sanic-logging>` for details.


2024.2.0
~~~~~~~~~~~~~~~~~~~~~

Expand Down
Loading