From 6696977bb8a2bc9bb4b64484980cc5af3d546b9f Mon Sep 17 00:00:00 2001 From: Graham Beckley Date: Fri, 5 Apr 2024 09:59:53 -0400 Subject: [PATCH] Update changelog --- docs/changelog.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 768bdd1..89c2bd3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~ @@ -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 `, :ref:`FastAPI `, :ref:`Flask `, :ref:`Sanic ` for details. - 2024.2.0 ~~~~~~~~~~~~~~~~~~~~~