Skip to content

Releases: mailgun/mailgun-go

Release 3.6.0-rc.1

07 Jun 14:55
260ce20

Choose a tag to compare

Release 3.6.0-rc.1 Pre-release
Pre-release

[3.6.0-rc.1] - 2019-06-07

Added

  • Added UpdateClickTracking() to modify click tracking for a domain
  • Added UpdateUnsubscribeTracking() to modify unsubscribe tracking for a domain
  • Added UpdateOpenTracking() to modify open tracking for a domain

This fixes #192

Release v3.5.0

24 May 16:20
4a5d2ef

Choose a tag to compare

[3.5.0] - 2019-05-21

Added

  • Added notice in README about go dep bug.
  • Added endpoints for webhooks in mock server

Changes

  • Changed UserVariables to map[string]interface{} to support deeply nested JSON structures
  • Change names of some parameters on public methods to make their use clearer.
  • Changed signature of GetWebhook() now returns []string.
  • Changed signature of ListWebhooks() now returns map[string][]string.
  • Both GetWebhooks() and ListWebhooks() now handle new and legacy webhooks properly.

Release v3.4.0

23 Apr 16:13
df42160

Choose a tag to compare

[3.4.0] - 2019-04-23

Added

  • Added Message.SetTemplate() to allow sending with the body of a template.

Changes

  • Changed signature of CreateDomain() moved password into CreateDomainOptions

Release v3.3.4

19 Apr 19:32
33eaa4c

Choose a tag to compare

  • Event iterator now returns false if it encounters a event parse error. #182

Release 3.3.3

01 Apr 17:47
bc20c00

Choose a tag to compare

Fixed marshalling for event changes

Release 3.3.2

28 Mar 18:59
9f84664

Choose a tag to compare

  • Uncommented DeliveryStatus.Code and change it to an integer (See #175)
  • Added UserVariables to all Message events (See #176)

Release 3.3.1

13 Mar 20:00

Choose a tag to compare

[3.3.1] - 2019-03-13

Changes

  • Updated Template calls to reflect the most recent Template API changes.
  • GetStoredMessage() now accepts a URL instead of an id
  • Deprecated GetStoredMessageForURL()
  • Deprecated GetStoredMessageRawForURL()
  • Fixed GetUnsubscribed()

Added

  • Added GetStoredAttachment()

Removed

  • Method DeleteStoredMessage() mailgun API no long allows this call

Release v3.3.0

28 Jan 16:15

Choose a tag to compare

Changes

  • Changed signature of CreateDomain() Now returns JSON response
  • Changed signature of GetDomain() Now returns a single DomainResponse
  • Clarified installation notes for non golang module users
  • Changed 'Public Key' to 'Public Validation Key' in readme
  • Fixed issue with Next() for limit/skip based iterators

Added

  • Added VerifyDomain()

Release Candidate 3.3.0-rc.1

24 Jan 16:47
ed858ce

Choose a tag to compare

Pre-release
  • Changed signature of CreateDomain() Now returns JSON response
  • Changed signature of GetDomain() Now returns a single DomainResponse
  • Clarified installation notes for non golang module users
  • Changed 'Public Key' to 'Public Validation Key' in readme

Release v3.2.0

23 Jan 16:29
89aabae

Choose a tag to compare

Added support for Mailgun Webhooks 2.0

  • Deprecated mg.VerifyWebhookRequest()
  • Added mailgun.ParseEvent()
  • Added mailgun.ParseEvents()
  • Added mg.VerifyWebhookSignature()