Releases: sendgrid/sendgrid-csharp
Releases · sendgrid/sendgrid-csharp
9.15.0
Release Notes
Library - Fix
- PR #938: Ensures the serialization of the SendGridMessage is untainted by defaults set by applications on the JsonSerializer. Thanks to @duncanchung!
- PR #996: migrate to common prism setup. Thanks to @childish-sambino!
Library - Feature
- PR #997: add support for Twilio Email. Thanks to @childish-sambino!
9.14.1
Release Notes
Library - Fix
- PR #993: refactor and fix personalization inserts/updates. Thanks to @childish-sambino!
9.14.0
Release Notes
Library - Feature
- PR #991: ignore duplicate email addresses when serializing the message. Thanks to @childish-sambino!
- PR #905: Implement IEquatable in EmailAddress. Thanks to @aevitas!
Library - Fix
- PR #924: validate API key is non-empty. Thanks to @aevitas!
- PR #903: handle @ in display name when using MailHelper.StringToEmailAddress. Thanks to @Fieora!
Library - Docs
- PR #990: baseline all the templated markdown docs. Thanks to @childish-sambino!
9.13.2
Release Notes
Library - Docs
- PR #989: support verbiage for login issues. Thanks to @adamchasetaylor!
9.13.1
Release Notes
Library - Docs
Library - Fix
- PR #967: Remove char set from content headers for JSON payloads. Thanks to @marius-stanescu!
9.13.0
Release Notes
Library - Feature
- PR #981: sanity-check email address and address lists when adding to a message. Thanks to @indy-singh!