Releases: wearefrank/zaakbrug
Releases · wearefrank/zaakbrug
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)
v1.21.4
v1.21.3
v1.21.2
v1.21.1
1.21.1 (2024-09-03)
🐛 Bug Fixes
- updateZaak when deleting an existing gerelateerde and add new one back on the same role performs add action before delete action resulting in an error when only 1 of that roltype is allowed (34ff319)
✅ Tests
- change delete&add roles testcase to use initiator instead so that order of operation is checked aswell (ac0cade)
v1.21.0
1.21.0 (2024-08-30)
🍕 Features
- valueOverrides in the translation profiles can now also be applied to case roles (17e9371)
🐛 Bug Fixes
- case rol geboortedatum throws error when absent or empty in input message (d11a769)
- map annIdentificatie field from zds to zgw (38378da)
🧑💻 Code Refactoring
- add omschrijving and omschrijvingGeneriek to case role zds to zgw translation to match the zaken api and to retain roltype information (57b7625)
- case role betrokkkeneInformatie translation removes empty elements only where appropriate now instead of skipping all empty element always (0811ce7)
- move zgw api envelope unwrap to the adapter responsible for making the api call (8113511)
- rewrite of xslt responsible for merging the 2 object updateZaak variant to the 1 object variant (667abae)
- xsd for correctly converting a case from xml to json changed to contain only the element which it, so that the ordering of elements is no longer neccesary (babe98b)
- xsd's for correctly converting xml to json changed to contain element which require it, so that the ordering of elements in no longer necessary (522acf3)
✅ Tests
- e2e testcases for valueOverrides system (a8206cf)
- larva testcases for validating valueOverrides related adapters and xslt's (9f3f960)