Skip to content
Merged

a #60

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions changelog/2025/08-08-release-2025.8.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
slug: "2025.8.9"
title: "2025.8.9: Caching of catalog types improved"
---

| Component | Relevance for consumers (English) | Relevance for end users (Dutch) |
| --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| ZTC | When deprecating a version (by setting eindeGeldigheid) and then creating a new version of an IOT or BT that is already connected to case types based on the value of Omschrijving, the new version was not immediately usable in cases, because of caching. This problem has been solved. | Soms was een nieuwe versie van een besluittype of informatieobjecttype niet direct beschikbaar bij het aanmaken van een zaak. Dit is opgelost. |
| ZRC | Retries on expands are now with a very short interval en limit retry count to improve performance. | |
| NRC | In OneGround unlimited, ZGW services publish events to a RabbitMQ message queue. Notification handlers then process these events and forward them to NRC consumer endpoints. This approach creates a tight coupling with RabbitMQ that other NRC's than OneGround do not support. It now also is possible to enable OneGround services to send notifications directly to arbitrary NRC Api's via an HTTP client. | |
2 changes: 1 addition & 1 deletion docs/gebruik-van-subscriptions-in-autorisaties.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Filters allow your application to limit the notifications it receives to only th
| `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 | Aanvraag beschikking behandelen |
| `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 |
Expand Down