Skip to content

Releases: mailgun/mailgun-go

Release v3.6.3

03 Dec 19:13
8b1009b
Compare
Choose a tag to compare

[3.6.3] - 2019-12-03

Changes

  • Calls to get stats now use epoch as the time format

Release v.3.6.2

18 Nov 20:12
2d08b20
Compare
Choose a tag to compare

[3.6.2] - 2019-11-18

Added

  • Added AddTemplateVariable() to make adding variables to templates
    less confusing and error prone.

Release 3.6.1

24 Oct 17:57
62281c2
Compare
Choose a tag to compare
  • Added VerifyWebhookSignature to mailgun interface
  • APIBaseEU and APIBaseUS to help customers change regions
  • Documented how to change regions in the README
  • Now URLs passed to SetAPIBase() are required to end in /v2,v3 or v4
  • Fix the JSON response for GetMember()
  • Typo in format string in max number of tags error
  • Fix the JSON response for GetMember()

Release Release 3.6.1-rc.3

17 Jul 17:44
b8bdbc7
Compare
Choose a tag to compare

Added

  • APIBaseEU and APIBaseUS to help customers change regions
  • Documented how to change regions in the README
  • Now URLs passed to SetAPIBase() are required to end in /v2,v3 or v4

Release 3.6.1-rc.2

01 Jul 16:11
cd4cc0c
Compare
Choose a tag to compare
Release 3.6.1-rc.2 Pre-release
Pre-release

[3.6.1-rc.1] - 2019-06-26

Changes

  • Fix the JSON response for GetMember()
  • Typo in format string in max number of tags error

Release 3.6.1-rc.1

27 Jun 15:08
Compare
Choose a tag to compare

[3.6.1-rc.1] - 2019-06-26

Changes

  • Fix the JSON response for GetMember()

Release v3.6.0

26 Jun 21:06
Compare
Choose a tag to compare

[3.6.0] - 2019-06-26

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

Release 3.6.0-rc.1

07 Jun 14:55
260ce20
Compare
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
Compare
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
Compare
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