Skip to content

0.0.15

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 21:52
· 252 commits to main since this release
5ca8004

Disable Flows and bug fix for incomplete subflow iterations

Subflow iterations are now consistently marked complete for both GET and POST screen endpoints by using logic in the navigation endpoint. Users will no longer see an issue backing up into a subflow and seeing data get lost or altered. Flows can also now use GET pages within subflows more reliably.

Enabling/Disabling of a flow can now be controlled by the application config, see the README and starter app for instructions and examples.

An enhancement has been added to support doc types in a document uploader flow, although it is not currently in use.

What's Changed

Dependabot updates

  • Bump com.squareup.okhttp3:mockwebserver from 4.11.0 to 4.12.0 by @dependabot in #415
  • Bump org.springframework.integration:spring-integration-ws from 6.1.3 to 6.1.4 by @dependabot in #417
  • Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 by @dependabot in #418
  • Bump com.mailgun:mailgun-java from 1.0.9 to 1.1.0 by @dependabot in #420
  • Bump com.smartystreets.api:smartystreets-java-sdk from 3.14.0 to 3.14.1 by @dependabot in #426
  • Bump io.github.bonigarcia:webdrivermanager from 5.5.3 to 5.6.0 by @dependabot in #428
  • Bump org.flywaydb.flyway from 9.22.3 to 10.0.0 by @dependabot in #430

Full Changelog: 0.0.14...0.0.15