Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

30 lines (19 loc) · 1.11 KB

Changelog

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.

[1.0.0] - 2024-10-11

Breaking

  • 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 or Zaaktype) now require a full Client instance

Added

  • 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

Fixed

  • Loads of bugs

Removed

  • @see Breaking