Releases: wearefrank/zaakbrug
Releases · wearefrank/zaakbrug
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)
🤖 Build System
v1.22.2
v1.22.1
v1.22.0
1.22.0 (2024-10-01)
🍕 Features
- support for valueOverrides sourced from StUF:extraElementen for zgw zaak (1296089)
- support for valueOverrides sourced from StUF:extraElementen for zgw zaak (6fd6707)
- support for valueOverrides values to be dynamicly sourced from StUF:extraElementen by using ${extraElementen:} as value (e9748f0)
- support for valueOverrides values to be dynamicly sourced from StUF:extraElementen by using ${extraElementen:} as value (2df33c2)
- valueOverrides values sourced from extraElementen are translated back to extraElementen during zgw to zds translations for case roles (d5fefae)
- valueOverrides values sourced from extraElementen are translated back to extraElementen during zgw to zds translations for case roles (b881ee3)
🐛 Bug Fixes
- add default value 'N' for verblijfsadres authentiek for consistency between zgw to zds translations (5a1b54b)
- add default value 'N' for verblijfsadres authentiek for consistency between zgw to zds translations (bf84e6f)
- case roles with natuurlijkPersoon gerelateerde that use anp.identificatie or inp.a-nummer as identifier are not getting deleted (1759e35)
- case roles with natuurlijkPersoon gerelateerde that use anp.identificatie or inp.a-nummer as identifier are not getting deleted (c1468e0)
📝 Documentation
- dynamic value overrides from StUF:extraElementen configuration (046918d)
🧑💻 Code Refactoring
- add optional extraElementen section to zds rol to zgw rol translation (c4c20b1)
- add optional extraElementen section to zds rol to zgw rol translation (6837589)
- change zgw updateZgwZaak adapter from PUT to PATCH and merge xsd's with PostZgwZaak.xsd (5b91acb)
- change zgw updateZgwZaak adapter from PUT to PATCH and merge xsd's with PostZgwZaak.xsd (8350e30)
- combine seperate translations to betrokkeneIdentificatie and zgw rol into a single translation from zds rol to zgw rol (2168249)
- combine seperate translations to betrokkeneIdentificatie and zgw rol into a single translation from zds rol to zgw rol (0d9bbff)
- copy zds heeftAls elements and gerelateerde instead of only gerelateerde during zds roles processing (dccae08)
- copy zds heeftAls elements and gerelateerde instead of only gerelateerde during zds roles processing (719324e)
- correct order of elements for zgw to zds zaak translation (d89d990)
- correct order of elements for zgw to zds zaak translation (3433818)
- move adding of namespace from zakLa01 response xslt to zgw to zds translation and copy it to the zakLa01 response instead (67ad039)
- move adding of namespace from zakLa01 response xslt to zgw to zds translation and copy it to the zakLa01 response instead (60135c4)
- move adding of namespaces to zgw to zds translation (faa0bda)
- move adding of namespaces to zgw to zds translation (b48eb91)
- rewrite zds was zaak and wordt zaak role comparison to exclusively match on the primary identifier of the gerelateerde and if not available match on remaining kerngegevens elements (48bf2ed)
- rewrite zds was zaak and wordt zaak role comparison to exclusively match on the primary identifier of the gerelateerde and if not available match on remaining kerngegevens elements (2f99960)
- verblijfsadres should not be in response when empty (be5fc8e)
- verblijfsadres should not be in response when empty (651b301)
✅ Tests
- EnrichtEntity & EnrichEntity_ForEachPipeWrapped Larva testcases (e13c0db)
- EnrichtEntity & EnrichEntity_ForEachPipeWrapped Larva testcases (11c286b)
- FilterBaseZdsZaak Larva testcases (7d24fc6)
- FilterBaseZdsZaak Larva testcases (1f30193)
- fix testsuite 1 teardown failing due not able to delete a locked document (86d7077)
- fix testsuite 1 teardown failing due not able to delete a locked document (5c4acd0)
- fix testsuite 1 teardown failing due not able to delete a locked document (c982dd2)
- fix testsuite 1 teardown failing due not able to delete a locked document (287df7d)
- SelectZdsRoles & SelectZdsRolesFromListWithMatchingIdentity Larva testcases (0350978)
- SelectZdsRoles & SelectZdsRolesFromListWithMatchingIdentity Larva testcases (5094ca4)
- valueOverrides related Larva testcases (f2de2a7)
- valueOverrides related Larva testcases (22e16de)
- valueOverrides sourced from extraElementen e2e testcases (8a7b450)
- valueOverrides sourced from extraElementen e2e testcases (b78ae28)
- ZgwRol xslt Larva regression test (a76fb7f)
- ZgwRol xslt Larva regression test (e8425a8)