From a9d0ebabb173af6e5dca30a69920a9a60c21e93a Mon Sep 17 00:00:00 2001 From: Johannes Battjes Date: Mon, 16 Mar 2026 08:31:14 +0100 Subject: [PATCH 1/2] s s --- changelog/2026/03-16-release-2026.3.5.md | 9 +++++++ docs/notifications/nrc-subscriptions-use.md | 29 +++++++++++---------- 2 files changed, 24 insertions(+), 14 deletions(-) create mode 100644 changelog/2026/03-16-release-2026.3.5.md diff --git a/changelog/2026/03-16-release-2026.3.5.md b/changelog/2026/03-16-release-2026.3.5.md new file mode 100644 index 0000000..d7c288a --- /dev/null +++ b/changelog/2026/03-16-release-2026.3.5.md @@ -0,0 +1,9 @@ +--- +slug: "2026.3.5" +title: "2026.3.5: Bug fixes" +--- + +| Component | Summary (english) | Relevance for consumers (English) | Relevance for end users (Dutch) | Relevance for system administration (Dutch) | +| --------- | ---------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------- | ------------------------------------------- | +| ZRC | Allow object as value for zaakobject. objectIdentificatie. overigeData | The `objectIdentificatie. overigeData` field for a `zaakobject` with `objectType` "overige" now accepts any valid JSON object as a value, not just a string. This aligns with the ZGW specification. Existing string values remain valid and supported. | | | +| NRC | subscription zaken with criterium DRN | It is now possible to filter NRC subscriptions for the `zaken` channel based on the `bron` of a `kenmerk`. A new filter `kenmerk_bron` has been added. If this filter is provided in the subscription, notifications will only be sent for `zaken` that contain a `kenmerk` with a matching `bron`. This is useful for scenarios like filtering for a DSO verzoeknummer. | | | diff --git a/docs/notifications/nrc-subscriptions-use.md b/docs/notifications/nrc-subscriptions-use.md index 4d35aee..be2d77d 100644 --- a/docs/notifications/nrc-subscriptions-use.md +++ b/docs/notifications/nrc-subscriptions-use.md @@ -37,20 +37,21 @@ Filters allow your application to limit the notifications it receives to only th ### Filters for the Zaken channel -| Filter Key | Description | Allowed/Example Values | -| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -| `#resource` | The resources as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | zaak, status, zaakobject, zaakinformatieobject, zaakeigenschap, rol, resultaat, zaakbesluit | -| `#actie` | The actions as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | create, update, destroy | -| `bronorganisatie` | The rsin of the organization that initiated or owns the case in the field bronorganisatie | 000001375 | -| `zaaktype` | URL's of the casetype versions of the case in the field zaaktype | https://ztc.zgw.nl/api/v1/zaaktypen/b1fac1a1-7117-1e50-1d01-d155a715f1ed | -| `vertrouwelijkheidaanduiding` | The confidentiality indication of the case in field vertrouwelijkheidaanduiding | openbaar, beperkt_openbaar, intern, zaakvertrouwelijk, vertrouwelijk, confidentieel, geheim, zeer_geheim | -| `zaaktype_identificatie` | The case type in the field 'identificatie' of zaaktype | RX-ADVIES | -| `archiefstatus` | The archival status of the case in field archiefstatus | nog_te_archiveren, gearchiveerd, gearchiveerd_procestermijn_onbekend, overgedragen | -| `archiefnominatie` | The archival nomination of the case in field archiefnominatie. | blijvend_bewaren, vernietigen | -| `opdrachtgevende_organisatie` | The rsin of the organization that commissioned the case in field opdrachtgevendeOrganisatie | 123443210 | -| `catalogus` | The URL of the catalog to which the case type belongs. | https://ztc.zgw.nl/api/v1/catalogussen/fe0ff0r5-fdd1-5011-1177-d15ac1d1f1ed456 | -| `domein` | The domain of the catalog in field domein of catalogus | VTH | -| `is_eindzaakstatus` | Indicates whether the case is in its final status in field isEindstatus of statustype. | True, False | +| Filter Key | Description | Allowed/Example Values | +| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | +| `#resource` | The resources as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | zaak, status, zaakobject, zaakinformatieobject, zaakeigenschap, rol, resultaat, zaakbesluit | +| `#actie` | The actions as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | create, update, destroy | +| `bronorganisatie` | The rsin of the organization that initiated or owns the case in the field bronorganisatie | 000001375 | +| `zaaktype` | URL's of the casetype versions of the case in the field zaaktype | https://ztc.zgw.nl/api/v1/zaaktypen/b1fac1a1-7117-1e50-1d01-d155a715f1ed | +| `vertrouwelijkheidaanduiding` | The confidentiality indication of the case in field vertrouwelijkheidaanduiding | openbaar, beperkt_openbaar, intern, zaakvertrouwelijk, vertrouwelijk, confidentieel, geheim, zeer_geheim | +| `zaaktype_identificatie` | The case type in the field 'identificatie' of zaaktype | RX-ADVIES | +| `archiefstatus` | The archival status of the case in field archiefstatus | nog_te_archiveren, gearchiveerd, gearchiveerd_procestermijn_onbekend, overgedragen | +| `archiefnominatie` | The archival nomination of the case in field archiefnominatie. | blijvend_bewaren, vernietigen | +| `opdrachtgevende_organisatie` | The rsin of the organization that commissioned the case in field opdrachtgevendeOrganisatie | 123443210 | +| `catalogus` | The URL of the catalog to which the case type belongs. | https://ztc.zgw.nl/api/v1/catalogussen/fe0ff0r5-fdd1-5011-1177-d15ac1d1f1ed456 | +| `domein` | The domain of the catalog in field domein of catalogus | VTH | +| `is_eindzaakstatus` | Indicates whether the case is in its final status in field isEindstatus of statustype. | True, False | +| `kenmerk_bron` | This filter matches the `kenmerk.bron` field. It allows filtering for cases with a specific source, such as 'DSO'. | DSO | ### Filters for the Besluiten channel From e119d40a6b6de249b276ee0141360b8dbeb47447 Mon Sep 17 00:00:00 2001 From: Johannes Battjes Date: Mon, 16 Mar 2026 08:33:45 +0100 Subject: [PATCH 2/2] Update nrc-subscriptions-use.md --- docs/notifications/nrc-subscriptions-use.md | 30 ++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/notifications/nrc-subscriptions-use.md b/docs/notifications/nrc-subscriptions-use.md index be2d77d..504f6c9 100644 --- a/docs/notifications/nrc-subscriptions-use.md +++ b/docs/notifications/nrc-subscriptions-use.md @@ -37,21 +37,21 @@ Filters allow your application to limit the notifications it receives to only th ### Filters for the Zaken channel -| Filter Key | Description | Allowed/Example Values | -| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -| `#resource` | The resources as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | zaak, status, zaakobject, zaakinformatieobject, zaakeigenschap, rol, resultaat, zaakbesluit | -| `#actie` | The actions as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | create, update, destroy | -| `bronorganisatie` | The rsin of the organization that initiated or owns the case in the field bronorganisatie | 000001375 | -| `zaaktype` | URL's of the casetype versions of the case in the field zaaktype | https://ztc.zgw.nl/api/v1/zaaktypen/b1fac1a1-7117-1e50-1d01-d155a715f1ed | -| `vertrouwelijkheidaanduiding` | The confidentiality indication of the case in field vertrouwelijkheidaanduiding | openbaar, beperkt_openbaar, intern, zaakvertrouwelijk, vertrouwelijk, confidentieel, geheim, zeer_geheim | -| `zaaktype_identificatie` | The case type in the field 'identificatie' of zaaktype | RX-ADVIES | -| `archiefstatus` | The archival status of the case in field archiefstatus | nog_te_archiveren, gearchiveerd, gearchiveerd_procestermijn_onbekend, overgedragen | -| `archiefnominatie` | The archival nomination of the case in field archiefnominatie. | blijvend_bewaren, vernietigen | -| `opdrachtgevende_organisatie` | The rsin of the organization that commissioned the case in field opdrachtgevendeOrganisatie | 123443210 | -| `catalogus` | The URL of the catalog to which the case type belongs. | https://ztc.zgw.nl/api/v1/catalogussen/fe0ff0r5-fdd1-5011-1177-d15ac1d1f1ed456 | -| `domein` | The domain of the catalog in field domein of catalogus | VTH | -| `is_eindzaakstatus` | Indicates whether the case is in its final status in field isEindstatus of statustype. | True, False | -| `kenmerk_bron` | This filter matches the `kenmerk.bron` field. It allows filtering for cases with a specific source, such as 'DSO'. | DSO | +| Filter Key | Description | Allowed/Example Values | +| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | +| `#resource` | The resources as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | zaak, status, zaakobject, zaakinformatieobject, zaakeigenschap, rol, resultaat, zaakbesluit | +| `#actie` | The actions as listed in the ZGW Open Api Specification, and presented in the resource field in the notification message itself | create, update, destroy | +| `bronorganisatie` | The rsin of the organization that initiated or owns the case in the field bronorganisatie | 000001375 | +| `zaaktype` | URL's of the casetype versions of the case in the field zaaktype | https://ztc.zgw.nl/api/v1/zaaktypen/b1fac1a1-7117-1e50-1d01-d155a715f1ed | +| `vertrouwelijkheidaanduiding` | The confidentiality indication of the case in field vertrouwelijkheidaanduiding | openbaar, beperkt_openbaar, intern, zaakvertrouwelijk, vertrouwelijk, confidentieel, geheim, zeer_geheim | +| `zaaktype_identificatie` | The case type in the field 'identificatie' of zaaktype | RX-ADVIES | +| `archiefstatus` | The archival status of the case in field archiefstatus | nog_te_archiveren, gearchiveerd, gearchiveerd_procestermijn_onbekend, overgedragen | +| `archiefnominatie` | The archival nomination of the case in field archiefnominatie. | blijvend_bewaren, vernietigen | +| `opdrachtgevende_organisatie` | The rsin of the organization that commissioned the case in field opdrachtgevendeOrganisatie | 123443210 | +| `catalogus` | The URL of the catalog to which the case type belongs. | https://ztc.zgw.nl/api/v1/catalogussen/fe0ff0r5-fdd1-5011-1177-d15ac1d1f1ed456 | +| `domein` | The domain of the catalog in field domein of catalogus | VTH | +| `is_eindzaakstatus` | Indicates whether the case is in its final status in field isEindstatus of statustype. | True, False | +| `kenmerk_bron` | This filter matches the `kenmerk.bron` field. It allows filtering for cases with a specific source, such as 'DSO'. | DSO | ### Filters for the Besluiten channel