All Versions
37
Latest Version
Avg Release Cycle
39 days
Latest Release
756 days ago

Changelog History
Page 3

  • v3.6.4 Changes

    January 05, 2020

    ๐Ÿ”„ Changed

    • โž• Add missing context in EmailValidator interface
  • v3.6.3 Changes

    December 03, 2019

    [3.6.3] - 2019-12-03

    ๐Ÿ”„ Changes

    • Calls to get stats now use epoch as the time format
  • v3.6.2 Changes

    November 18, 2019

    [3.6.2] - 2019-11-18

    โž• Added

    • โž• Added AddTemplateVariable() to make adding variables to templates
      less confusing and error prone.
  • v3.6.1 Changes

    October 24, 2019
    • โž• 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()
  • v3.6.1-rc.3 Changes

    July 16, 2019

    โž• 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
  • v3.6.1-rc.2 Changes

    July 01, 2019

    [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
  • v3.6.1-rc.1 Changes

    June 27, 2019

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

    ๐Ÿ”„ Changes

    • ๐Ÿ›  Fix the JSON response for GetMember()
  • v3.6.0 Changes

    June 26, 2019

    [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
  • v3.6.0-rc.1 Changes

    June 07, 2019

    [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

  • v3.5.0 Changes

    May 21, 2019

    [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.