Releases: sendgrid/sendgrid-csharp
Releases · sendgrid/sendgrid-csharp
v8.0.1
Added
- Troubleshooting section
v8.0.0
BREAKING CHANGE
- updated dependency on SendGrid.CSharp.HTTP.Client, which had a breaking change
- Fixes issue #259
- the async behavior in the HTTP client has changed, as we don’t block on .Result anymore
- Updated USAGE, examples and README to demonstrate await usage
v7.1.1
- 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
v7.1.0
- Update csharp-http-client dependency to support setting a WebProxy.
v7.0.7
- Fix for issue #256: SendGrid v3 and HTML emails - Creates bad Json
- Updated dependency to SendGrid.Csharp.HTTP.Client to 2.0.6
- Updated dependency to JSON.NET to 9.0.1 in the Example and SendGrid projects
- Removed dependencies to SendGrid.CSharp.HTTP.Client and SendGrid.SmtpApi from the Example project as they are not needed for the example
- Update examples to pass in valid JSON
- Thanks to Gunnar Liljas for helping find the root cause quickly!