mailgun-go v3.5.0 Release Notes

Release Date: 2019-05-21 // almost 5 years ago
  • [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.