All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Removed default client names and the possibility to resolve them as such
- Removed client actions
- Procura client SSL certificates should now be added to the
ApiCredentials
instance - Removed various properties on the
Zaak
entity which were outside of the Gemma standards - Removed 'downloadUrl' and various other methods on
Enkelvoudiginformatieobject
- Entities (e.g.
Zaak
orZaaktype
) now require a fullClient
instance
- Resolve connected resources across ZGW clients. A connected resource (e.g. zaak -> zaaktype) will now be properly resolved even if it's within a different ZGW registry. This works as long as a ZGW client is properly configured for the registry.
- Usage of multiple instances of the same client (but on different endpoints) is now possible
- Loads of bugs
- @see Breaking