alphagov / notifications-java-client

Java client for the GOV.UK Notify API
https://central.sonatype.com/artifact/uk.gov.service.notify/notifications-java-client
MIT License
8 stars 30 forks source link

Add support for send a file security features #209

Closed samuelhwilliams closed 2 years ago

samuelhwilliams commented 2 years ago

Adds optional parameters confirmEmailBeforeDownload and retentionPeriod to the prepareUpload helper, to access new security features when sending a file by email.

Bumps the client version to v3.18.0-RELEASE

What problem does the pull request solve?

Checklist

samuelhwilliams commented 2 years ago

Pulled in content from https://github.com/alphagov/notifications-java-client/pull/208