Skip to content

0.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 18:57
· 462 commits to main since this release

This release:

  • rounds out the major PDF work that was left to be done. PDF generation work is complete, though still very alpha and may have issues.
  • adds an afterSaveAction() to list of available actions. This action is called after the input data has been saved to the database.
  • Sessions are now backed in the Database

What's Changed

  • Updates snapshot version to 0.0.5-SNAPSHOT by @bseeger in #217
  • Updating logging and refactor by @sree-cfa in #216
  • catch array out of bounds error and throw informative error message i… by @lkemperman-cfa in #218
  • Delete tmp PDF files (was: Create TempFileDeletionScheduler) by @spokenbird in #212
  • Support "go back" in a subflow iteration by @bseeger in #208
  • Bump org.mockito:mockito-inline from 3.11.2 to 5.2.0 by @dependabot in #211
  • Updates README with info about fieldData in thymeleaf model by @bseeger in #219
  • Add AfterSaveAction by @coltborg in #220
  • Bump org.flywaydb:flyway-core from 9.18.0 to 9.19.0 by @dependabot in #222
  • Bump org.projectlombok:lombok from 1.18.26 to 1.18.28 by @dependabot in #224
  • Bump com.mailgun:mailgun-java from 1.0.7 to 1.0.8 by @dependabot in #225
  • Bump org.flywaydb:flyway-core from 9.19.0 to 9.19.1 by @dependabot in #223
  • Add logs to deleteFile method by @coltborg in #230
  • Pdf page 3 subflow 184553875 by @bseeger in #221
  • Bump com.google.guava:guava from 31.1-jre to 32.0.0-jre by @dependabot in #226
  • Bump io.hypersistence:hypersistence-utils-hibernate-60 from 3.3.2 to 3.4.2 by @dependabot in #229
  • Odds and ends by @bencalegari in #232
  • Update README.md - fixes typo in table by @bseeger in #235
  • Add pdf service and tests by @enyia21 in #234
  • Bump org.flywaydb:flyway-core from 9.19.1 to 9.19.2 by @dependabot in #238
  • Fixes a circular dependecy in the subflow preparer by @bseeger in #239
  • Bump org.flywaydb:flyway-core from 9.19.2 to 9.19.3 by @dependabot in #240
  • Bump com.google.guava:guava from 32.0.0-jre to 32.0.1-jre by @dependabot in #243
  • Bump org.flywaydb:flyway-core from 9.19.3 to 9.19.4 by @dependabot in #244
  • Error messages [#185195335] by @bencalegari in #231
  • Encryption service by @sree-cfa in #237
  • 🍖 Fix case where there is an empty list by @sree-cfa in #246
  • Remove data action and subflow list from subflow preparer by @spokenbird in #242
  • Removes unused data map from preparers (don't merge till after release) by @spokenbird in #233
  • Add PDF Generation Documentation by @spokenbird in #241
  • Bump io.hypersistence:hypersistence-utils-hibernate-60 from 3.4.2 to 3.4.3 by @dependabot in #248
  • Adding "submission" arg to postAction by @sree-cfa in #245
  • Capture mailgun response by @enyia21 in #249
  • Encryption service key fix 🍖 by @sree-cfa in #247
  • Change VALIDATE_ADDRESS prefix to 'validate_' by @spokenbird in #250
  • Adds a few tests to test encryption more by @bseeger in #253
  • Adds encryption annotation to README by @bseeger in #254
  • Add javadocs to action manager by @coltborg in #255
  • Change S3CloudFileRepository @Profile to allow production by @tdooner in #257
  • Adds implementing class names to condition and action run error message by @spokenbird in #256
  • Allow for address validation in subflows by @spokenbird in #261
  • Set subflow iterationIsComplete for one-page flows too by @tdooner in #263
  • Document email process by @enyia21 in #259
  • Bump io.github.bonigarcia:webdrivermanager from 5.3.3 to 5.4.0 by @dependabot in #267
  • Bump io.hypersistence:hypersistence-utils-hibernate-60 from 3.4.3 to 3.5.0 by @dependabot in #265
  • Updates error handling around S3 connection by @bseeger in #260
  • Fix Table formatting issue with html by @enyia21 in #269
  • Remove deprecated methods in Action interface by @spokenbird in #270

Full Changelog: 0.0.4...0.0.5