Releases: wearefrank/zaakbrug
Releases · wearefrank/zaakbrug
v1.22.10
v1.22.9
1.22.9 (2025-01-09)
🐛 Bug Fixes
- matching a ZDS rol with ZGW roles only based on kerngegevens fails when one or more kerngegevens are absent on both sides (f61371e)
🎨 Styles
- PostZaak adapter follow styling standards (766de55)
- replace google.com reference in zgw namespace to wearefrank.nl (b99012b)
🧑💻 Code Refactoring
- increase default ladybug reports retention (1624328)
✅ Tests
v1.22.8
1.22.8 (2025-01-08)
🐛 Bug Fixes
- zaak 'heeft.indicatieLaatsteStatus' incorrectly uses zgw 'statustype.isEindstatus' instead of 'status.indicatieLaatstGezetteStatus' (e443421)
🧑💻 Code Refactoring
- missing descriptive error message when resultaattype not found during updateZaak when resultaat is present in input message (#486) (b0104d9)
- use current zds time instead of 000000 when creating status from einddatum or from sta.datumStatusGezet in voegZaakdocumentToe (243eb31)
✅ Tests
- update test cases according to the update of heeft.indicatieLaatsteStatus field (54c3cec)
- unit: validate/fix disabled Larva testcases after obsolete broken testcases cleanup (#489) (be19513)
🤖 Build System
- dependencies: bump the docusaurus group (#495) (6679001)
- dependencies: bump the docusaurus group across 1 directory with 7 updates (#488) (748456f)
- dependencies: bump the github-actions group across 1 directory with 2 updates (#475) (930013a)
🔁 Continuous Integration
v1.22.7
1.22.7 (2024-12-17)
🐛 Bug Fixes
- heeftBetrekkingOpAndere does not respect verwerkingssoort causing duplicates and inability to delete gerelateerde zaken (7243e0f)
- remove bezoekadres/verblijfadres from role matching between ZDS and ZGW due to situational dataloss in translation (#478) (98a24c4)
- remove relevanteAndereZaken from updateZaak request cause it is handled separately (90c51b0)
- update verwerkingssoort letter of heeftBetrekkingOpAndere in creeerZaak from W to T (8a849c1)
- updateZaak with multiple heeftBetrekkingOpAndere already on the case results in error (663516b)
🧑💻 Code Refactoring
- generalize ZDS roles was and wordt merger xslt to support merging all root aggregates (2131767)
- Used PostZgwZaak.xsd instead of AndereZaakBodyToJson.xsd + used XmlSwitchPipe instead of XmlIfPipe in CheckVerwerkingssoortAttribute + used Zaken_UpdateZgwZaak for patch request (017bfd9)
✅ Tests
v1.22.6
v1.22.5
1.22.5 (2024-11-11)
🐛 Bug Fixes
- updateZaak incorrectly adds the be deleted rol when updateZaak message deletes and adds a role with the same roltype when the to be deleted role cannot be found. (5e68d4c)
✅ Tests
- e2e: add testcase to test updateZaak deleting and adding a role with the same roltype when role to be deleted cannot be found. (1781f65)
v1.22.4
1.22.4 (2024-10-29)
🤖 Build System
- dependencies: bump f!f version to 9.0.0-20241026.042336 (cbdceb4)
- dependencies: bump the github-actions group with 1 update (d819fb2)
- dependencies: bump the github-actions group with 3 updates (#460) (961fd2f)
🔁 Continuous Integration
- schedule syntax fix for bump-ff-version.yml (3a37add)
v1.22.3
1.22.3 (2024-10-23)
🎨 Styles
🧑💻 Code Refactoring
- replace FixedResultPipe with EchoPipe due to deprecated FixedResultPipe functionality (#449) (9c9a2f0)
- replace XsltPipe error forwards to exception and use ReplacerPipe instead of FixedResultPipe due to deprecated functionality (#456) (42b7867)