Skip to content

Releases: sendgrid/csharp-http-client

3.4.2

28 Jan 19:46
Compare
Choose a tag to compare

Release Notes

Library - Chore

Library - Fix

v3.4.1

15 Aug 18:32
Compare
Choose a tag to compare

Added

  • PR #90: Twilio branding updates.

v3.4.0

15 Aug 14:46
Compare
Choose a tag to compare

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!

v3.3.0

17 Apr 20:18
Compare
Choose a tag to compare

Added

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

v3.2.0

11 Apr 21:25
Compare
Choose a tag to compare

Added

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

v3.1.0

01 Mar 19:52
Compare
Choose a tag to compare

[3.1.0] - 2017-03-01

Added

v3.0.0

22 Jul 22:47
Compare
Choose a tag to compare

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

v2.0.7

19 Jul 20:01
Compare
Choose a tag to compare

v2.0.6

18 Jul 20:09
Compare
Choose a tag to compare
  • Signed the assembly with a strong name

v2.0.5

14 Jul 22:14
Compare
Choose a tag to compare
  • 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!