Skip to content

Releases: OHSU-OCTRI/messaging-lib

0.2.1

08 Dec 17:56

Choose a tag to compare

Changed

  • Publish -SNAPSHOT releases to Maven Central. (CIS-3368)

Fixed

  • Fix NullPointerException when none of the octri.messaging.email.* properties are configured. (CIS-3455)

0.2.0

01 Oct 18:03

Choose a tag to compare

Added

  • README documentation on configurable properties. (CIS-3349)
  • README documentation on SMTP and Twilio delivery strategies. (AUTHLIB-162)
  • Add configuration property for default email sender address. (CIS-3351)
  • Add configuration property for email subject prefix. (CIS-3351)
  • Prepend email subject prefix to the subject of outgoing email messages. (CIS-3351)
  • Breaking: Add a method to the EmailDeliveryStrategy interface that sends email using the default sender address. (CIS-3351)

Fixed

  • Use project name to construct Maven Central deployment names. (#3)

0.1.0

12 Aug 17:10

Choose a tag to compare

Initial release of code extracted from OPEN.

Added

  • Add initial implementation extracted from OPEN. (CIS-3204)
  • Add Spring Boot auto-configuration. (CIS-3204)