Releases: arithmetric/aws-lambda-ses-forwarder
Releases · arithmetric/aws-lambda-ses-forwarder
v2.2.0
- Removing all DKIM-Signature headers to prevent errors when forwarding or DKIM verification issues when received.
- Updating the email processing to remove any Sender header and to only add a Reply-To header if one does not already exist.
v2.1.0
- Allowing the log function to be overridden.
- Reworking log output as structured data.
v2.0.0
- Major refactor for configurability and testability.
- Adding test coverage with Mocha and Istanbul and configuration for eslint.
- Removing DKIM-Signature headers for the amazonses.com domain to prevent error
when forwarding. - Improving format of modified From header.
- Adding documentation and example for implementing this module.