Skip to content

Releases: ActiveCampaign/postmark-dotnet

Fixed Security Issues

05 Jan 13:51
ffdee68

Choose a tag to compare

Updated package

  • System.Text.Json 8.0.0 -> 10.0.1

Added SubscriptionManagementConfiguration

08 Aug 10:53
4478cd8

Choose a tag to compare

  • Added SubscriptionManagementConfiguration to PostmarkMessageStream
  • Fixed DateTime deserialization

Updated Inbound return types

14 Jun 10:18
19fbb04

Choose a tag to compare

  • Changed return type of GetInboundMessageDetailsAsync from InboundMessageDetail to PostmarkInboundMessage
  • Added RawEmail property to PostmarkInboundWebhookMessage

Republish 4.8.0 as 5.0.0

06 Mar 04:39
d9ee8f5

Choose a tag to compare

  • No changes (unlisted 4.8.0 due to a breaking change)

Switch to System.Text.Json

06 Mar 04:31
d9ee8f5

Choose a tag to compare

  • Removed dependency on Newtonsoft.Json.

Breaking changes

  • Serialisation of Netwonsoft.Json types may be impacted (ie if used in TemplateModel)

Update .net Http Client Dependency

21 Apr 20:05
71c05ef

Choose a tag to compare

Minor update to integrate newer version of the .net http client dependency to mitigate a CVE reported with that library.

Remove obsolete Bounce Tags endpoint

07 Apr 14:40

Choose a tag to compare

Changes:

  • Remove obsolete /bounces/tags endpoint
  • Switch from TravisCI to CircleCI

Add support for sending batches of templated messages

08 Jul 08:59

Choose a tag to compare

  • This release adds support for sending batches of templated messages. For more information, check our wiki documentation on Sending Using a Template.
  • Breaking Change: Update PostmarkInboundMessage.Attachment.ContentLength type from string to long to correctly represent our inbound webhook data. Thanks to @nis-spiir for submitting a PR.

Add support for Message Streams API

28 May 08:58
7330657

Choose a tag to compare

This release adds support for the Postmark Message Streams API.

Changes:

  • Add new functions and models for listing, fetching, creating, editing, archiving and unarchiving message streams.

Add support for Suppressions API

06 Apr 11:18
5b3a67e

Choose a tag to compare

This release adds support for the Postmark Suppressions API. For more information, please check out our wiki documentation on managing Suppressions.

Changes:

  • Add functions for listing, creating and reactivating Suppressions.
  • Update PostmarkBounce ID type from int to long.
  • Update Bounce API functions to take a long BounceId input parameter.