Skip to content

Releases: wearefrank/zaakbrug

v1.22.10

20 Jan 10:46
Compare
Choose a tag to compare

1.22.10 (2025-01-20)

🧑‍💻 Code Refactoring

  • match zds and zgw roles on the zgw side instead of the zds side due to valueoverrides being applied on the zgw side aswell (#499) (8144b7f)

🤖 Build System

  • dependencies: bump the github-actions group with 5 updates (#501) (4d4fa96)
  • dependencies: bump typescript (#498) (1845306)

v1.22.9

09 Jan 13:40
Compare
Choose a tag to compare

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

  • unit: NNP matching statutory name but no innRechtsvorm should result in match (2d34fd3)
  • unit: NPS testcase with one matching kerngegeven and other absent on both sides (24de422)

v1.22.8

08 Jan 14:34
Compare
Choose a tag to compare

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

  • automatically run Larva tests as part of CI workflows (#479) (2f18e2d)
  • fix incorrect job dependency version-next to analyze-commits (55b4ef0)

v1.22.7

17 Dec 11:50
Compare
Choose a tag to compare

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

  • e2e: add variety of e2e testcases for testing heeftBetrekkingOpAndere behavior (757f127)
  • larva: cleanup old broken Larva testcases that are now replaced by SoapUI end-2-end testcases (#480) (934e839)
  • unit: MergeZdsWasAndWordt Larva testcases (6bf6159)

v1.22.6

06 Dec 09:36
Compare
Choose a tag to compare

1.22.6 (2024-12-06)

🐛 Bug Fixes

  • remove bezoekadres/verblijfadres from role matching between ZDS and ZGW due to situational dataloss in translation (#478) (38a59bd)

✅ Tests

  • larva: cleanup old broken Larva testcases that are now replaced by SoapUI end-2-end testcases (#480) (0749015)

v1.22.5

11 Nov 12:15
Compare
Choose a tag to compare

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

29 Oct 13:33
Compare
Choose a tag to compare

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

23 Oct 13:00
Compare
Choose a tag to compare

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

  • dependencies: bump the docusaurus group across 1 directory with 2 updates (#458) (7582bd6)
  • dependencies: bump the github-actions group across 1 directory with 6 updates (#457) (bae3359)

v1.22.2

17 Oct 12:26
Compare
Choose a tag to compare

1.22.2 (2024-10-17)

🐛 Bug Fixes

  • update FF version to 8.3.0-20240910.042339 (2b1b9a8)

v1.22.1

15 Oct 08:28
Compare
Choose a tag to compare

1.22.1 (2024-10-15)

🐛 Bug Fixes

  • arrays are not correctly processed as arrays when merging ZGW zaak and rol resources if a valueOverride is configured for that resource (42c329d)

🤖 Build System

  • dependencies: bump f!f version to 8.3.0-20241010.042329 (73c14a4)