Skip to content

Releases: wearefrank/openforms2bpel

v2.0.0

06 Dec 12:29
Compare
Choose a tag to compare

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

15 Nov 14:34
Compare
Choose a tag to compare

1.24.1 (2024-11-15)

πŸ§‘β€πŸ’» Code Refactoring

  • transactionattribute 'RequireNew' to 'Required' and remove statusValueInProcess="I" on MessageStoreListeners (e93cc70)

v1.24.0

15 Oct 12:23
Compare
Choose a tag to compare

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

  • dependencies: bump the docusaurus group across 1 directory with 6 updates (#64) (cfda211)
  • dependencies: bump webpack from 5.91.0 to 5.94.0 in /docusaurus in the npm_and_yarn group (#63) (aca799b)

v1.23.1

29 Aug 09:38
Compare
Choose a tag to compare

1.23.1 (2024-08-29)

πŸ§‘β€πŸ’» Code Refactoring

  • add 'vars.case-reference' to variable substitution for email templates and add on-case-closed template (05dd306)

v1.23.0

26 Aug 10:50
Compare
Choose a tag to compare

1.23.0 (2024-08-26)

πŸ• Features

  • elements prefixed with 'selectBox' will add a label element with a comma-seperated list of element names which value is 'true' (befbd65)

βœ… Tests

  • larva unit-tests for selectBox feature in FormDataTransforms_Custom.xslt (e0de289)

v1.22.0

23 Aug 14:24
Compare
Choose a tag to compare

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)

βœ… Tests

  • add testcases for updating gegmag for person and organizations with changed emailadres and telnumber (15cfc6f)
  • e2e testcase for two-way communication workflow 'case closed' check (9c368c0)

v1.21.3

13 Aug 09:13
Compare
Choose a tag to compare

1.21.3 (2024-08-13)

πŸ€– Build System

  • dependencies: bump step-security/harden-runner from 2.8.1 to 2.9.1 in the github-actions group across 1 directory (#60) (254d1e7)
  • dependencies: bump the docusaurus group across 1 directory with 6 updates (#61) (62b06d9)

v1.21.2

16 Jul 14:37
Compare
Choose a tag to compare

1.21.2 (2024-07-16)

πŸ› Bug Fixes

  • WorkflowSelector retry adapter 'active' attribute referencing cron-expression instead of enabled property (f982a52)

v1.21.1

15 Jul 12:35
Compare
Choose a tag to compare

1.21.1 (2024-07-15)

πŸ€– Build System

  • dependencies: bump actions/download-artifact from 4.1.7 to 4.1.8 in the github-actions group (#56) (c438dbf)
  • dependencies: bump typescript from 5.5.2 to 5.5.3 in /docusaurus in the docusaurus group (#57) (a96a03e)

v1.21.0

12 Jul 15:13
Compare
Choose a tag to compare

1.21.0 (2024-07-12)

πŸ• Features

  • automatic scheduled errorstore retries (b88bf2b)
  • scheduled starting and stopping of message processing (23ab683)