Skip to content

Releases: wearefrank/openforms2bpel

v1.20.8

03 Jun 13:44
Compare
Choose a tag to compare

1.20.8 (2024-06-03)

πŸ” Continuous Integration

  • remove conventional-commits preset version lock (ff2dd63)

v1.20.7

31 May 09:18
Compare
Choose a tag to compare

1.20.7 (2024-05-31)

πŸ› Bug Fixes

  • no-reply email does not contain any newline characters (883ab23)

βœ… Tests

  • docker-compose: expose mailslurper webgui so that formatting of emails can be viewed (01f96bb)

v1.20.6

30 May 12:05
Compare
Choose a tag to compare

1.20.6 (2024-05-30)

πŸ› Bug Fixes

  • alpha3b languages codes are not translated to alpha2 while alpha3t language codes do (9e84be7)

βœ… Tests

  • larva: add GetISO639Code xslt testcases for all variants of language code conversion (bf64f93)
  • add testcase for documents with an alpha3b language code (58d6892)

v1.20.5

29 May 09:42
Compare
Choose a tag to compare

1.20.5 (2024-05-29)

πŸ› Bug Fixes

  • document status update document description is incorrectly copied (9e7a969)

v1.20.4

29 May 09:16
Compare
Choose a tag to compare

1.20.4 (2024-05-29)

πŸ› Bug Fixes

  • document status update incorrectly copies documentType element (50a23d4)

v1.20.3

28 May 14:59
Compare
Choose a tag to compare

1.20.3 (2024-05-28)

πŸ› Bug Fixes

  • document status update request contains referenceNumber multiple times (634f7f9)

v1.20.2

28 May 13:09
Compare
Choose a tag to compare

1.20.2 (2024-05-28)

πŸ› Bug Fixes

  • document status update request contains referenceNumber multiple times (b9b2cf4)

v1.20.1

27 May 13:03
Compare
Choose a tag to compare

1.20.1 (2024-05-27)

πŸ› Bug Fixes

  • check if document already exists before trying to add a document to allow for retries (c2836d2)
  • upload documents in parallel so that all document will always be tried (bf51323)

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

  • Combine seperate document-service sender adapter into a single adapter (c052910)

βœ… Tests

  • add mock service for document-service and mtom-service (15c96de)
  • use soapui mock instead of mock adapter for document-service (e8f2111)

v1.20.0

24 May 12:12
Compare
Choose a tag to compare

1.20.0 (2024-05-24)

πŸ• Features

  • include 'extraVars' section from Objects API object in formdata (082a7e0)
  • transform formdata element names containing '-' to camel-case (ddefcfe)

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

  • configurable xslt's for collecting and tranforming formdata (f8ebfdc)

βœ… Tests

  • add larva test for custom formdata collector with 'extraVars' section (fabf317)
  • add larva test for custom formdata tranform containing 'form' element injection and '-' to camel-case (ececc52)
  • add override docker-compose for Utrecht specific tranformations (95d10e2)
  • add testcase for checking if extraVars section is included in the formdata (696eb51)
  • larva tests for default formdata collector and default formdata tranform (bf0e291)

v1.19.0

16 May 17:41
Compare
Choose a tag to compare

1.19.0 (2024-05-16)

πŸ• Features

  • send no-reply email to user on unresolvable functional errors (0e76805)

πŸ› Bug Fixes

  • retries are incorrectly triggered due to deadlocked transactions (8aad17e)
  • unable to see webservicesender response when response is a soapfault (7f8337d)

βœ… Tests

  • add test-environment docker-compose with mailslurper smtp testserver (380d3a5)