Releases: mailgun/mailgun-go
Releases · mailgun/mailgun-go
Release v3.6.3
[3.6.3] - 2019-12-03
Changes
- Calls to get stats now use epoch as the time format
Release v.3.6.2
[3.6.2] - 2019-11-18
Added
- Added
AddTemplateVariable()
to make adding variables to templates
less confusing and error prone.
Release 3.6.1
- 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
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
[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
[3.6.1-rc.1] - 2019-06-26
Changes
- Fix the JSON response for
GetMember()
Release v3.6.0
[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
[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
[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 returnsmap[string][]string
. - Both
GetWebhooks()
andListWebhooks()
now handle new and legacy webhooks properly.
Release v3.4.0
[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 intoCreateDomainOptions