This repository has been archived by the owner on Nov 30, 2023. It is now read-only.
Notification Services 0.1.0-3.4 Release Notes
- Binary incompatible previous versions of NS due to a re-named method.
- Supports PASS JSON-LD context 3.4.
- Adds support for blind carbon copies
- Includes
X-
SMTP headers for debugging and integration test supportX-PASS-Submission-ID
containing the URI to the submissionX-PASS-Notification-Type
containing the notification type are added to each notification.
- Baked-in configuration file supports additional ENV vars:
PASS_NOTIFICATION_DEMO_GLOBAL_BCC_ADDRESS
PASS_NOTIFICATION_PROD_GLOBAL_BCC_ADDRESS
- First release to use Maven Central and Travis together
- Much more robust ITs
BCC recipients can be configured by adding an array of string bcc email recipients keyed by global_bcc
within the recipient config (note, however, that the baked-in configuration relies on ENV vars, system properties, or command line options to specify the recipient):
"recipient-config": [
{
...
"global_bcc": [
"pass-bcc@example.org"
],
...
}
]