From 78850270dda47086c78d3747857e5809aca976b7 Mon Sep 17 00:00:00 2001 From: Johannes Battjes Date: Fri, 28 Aug 2026 11:55:33 +0200 Subject: [PATCH 1/2] Create 08-28-release-2026.8.26.md --- changelog/2026/08-28-release-2026.8.26.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelog/2026/08-28-release-2026.8.26.md diff --git a/changelog/2026/08-28-release-2026.8.26.md b/changelog/2026/08-28-release-2026.8.26.md new file mode 100644 index 0000000..49e6183 --- /dev/null +++ b/changelog/2026/08-28-release-2026.8.26.md @@ -0,0 +1,8 @@ +--- +slug: "2026.8.26" +title: "2026.8.26: ZRC expand casing fix" +--- + +| Component | Summary (english) | Relevance for consumers (English) | Relevance for end users (Dutch) | Relevance for system administration (Dutch) | +| --------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | -------------------------------------------- | +| ZRC | Fixed incorrect key casing in `expand` responses (v1.5) | `GET /zaken/{uuid}?expand=...` responses previously named three keys with a leading capital instead of camelCase: `betrokkeneIdentificatie` on embedded `rollen`, and `url`/`uuid` on embedded `zaakobjecten`. All three now match the VNG standard's casing. The plain `/rollen` and `/zaakobjecten` endpoints were already correct and are unchanged. | | | From 2a73cc0a06471140be4ca8c8183db6cbe847cbce Mon Sep 17 00:00:00 2001 From: Johannes Battjes Date: Fri, 28 Aug 2026 14:56:15 +0200 Subject: [PATCH 2/2] Update 08-28-release-2026.8.26.md --- changelog/2026/08-28-release-2026.8.26.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog/2026/08-28-release-2026.8.26.md b/changelog/2026/08-28-release-2026.8.26.md index 49e6183..ce100ed 100644 --- a/changelog/2026/08-28-release-2026.8.26.md +++ b/changelog/2026/08-28-release-2026.8.26.md @@ -3,6 +3,7 @@ slug: "2026.8.26" title: "2026.8.26: ZRC expand casing fix" --- -| Component | Summary (english) | Relevance for consumers (English) | Relevance for end users (Dutch) | Relevance for system administration (Dutch) | -| --------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | -------------------------------------------- | -| ZRC | Fixed incorrect key casing in `expand` responses (v1.5) | `GET /zaken/{uuid}?expand=...` responses previously named three keys with a leading capital instead of camelCase: `betrokkeneIdentificatie` on embedded `rollen`, and `url`/`uuid` on embedded `zaakobjecten`. All three now match the VNG standard's casing. The plain `/rollen` and `/zaakobjecten` endpoints were already correct and are unchanged. | | | +| Component | Summary (english) | Relevance for consumers (English) | Relevance for end users (Dutch) | Relevance for system administration (Dutch) | +| --------- | ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | ------------------------------------------- | +| ZRC | Fixed incorrect key casing in `expand` responses (v1.5) | `GET /zaken/{uuid}?expand=...` responses previously named three keys with a leading capital instead of camelCase: `betrokkeneIdentificatie` on embedded `rollen`, and `url`/`uuid` on embedded `zaakobjecten`. All three now match the VNG standard's casing. The plain `/rollen` and `/zaakobjecten` endpoints were already correct and are unchanged. | | | +| ZRC | Migrated internal object mapping from AutoMapper to Mapster. | | | |