You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maintenance release 1.7.0
This release brings a number of fixes from the stable/1.0.x branch
and focuses on adding Django 3.2 compatibility.
* Dynamic querysets in schema generation don't work
* AutorisatieSerializer scopes field must allow empty values
* Added JWT_LEEWAY setting to account for clock drift
* Refs. #175 -- support PyJWT 2.0+
* Refs. open-zaak/open-zaak#936 -- ensure None values become empty strings for the DB
* Show error messages when register_webhook fails
* Allow OrderingFilter subclasses when checking query params
* Add tests for CheckQueryParamsMixin
* Fix import error linter warning
* Implement bulk get_resources_for_paths
* Allow kenmerken in notifications to have empty values
* Upgrade to be Django 3.2 compatible
* Clean up test code
* Remove Travis CI config
Notifications validation fix
Notifications were incorrectly validated for having non-blank "kenmerk"
values. This was wrong, as these values may be the empty string.