Skip to content

Commit

Permalink
🔖 Prepare release 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored and sergei-maertens committed Jan 11, 2024
1 parent b73b026 commit 3ec4cff
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ec4cff

Please sign in to comment.