Skip to content

Releases: wearefrank/zaakbrug

v1.19.15

10 Jul 12:18
Compare
Choose a tag to compare

1.19.15 (2024-07-10)

🐛 Bug Fixes

  • return error closest to the source and return all nested errors (#416) (c8c35a8)

🧑‍💻 Code Refactoring

  • wrap zakla01 response xslt should not contain any zgw to zds translations (#394) (e748a54)

🤖 Build System

  • dependencies: bump the github-actions group with 6 updates (#411) (4909eb2)
  • dependencies: bump typescript (#410) (74652fa)

v1.19.14

03 Jul 12:44
Compare
Choose a tag to compare

1.19.14 (2024-07-03)

🐛 Bug Fixes

  • creeerZaak attempts to also delete the case when the post case call fails and there is nothing to delete (#408) (7956c0b)
  • zaaktype not found throwing incorrect generic error (fba69b4)

🔥 Performance Improvements

  • implement simple cache for authorization token generation so that tokens are reused until the tokens expires (22be3a0)

🔁 Continuous Integration

  • configure dependabot to update github-actions on a weekly basis (01688c0)
  • dependencies: lock ci-cd-template workflow versions to commit hash instead of main branch (3cee5ca)

v1.19.13

01 Jul 08:48
Compare
Choose a tag to compare

1.19.13 (2024-07-01)

🧑‍💻 Code Refactoring

  • correct ibisdoc.xsd reference to frankconfig.xsd (b250021)

v1.19.12

27 Jun 12:13
Compare
Choose a tag to compare

1.19.12 (2024-06-27)

🐛 Bug Fixes

  • adding heeftBetrekkingOp in an updateZaak action throws error (b5e8572)

✅ Tests

  • add testcases for heeftBetrekkingOp with and without address (4eff2ca)

v1.19.11

25 Jun 13:54
Compare
Choose a tag to compare

1.19.11 (2024-06-25)

🤖 Build System

  • dependencies: bump docusaurus version to 2.4.0 (bb5ac6b)

v1.19.10

25 Jun 12:17
Compare
Choose a tag to compare

1.19.10 (2024-06-25)

🧑‍💻 Code Refactoring

  • replace authorization custom code with standard ff pipes (#393) (1d6671b)

v1.19.9

25 Jun 09:41
Compare
Choose a tag to compare

1.19.9 (2024-06-25)

🐛 Bug Fixes

  • geefLijstZaakdocumenten should not return an error response when the zaak can't be found (#395) (d4ce003)

v1.19.8

21 Jun 10:33
Compare
Choose a tag to compare

1.19.8 (2024-06-21)

🐛 Bug Fixes

  • document status is not being translated from zgw to zds (#355) (8b06c39)

v1.19.7

21 Jun 08:49
Compare
Choose a tag to compare

1.19.7 (2024-06-21)

🐛 Bug Fixes

  • authentiek element is not taken into account when identifying a gerelateerde on a role during updateZaak (70be86d)
  • updateZaak fails when deleting a gerelateerde and in the same updateZaak add a new gerelateerde on the same roltype (7b532b9)
  • updateZaak not able to handle multiple gerelateerde for a single roltype (a9d6607)
  • updateZaak sometimes incorrectly detects changes to case roles resulting in unnecessary delete and post calls (8825c6c)

🧑‍💻 Code Refactoring

  • updateZaak uses verwerkingsoort when processing case roles (4bb2da2)
  • verwerkingssoort 'I' on case roles are processed as 'T' if the role is not present on the case (#285) (1ec7016)

✅ Tests

  • add assertions to check for regression on various geefLijstZaakdocumenten and geefZaakDetails steps [skip ci] (3b2bfbf)
  • add testcases for all different combinations of verwerkingsoort on case roles (f88f0a6)
  • add testcases for deleting, changing and adding multiple gerelateerde on a single roltype (e7b68a1)

v1.19.6

11 Jun 15:47
Compare
Choose a tag to compare

1.19.6 (2024-06-11)

📝 Documentation

  • replace broken link how-to-set-or-override-properties with placeholder (396715e)