Zgw-consumers

Latest version: v0.37.0

Safety actively analyzes 702232 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

0.37.0

-------------------

Small feature release that updates ``setup-configuration`` documentation

* Use generated yaml directive for setup-config docs

0.36.1

-------------------

Bugfix release.

* 🐛 Make it possible to refresh credentials if a client is used over a long period of time.

0.36.0

-------------------

Small feature release that provides an optional dependency via ``zgw-consumers[setup-configuration]``

* Add a ``django-setup-configuration`` ``ConfigurationStep`` that configures any number of ``Service``\s from a YAML file.

0.35.1

-------------------

Bugfix release.

* 🐛 The data migration introduced in 0.35.0 would initialize the ``slug``
field in such a way that the generated slug would typically exceed the
field's ``max_length``. This release fixes the field and the underlying
migration.

0.35.0

an inconsistent migration state. Use 0.35.1 instead.**

Small feature release.

* ✨ Added a slug field to the ``Service`` model for improved indexing across
instances. As this field is required, the included migration will initiaize
this field with a slugified version of the ``api_root`` field.
* ✨ Added natural key getters to the ``Service`` model to support Django's
natural key-based (de)serialization methods.

**💥 Breaking changes**

* Because ``slug`` is now a required field, you may have to update your
custom ``Service`` creation or testing logic to ensure the field is
properly set.

0.34.0

-------------------

Feature and maintenance release

* 💥 Dropped support for Django 3.2 (end of life), only 4.2 and up are supported.
* You can now configure a health check endpoint for a service. The HTTP response
status code of this URL is displayed in the admin change page.

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.