Skip to content

Latest commit

 

History

History
167 lines (128 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

167 lines (128 loc) · 10.2 KB

Change Log

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

This project adheres to Semantic Versioning.

[2022-03-09] Version 3.4.12

Library - Chore

[2022-02-09] Version 3.4.11

Library - Chore

[2022-01-12] Version 3.4.10

Library - Chore

[2021-12-01] Version 3.4.9

Library - Chore

[2020-08-19] Version 3.4.8

Library - Chore

[2020-04-15] Version 3.4.7

Library - Docs

[2020-02-19] Version 3.4.6

Library - Chore

[2020-02-05] Version 3.4.5

Library - Chore

[2020-01-29] Version 3.4.4

Library - Fix

[2020-01-29] Version 3.4.3

Library - Chore

[2020-01-28] Version 3.4.2

Library - Chore

Library - Fix

[2019-08-14] Version 3.4.1

Added

  • PR #90: Twilio branding updates.

[3.4.0] - 2019-08-14

Added

  • PR #26: Add a Code Of Conduct. Big thanks to Henrik Bergqvist for the pull request!
  • PR #31: Update README.md - moved logo to top, added license and more badges. Big thanks to Alex for the pull request!
  • PR #32: Add more SEO Friendly Section links. Big thanks to Alex for the pull request!
  • PR #28: Add an example of displaying request headers on Client. Big thanks to Richard D for the pull request!
  • PR #38: Add GitHub PR template. Big thanks to Alex for the pull request!
  • PR #52: Added unittest to check for specific repo files. Big thanks to Manjiri Tapaswi for the pull request!
  • PR #42: Added example file, updated .gitignore and README.md. Big thanks to Diego Rocha for the pull request!
  • PR #43: Add USAGE.md. Big thanks to Rohit Daryanani for the pull request!
  • PR #68: Created a UseCases directory. Big thanks to Ed Parry for the pull request!
  • PR #78: Document new Git workflow. Big thanks to Shivam Agarwal for the pull request!
  • PR #74: Add first-timers.md file for newcomers. Big thanks to Ely Alamillo for the pull request!
  • PR #62: Added CodeCov support. Big thanks to Zac Marcus for the pull request!
  • PR #60: Add Code Review to Contributing.md. Big thanks to Derek Neuland for the pull request!

Fixed

  • PR #24: Typo in README.md. Big thanks to Cícero Pablo for the pull request!
  • PR #35: Typo in CONTRIBUTING.md. Big thanks to Alex for the pull request!
  • PR #49: Update the LICENSE copyright year. Big thanks to Alex for the pull request!
  • PR #50: Update the LICENSE date range and add a unit test. Big thanks to Dawid Treściński for the pull request!
  • PR #53: Make sure LICENSE file test works cross-platform. Big thanks to Adlan Razalan for the pull request!
  • PR #65: Update license year. Big thanks to Alex for the pull request!
  • PR #85: Fix test looking for LICENSE.txt. Big thanks to Ashley Roach for the pull request!
  • PR #84: Fix link to license in the README. Big thanks to Pranjal Vyas for the pull request!
  • PR #83: Fix link to feature requests in the README. Big thanks to Sanjay Singh for the pull request!
  • PR #82: Fix location of LICENSE.md file. Big thanks to Chandler Weiner for the pull request!
  • PR #77: Fix tests looking for wrong file type for License. Big thanks to Anna for the pull request!
  • PR #70: Corrected *.md files using Grammarly. Big thanks to Alex for the pull request!

[3.3.0] - 2017-04-17

Added

  • #22: Added cancellation of requests using Cancellation Token
  • Big thanks to aKzenT for the pull request!

[3.2.0] - 2017-04-11

Added

  • #23: Timeout Parameter
  • Big thanks to PandaBoy00 for the pull request!

[3.1.0] - 2017-03-01

Added

[3.0.0] - 2016-07-22

BREAKING CHANGE

  • While your code may continue to work as before, the async behavior has changed, as we don't block on Result anymore
  • Fixes issue #259 in the sendgrid-csharp library
  • Updated examples and README to demonstrate await usage

[2.0.7] - 2016-07-19

Added

[2.0.6] - 2016-07-18

Added

  • Sign assembly with a strong name

[2.0.5] - 2016-07-14

Fixed

  • Solves issue #7
  • Solves issue #256 in the SendGrid C# Client
  • Do not try to encode the JSON request payload by replacing single quotes with double quotes
  • Updated examples and README to use JSON.NET to encode the payload
  • Thanks to Gunnar Liljas for helping identify the issue!

[2.0.2] - 2016-06-16

Added

[2.0.1] - 2016-06-03

Added

  • Sign assembly with a strong name

[2.0.0] - 2016-06-03

Changed

  • Made the Response variables non-redundant. e.g. response.ResponseBody becomes response.Body

[1.0.2] - 2016-03-17

Added

  • We are live!