From 3ec4cffc66a25439b7e43ecd75708877d2b4d95b Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Mon, 11 Dec 2023 17:46:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Prepare=20release=200.28.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.rst | 20 ++++++++++++++------ docs/conf.py | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7b44386..a3f5258 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,18 +1,26 @@ Changes ======= -0.28.0 (2023-12-12) +0.28.0 (2024-01-11) ------------------- 💥 Breaking changes release! -* ``zgw_consumers`` now recommends using ``ape-pie`` as an HTTP client. The old ``ZGWClient`` - is still made available under the ``zgw_consumers.legacy`` module, it is planned to be removed - in the next major version. +* ``zgw_consumers`` now recommends using ``ape-pie`` as an HTTP client. The + old ``ZGWClient`` is still made available under the + ``zgw_consumers.legacy`` module. It is planned to be removed in the next + major version. * Bump the minimum supported Python version to ``3.10``. +* Some dependencies that were installed by default are now moved to the + ``testutils`` extra dependency group. + +Bugfixes and other cleanups + * Added a ``ServiceFactory`` in the ``zgw_consumers.test.factories`` module. -* Some dependencies that were installed by default are now moved to the ``testutils`` extra depedency group/ -* Fixed an issue that could lead to an infinite loop while parsing response from ZTC services. +* Fixed an issue that could lead to an infinite loop while parsing response + from ZTC services. +* Fixed zaaktype field crashing if the Catalogi API spec uses non-standard + operation ID's. 0.27.0 (2023-10-10) ------------------- diff --git a/docs/conf.py b/docs/conf.py index ab1a7d2..669b20e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ # -- Project information ----------------------------------------------------- project = "ZGW Consumers" -copyright = "2022, Maykin Media" +copyright = "2023, Maykin Media" author = "Maykin Media" # The full version, including alpha/beta/rc tags