Releases: wearefrank/zaakbrug
Releases · wearefrank/zaakbrug
v1.19.15
v1.19.14
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
v1.19.13
v1.19.12
v1.19.11
v1.19.10
v1.19.9
v1.19.8
v1.19.7
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)