Releases: evendis/mandrill-rails
Releases · evendis/mandrill-rails
1.3.1
Add another backup option for event_decorator.message_id- thanks @kyletns
1.3.0
add support for sync events - thanks @estepan
1.2.0
- resolve correct base64-encoding support for images and attachments - thanks @lime
- refine unhandled event behaviour - default is to log unhandled events. behaviour is selectable - see the README
1.1.1
Minor update with thanks to MathijsK93:
sender_email
Event payload accessor now works for both inbound and other webhook event types (previously was just applicable to inbound)
1.1.0
Some minor changes with thanks to PikachuEXE and klebervirgilio:
- adds support for non-public handler methods
- new
metadata
accessor for Event payload
Note changed behaviour:
- An exception is now raised if an event is received for which there is no handler. This may be a bit rude and is contrary to the generally permissive behaviour described in the README. Might revisit this in a future release to perhaps make it optional behaviour.
1.0.2
- Fix webhook request authentication failure when additional params are in the parameters hash - see #16. Thanks to @gspiers for the fix, and others who had reported/diagnosed the issue.
1.0.1
- When specific format not requested, EventDecorator#message_body returns the first available body content. See #8