Releases: mailgun/mailgun-go
Releases · mailgun/mailgun-go
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
Release v3.3.4
- Event iterator now returns false if it encounters a event parse error. #182
Release 3.3.3
Fixed marshalling for event changes
Release 3.3.2
Release 3.3.1
[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
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
- 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
Added support for Mailgun Webhooks 2.0
- Deprecated mg.VerifyWebhookRequest()
- Added mailgun.ParseEvent()
- Added mailgun.ParseEvents()
- Added mg.VerifyWebhookSignature()