8000 Tags · VNG-Realisatie/vng-api-common · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: VNG-Realisatie/vng-api-common

Tags

1.7.6

Toggle 1.7.6's commit message
🔖 Bump to 1.7.6

1.7.5

Toggle 1.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #199 from VNG-Realisatie/issue/caching-decorator-f…

…ixes

More fixes to caching decorator

1.7.4

Toggle 1.7.4's commit message

Verified

This tag was signed with the committer’s verified signature.
sergei-maertens Sergei Maertens
Bugfix release

Fixed the @conditional_retrieve implementation

1.7.3

Toggle 1.7.3's commit message

Verified

This tag was signed with the committer’s verified signature.
sergei-maertens Sergei Maertens
Fix incorrect ETag/If-None-Modified headers

These should only be present if the viewset is decorated with
conditional_retrieve.

1.7.2

Toggle 1.7.2's commit message

Verified

This tag was signed with the committer’s verified signature.
sergei-maertens Sergei Maertens
Bugfix release for Django 3.2 compatibility

* Fixed support for django-relativedelta
* Add Verzoeken API to ComponentTypes constant

1.0.69

Toggle 1.0.69's commit message

Verified

This tag was signed with the committer’s verified signature.
sergei-maertens Sergei Maertens
Fix support for django-relativedelta 1.1.2+

1.7.1

Toggle 1.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
sergei-maertens Sergei Maertens
Fixed package metadata

Django 3.2 and Python 3.7+ support was not properly documented.

1.7.0

Toggle 1.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
9ADF
sergei-maertens Sergei Maertens
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

1.0.68

Toggle 1.0.68's commit message

Verified

This tag was signed with the committer’s verified signature.
sergei-maertens Sergei Maertens
Added support for Django 3.2

Additionally, support Python version until 3.10 is confirmed.

1.0.67

Toggle 1.0.67's commit message

Verified

This tag was signed with the committer’s verified signature.
sergei-maertens Sergei Maertens
Notifications validation fix

Notifications were incorrectly validated for having non-blank "kenmerk"
values. This was wrong, as these values may be the empty string.
0