From 62905f83a380776327bccec53e3e8d69c7128a8f Mon Sep 17 00:00:00 2001 From: roxit-ai-agent Date: Wed, 23 Sep 2026 19:42:25 +0000 Subject: [PATCH 1/2] Add 2026.9.17 release notes for security updates and ZRC duplicate-activity fix Co-authored-by: roxit-ai-agent <316607320+roxit-ai-agent@users.noreply.github.com> --- changelog/2026/09-23-release-2026.9.17.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/2026/09-23-release-2026.9.17.md diff --git a/changelog/2026/09-23-release-2026.9.17.md b/changelog/2026/09-23-release-2026.9.17.md new file mode 100644 index 0000000..96e3644 --- /dev/null +++ b/changelog/2026/09-23-release-2026.9.17.md @@ -0,0 +1,9 @@ +--- +slug: "2026.9.17" +title: "2026.9.17: Security updates and ZRC duplicate-activity fix" +--- + +| Component | Summary (english) | Relevance for consumers (English) | Relevance for end users (Dutch) | Relevance for system administration (Dutch) | +| ----------- | -------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | +| All modules | Fixed: security updates have been applied across all ZGW components. | | | | +| ZRC | Fixed: a zaakobject whose `objectIdentificatie.overigeData.activiteiten` contains two identical entries can now be saved. | Fixed: updating a zaakobject whose `objectIdentificatie.overigeData.activiteiten` contains two identical entries no longer returns a 500 error. The request is now processed and the zaakobject is stored as sent. | Opgelost: een verzoek met twee dezelfde activiteiten kon voorheen niet worden opgeslagen en leverde een onjuist zaakobject op. Zo'n verzoek wordt nu correct verwerkt. | | From baab273a8ccd518515454a08f4b8875ea9fdefcd Mon Sep 17 00:00:00 2001 From: roxit-ai-agent Date: Wed, 23 Sep 2026 19:44:28 +0000 Subject: [PATCH 2/2] Apply prettier formatting to the new changelog entry Co-authored-by: roxit-ai-agent <316607320+roxit-ai-agent@users.noreply.github.com> --- changelog/2026/09-23-release-2026.9.17.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog/2026/09-23-release-2026.9.17.md b/changelog/2026/09-23-release-2026.9.17.md index 96e3644..932a865 100644 --- a/changelog/2026/09-23-release-2026.9.17.md +++ b/changelog/2026/09-23-release-2026.9.17.md @@ -3,7 +3,7 @@ slug: "2026.9.17" title: "2026.9.17: Security updates and ZRC duplicate-activity fix" --- -| Component | Summary (english) | Relevance for consumers (English) | Relevance for end users (Dutch) | Relevance for system administration (Dutch) | -| ----------- | -------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | -| All modules | Fixed: security updates have been applied across all ZGW components. | | | | -| ZRC | Fixed: a zaakobject whose `objectIdentificatie.overigeData.activiteiten` contains two identical entries can now be saved. | Fixed: updating a zaakobject whose `objectIdentificatie.overigeData.activiteiten` contains two identical entries no longer returns a 500 error. The request is now processed and the zaakobject is stored as sent. | Opgelost: een verzoek met twee dezelfde activiteiten kon voorheen niet worden opgeslagen en leverde een onjuist zaakobject op. Zo'n verzoek wordt nu correct verwerkt. | | +| Component | Summary (english) | Relevance for consumers (English) | Relevance for end users (Dutch) | Relevance for system administration (Dutch) | +| ----------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------- | +| All modules | Fixed: security updates have been applied across all ZGW components. | | | | +| ZRC | Fixed: a zaakobject whose `objectIdentificatie.overigeData.activiteiten` contains two identical entries can now be saved. | Fixed: updating a zaakobject whose `objectIdentificatie.overigeData.activiteiten` contains two identical entries no longer returns a 500 error. The request is now processed and the zaakobject is stored as sent. | Opgelost: een verzoek met twee dezelfde activiteiten kon voorheen niet worden opgeslagen en leverde een onjuist zaakobject op. Zo'n verzoek wordt nu correct verwerkt. | |