Skip to content

Releases: darrencauthon/csharp-sparkpost

Inbound Domains and Relay Webhooks

16 May 18:29
Compare
Choose a tag to compare
  • Added support for inbound domains.
  • Added support for relay webhooks.

All thanks to @ZA1 !!!

https://www.nuget.org/packages/SparkPost/1.6.0

Add Message Events

10 May 12:08
Compare
Choose a tag to compare

Sub Account support

29 Apr 11:42
Compare
Choose a tag to compare

Fix recipient substitution data

28 Apr 11:27
Compare
Choose a tag to compare
  • Fix an issue (#54) that was resulting in recipient substitution data keys getting converted to snake case. Now all recipient data, both on the recipient level and the transmission level, are not altered.

https://www.nuget.org/packages/SparkPost/1.3.1

Add sync mode, and fixed substitution bug

27 Apr 14:19
Compare
Choose a tag to compare
  • Added Sync mode for API calls. Setting client.CustomSettings.SendingMode = SendingModes.Sync; will cause the API calls to be made synchronously.
  • Fixed casing bugs in substitution data. All substitution data will now be passed raw. #49

https://www.nuget.org/packages/SparkPost/1.3.0

Added support for webhooks

27 Apr 14:21
Compare
Choose a tag to compare

Allow the overriding of the HttpClient, add missing Option

21 Apr 17:30
Compare
Choose a tag to compare
  • Allow the overriding of the HttpClient used by this library, like so: client.CustomSettings.BuildHttpClientsUsing(() => new HttpClient());.
  • Add missing IpPool to options.

https://www.nuget.org/packages/SparkPost/1.1.1

Suppression List support, other misc updates

12 Apr 17:49
Compare
Choose a tag to compare
  • Support for Suppression Lists has been added. Creating, updating, deleting, and retrieving emails from your suppression list are now supported.
  • Support for Transmission Retrieve. Details about emails with more than one recipient can now be queried using the transmission id.
  • Inline-css support for Transmissions has been added, thank you @coldacid !

https://www.nuget.org/packages/SparkPost/1.1.0

Extracted interfaces, possible JSON version fix

04 Apr 18:27
Compare
Choose a tag to compare
  • Extracted interfaces for C# reasons, thank you @coldacid!
  • Possible fix for < 8 references.
  • Underlying work for upcoming Xamarin portable support.

https://www.nuget.org/packages/SparkPost/1.0.7

CC/BCC

29 Mar 02:28
Compare
Choose a tag to compare
  • Added RecipientType to Recipient, which provides a simpler way to set recipients as CC/BCC/To without touching the header.

https://www.nuget.org/packages/SparkPost/1.0.6