Skip to content

Releases: evendis/mandrill-rails

1.5.0

15 May 13:55
Compare
Choose a tag to compare

updated for Rails 5 compatibility, thanks to the efforts of @prosanelli @shanna @PikachuEXE @fuffi @spastorino @FLarra @tomdracz on #43 #42 #36 #46

1.4.1

28 Nov 10:57
Compare
Choose a tag to compare

fix for webhook generator - thanks @tomdracz

1.4.0

25 Nov 03:49
Compare
Choose a tag to compare

we finally have webhook generator - thanks @brianknight10

1.3.1

27 Oct 11:29
Compare
Choose a tag to compare

Add another backup option for event_decorator.message_id- thanks @kyletns

1.3.0

27 Jul 03:59
Compare
Choose a tag to compare

add support for sync events - thanks @estepan

1.2.0

25 May 07:10
Compare
Choose a tag to compare
  • 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

01 Apr 08:16
Compare
Choose a tag to compare

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

01 Apr 08:14
Compare
Choose a tag to compare

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

20 Jun 09:42
Compare
Choose a tag to compare
  • 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

20 Jun 09:30
Compare
Choose a tag to compare
  • When specific format not requested, EventDecorator#message_body returns the first available body content. See #8