Releases: wearefrank/openforms2bpel
Releases Β· wearefrank/openforms2bpel
v2.0.0
2.0.0 (2024-12-06)
β BREAKING CHANGES
- renaming and restructuring breaks compatibility with the currently used 'ZaakBrug' Helm chart
π Bug Fixes
- notificaties api subscribe message body using wrong object_type as filter instead of objectType (5adf2a5)
- notification subscribe sender missing message body (56e7f74)
- send mail conditions not triggered due to syntax error (90494ac)
π¨ Styles
- rename and restructure all properties to align better with the Helm chart and to follow new naming conventions (963c844)
π§βπ» Code Refactoring
- add caseReference column in Ladybug (0d1e1cc)
- add db migration for custom caseReference column in Ladybug (a2d4cc0)
- base error scenarios send mail condition on dedicated send-mail toggle instead of empty mail-template name (b4bab4d)
- move custom formdata-collector and formdata-transform xslts outside of the docker image (03fbf76)
- no-reply mail sender adapter follows dedicated no-reply-smtp.enabled toggle for adapter active state (d73470e)
β Tests
- e2e: expand project save script to also clear properties on mockservices to prevent non-functional project save file changes (14c3270)
- replace deprecated ${} variable substitution syntax with the correct ?{} syntax in test mailtemplates (7cfe13b)
π€ Build System
- dependencies: bump-f!f-version-to-9.0.0-20241129.042326 (a00a1a9)
v1.24.1
v1.24.0
1.24.0 (2024-10-15)
π Features
- add form object uuid to extraVars section in custom FormDataCollector transform (d85471d)
π§βπ» Code Refactoring
- use form object uuid as correlationId for easier troubleshooting between systems (ee91b8f)
β Tests
- add notificatie api request for testing correct object uuid as correlationId (1892031)
- regression: update FormDataCollector_Custom Larva test with new object_uuid in extraVars section (c262244)
π€ Build System
v1.23.1
v1.23.0
v1.22.0
1.22.0 (2024-08-23)
π Features
- only update person and organization in gegmag when atleast one of emailadres or telnumber has changed (8781fbc)
- two-way communication workflow can be configured to send a noreply email when target case is already closed (bb86500)
π Bug Fixes
- empty emailadres or telnumber in gegmag update person and organization message overrides a potentially valid value with an empty string (4ea87a7)
- gegmag emailadres and telnumber always updates to empty string for organizations due to incorrect lookup xpath's in uwgegevens section (57ab34c)
- gegmag emailadres and telnumber for persons throwing an error when home or work emailadres is also provided in the uwgegevens section (755fc28)
- iso639 language code 'eng' should convert to country+language code 'en_GB' instead of 'en_EN' (5775b26)
π Documentation
- add new 'case closed' check to tweewegcommunication workflow (e7955ac)