Skip to content

Latest commit

 

History

History
97 lines (77 loc) · 4.02 KB

CHANGELOG.md

File metadata and controls

97 lines (77 loc) · 4.02 KB

Change Log

All notable changes to this project will be documented in this file.

[3.4.1] - 2017-07-03

Added

  • Pull #116: Fixing mimetypes in the NewSingleEmail function
  • Big thanks to Depado for the pull request!

[3.4.0] - 2017-06-14

Added

[3.3.1] - 2016-10-18

Fixed

[3.3.0] - 2016-10-10

Added

  • Pull #92: Inbound Parse Webhook support
  • Checkout the README for details.

[3.2.3] - 2016-10-10

Added

[3.2.2] - 2016-09-08

Added

[3.2.1] - 2016-08-24

Added

  • Table of Contents in the README
  • Added a USE_CASES.md section, with the first use case example for transactional templates

[3.2.0] - 2016-08-17

Added

[3.1.0] - 2016-07-28

[3.0.6] - 2016-07-26

Added

[3.0.5] - 2016-07-20

Added

  • README updates
  • Update introduction blurb to include information regarding our forward path
  • Update the v3 /mail/send example to include non-helper usage
  • Update the generic v3 example to include non-fluent interface usage

[3.0.4] - 2016-07-12

Added

  • Update docs, unit tests and examples to include Sender ID

Fixed

  • Missing example query params for the examples

[3.0.3] - 2016-07-08

Fixed

[3.0.2] - 2016-07-07

Added

  • Tests now mocked automatically against prism

[3.0.1] - 2016-07-05

Added

Updated

[3.0.0] - 2016-06-14

Added

  • Breaking change to support the v3 Web API
  • New HTTP client
  • v3 Mail Send helper

[2.0.0] - 2015-05-02

Changed

  • Fixed a nasty bug with orphaned connections but drops support for Go versions < 1.3. Thanks trinchan

[1.2.0] - 2015-04-27

Added

  • Support for API keys