Releases: sendgrid/sendgrid-csharp
Releases · sendgrid/sendgrid-csharp
9.22.0
9.21.2
Release Notes
Library - Fix
- PR #1064: Allow SendGridMessage serialization to optionally bypass defaults. Thanks to @duncanchung!
9.21.1
9.21.0
Release Notes
Library - Chore
- PR #1036: simplify framework dependencies. Thanks to @childish-sambino!
- PR #1032: update GitHub branch references to use HEAD. Thanks to @thinkingserious!
Library - Feature
- PR #789: Add dockerized email inbound webhook consumer example. Thanks to @KoditkarVedant!
Library - Docs
- PR #757: Run *.md documents through Grammer.ly. Thanks to @danimart1991!
9.20.0
Release Notes
Library - Feature
- PR #812: Add dockerized event webhook consumer example. Thanks to @KoditkarVedant!
9.19.0
Release Notes
Library - Feature
- PR #1030: allow the
RetryDelegatingHandler
to be used withHttpClientFactory
. Thanks to @childish-sambino!
Library - Chore
- PR #1028: migrate to new default sendgrid-oai branch. Thanks to @eshanholtz!
Library - Docs
- PR #785: typos fixed. Thanks to @RodgerLeblanc!
9.18.0
Release Notes
Library - Docs
- PR #824: Remove references to "Whitelabel". Thanks to @crweiner!
- PR #826: cleanup README.md anchors and ToC. Thanks to @ajloria!
Library - Feature
- PR #1019: add option for throwing exception on non-successful API request. Thanks to @childish-sambino!
Library - Chore
- PR #1017: drop Elliptic Curve code in favor of 'starkbank-ecdsa'. Thanks to @childish-sambino!
9.17.0
Release Notes
Library - Fix
- PR #916: sendAt timestamp as 32bit integer. Thanks to @matrix0123456789!
Library - Feature
- PR #1010: verify signature from event webhook. Thanks to @childish-sambino!
- PR #1014: add Elliptic Curve code and utilities. Thanks to @childish-sambino!
- PR #1011: Added net40 target framework. Thanks to @HavenDV!
9.16.0
Release Notes
Library - Test
- PR #1008: Ensuring default serialization settings behave correctly. Thanks to @duncanchung!
Library - Feature
9.15.1
Release Notes
Library - Fix
- PR #1001: add back client constructors with client options and actually use its reliability settings. Thanks to @childish-sambino!
Library - Docs