0.0.14
Allowing multiple submissions per session
We now allow multiple submissions withing the same session. This does change how we access a submission id
from the session.
For example, if your application has a custom fileUploader.html
, you will need to make changes so that flow
is accounted for when accessing data from the session. Here's a diff of what we change on the library's side.
ℹ️ More information can be found in the library readme and this slack discussion in #platform-help.
What's Changed
- Update interceptor docs to describe default behavior by @coltborg in #387
- Remove thumbnail dependency by @coltborg in #391
- Update date fieldset to use legend instead of label by @spokenbird in #388
- Use flyway plugin by @vrajmohan in #393
- Change LandmarkNotSetException to extend exception by @enyia21 in #392
- Improve check for database already existing by @vrajmohan in #397
- Update readme by @vrajmohan in #395
- Store useful attributes in the Mapped Diagnostic Context by @vrajmohan in #398
- Add dependencies for JSON formatted logs by @vrajmohan in #399
- Update javadocs 185083045 by @vrajmohan in #403
- (Fix) Extra check to not remove valid checkbox data by @analoo in #401
- Do not map incomplete iterations in subflows during PDF generation by @spokenbird in #408
- Updated AddressParts.java by @enyia21 in #405
- Add template resolver for a new location for uswds templates by @coltborg in #400
- Updated javadocs for MailgunEmailClient and EmailClient by @enyia21 in #411
- Add javadocs by @vrajmohan in #406
- Allow multiple flows w/in one session by @bseeger in #390
- Adds
postfix
capabilities to both Money and Number Inputs. by @bseeger in #416
Dependabot updates
- Bump com.mailgun:mailgun-java from 1.0.8 to 1.0.9 by @dependabot in #389
- Bump gradle/gradle-build-action from 2.8.0 to 2.9.0 by @dependabot in #396
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #404
- Bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre by @dependabot in #407
- Bump com.adarshr.test-logger from 3.2.0 to 4.0.0 by @dependabot in #409
- Bump org.flywaydb:flyway-core from 9.22.2 to 9.22.3 by @dependabot in #414
- Bump io.hypersistence:hypersistence-utils-hibernate-60 from 3.5.3 to 3.6.0 by @dependabot in #413
- Bump org.flywaydb.flyway from 9.22.1 to 9.22.3 by @dependabot in #412
New Contributors
- @vrajmohan made their first contribution in #393
Full Changelog: 0.0.13...0.0.14