Skip to content

Releases: mailgun/mailgun-go

Release v4.3.0

14 Oct 17:22
4549b26
Compare
Choose a tag to compare

[4.3.0] - 2020-10-14

Changed

  • Replaced easyjson with json-iterator when marshaling events
  • Modified the mailgun.Event interface by removing the Marshaller interface from easyjson.
  • Fixed failure while testing webhook via mailgun web console

Release v4.2.0

17 Sep 16:31
Compare
Choose a tag to compare

[4.2.0] - 2020-09-17

Added

  • Added ListEventsWithDomain()

Release v4.1.4

20 Aug 15:17
5d5f55c
Compare
Choose a tag to compare

[4.1.4] - 2020-08-20

Changes

  • Added Storage to Accepted, Delivered and Failed events

Release v4.1.3

23 Jun 21:38
1b82de8
Compare
Choose a tag to compare

[4.1.3] - 2020-06-23

Changes

  • UpdateTemplateVersion() now including the template html in the payload request

Release 4.1.2

10 Jun 14:03
679f6cb
Compare
Choose a tag to compare

[4.1.2] - 2020-06-10

Added

  • Added DeleteBounceList method

Release v4.1.1

05 Jun 15:51
3690180
Compare
Choose a tag to compare

[4.1.1] - 2020-06-05

Changed

  • Nows sets initial tag when creating a new template

Release v4.1.0

05 May 14:31
6279ab3
Compare
Choose a tag to compare

[4.1.0] - 2020-04-23

Changed

  • Added EmailVerification.reason is now a []string (Fixes #217)

Release v4.0.1

10 Mar 17:15
263140a
Compare
Choose a tag to compare

[4.0.1] - 2020-03-10

Added

  • Added SetTemplateVersion and SetTemplateRenderText methods to Message

Release 4.0.0

29 Jan 16:40
ddf75af
Compare
Choose a tag to compare

[4.0.0] - 2020-01-27

Changes

  • Changed UserVariables type from map[string]interface{} to interface{}
    to handle truncated user-variable messages in events.

Added

  • Add support for setting AMP content in messages

Release v3.6.4

05 Jan 21:36
02c5416
Compare
Choose a tag to compare

Changed

  • Add missing context in EmailValidator interface