All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
Library - Chore
- PR #109: push Datadog Release Metric upon deploy success. Thanks to @eshanholtz!
Library - Chore
- PR #108: add gh release to workflow. Thanks to @shwetha-manvinkurke!
- PR #107: merge test and deploy workflows. Thanks to @shwetha-manvinkurke!
Library - Chore
- PR #106: update license year. Thanks to @JenniferMah!
Library - Chore
- PR #105: fix gh action release workflow. Thanks to @eshanholtz!
- PR #104: migrate to GitHub Actions. Thanks to @eshanholtz!
Library - Chore
- PR #101: update GitHub branch references to use HEAD. Thanks to @thinkingserious!
Library - Docs
- PR #100: baseline all the templated markdown docs. Thanks to @childish-sambino!
Library - Chore
- PR #99: remove unused function. Thanks to @thinkingserious!
Library - Chore
- PR #98: add license to nuspec. Thanks to @thinkingserious!
Library - Fix
- PR #97: update deploy path for .nupkg. Thanks to @thinkingserious!
Library - Chore
- PR #96: add nuget pack. Thanks to @thinkingserious!
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!
- PR #90: Twilio branding updates.
- 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!
- 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!
- #22: Added cancellation of requests using Cancellation Token
- Big thanks to aKzenT for the pull request!
- #23: Timeout Parameter
- Big thanks to PandaBoy00 for the pull request!
- PR #18: Cache default httpclient
- Big thanks to Niels Timmermans for the pull request!
- 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
- Pull request #11: Adding the option to set WebProxy object to be used on HttpClient
- Big thanks to Juliano Nunes for the pull request!
- Sign assembly with a strong name
- 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!
- Fix async, per sendgrid/sendgrid-csharp#235
- Sign assembly with a strong name
- Made the Response variables non-redundant. e.g. response.ResponseBody becomes response.Body
- We are live!