Skip to content

Latest commit

 

History

History
369 lines (282 loc) · 24.1 KB

CHANGELOG.md

File metadata and controls

369 lines (282 loc) · 24.1 KB

Change Log

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

[2023-12-01] Version 3.14.0

Library - Chore

Library - Feature

[2023-08-10] Version 3.13.0

Library - Feature

  • PR #468: gzip mail body when content-encoding is set to gzip. Thanks to @Bankq!

[2022-09-21] Version 3.12.0

Library - Feature

Library - Test

Library - Docs

[2022-03-09] Version 3.11.1

Library - Chore

[2022-02-09] Version 3.11.0

Library - Feature

  • PR #443: Refactor Inbound package to provide access to SendGrid's pre-processing. Thanks to @qhenkart!

Library - Docs

Library - Chore

[2022-01-12] Version 3.10.5

Library - Chore

[2021-12-15] Version 3.10.4

Library - Chore

[2021-10-18] Version 3.10.3

Library - Docs

[2021-10-06] Version 3.10.2

Library - Chore

[2021-09-22] Version 3.10.1

Library - Chore

[2021-05-05] Version 3.10.0

Library - Feature

[2021-04-21] Version 3.9.0

Library - Feature

[2021-02-10] Version 3.8.0

Library - Fix

Library - Feature

[2020-11-18] Version 3.7.2

Library - Docs

[2020-11-05] Version 3.7.1

Library - Test

Library - Fix

Library - Docs

[2020-10-14] Version 3.7.0

Library - Feature

  • PR #410: allow personalization of From name and email for each recipient. Thanks to @JenniferMah!

Library - Fix

  • PR #272: Accept empty html on Email helper NewSingleEmail(). Thanks to @tjun!

[2020-09-28] Version 3.6.4

Library - Fix

[2020-09-02] Version 3.6.3

Library - Docs

[2020-08-19] Version 3.6.2

Library - Chore

[2020-08-05] Version 3.6.1

Library - Docs

  • PR #329: Remove references to legacy "Whitelabel" Verbiage. Thanks to @crweiner!

Library - Fix

Library - Chore

[2020-05-14] Version 3.6.0

Library - Feature

Library - Fix

[2020-04-01] Version 3.5.4

Library - Docs

[2020-02-19] Version 3.5.3

Library - Docs

  • PR #295: Update documentation for retrieving a list of all templates. Thanks to @renshuki!

[2020-02-05] Version 3.5.2

Library - Docs

Library - Chore

[2020-01-30] Version 3.5.1

Library - Chore

Library - Docs

Library - Fix

  • PR #353: double quote escape names with special characters. Thanks to @haleyrc!

[2019-06-13] Version 3.5.0

Added

Fixed

[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