Releases: sendgrid/csharp-http-client
Releases · sendgrid/csharp-http-client
3.4.2
Release Notes
Library - Chore
- PR #95: updates for auto-deploy via Travis CI. Thanks to @thinkingserious!
- PR #93: prep the repo for automated releasing. Thanks to @thinkingserious!
- PR #71: Adds a Deploy Travis task that publishes to NuGet. Thanks to @Gimly!
Library - Fix
- PR #94: nuget push flag. Thanks to @thinkingserious!
v3.4.1
v3.4.0
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
v3.2.0
Added
- #23: Timeout Parameter
- Big thanks to PandaBoy00 for the pull request!
v3.1.0
[3.1.0] - 2017-03-01
Added
- PR #18: Cache default httpclient
- Big thanks to Niels Timmermans for the pull request!
v3.0.0
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
- Pull request #11: Adding the option to set WebProxy object to be used on HttpClient
- Big thanks to Juliano Nunes for the pull request!
v2.0.6
- Signed the assembly with a strong name
v2.0.5
- 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!