Skip to content

Releases: feinoujc/Mandrill.net

v9.0.1

26 Mar 01:18
a0a60a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.0.1

v9.0.0

29 Feb 15:16
Compare
Choose a tag to compare

Features

  • Added dkim2 and dmarc by @pieter61 in #220
  • Made sender domain details valid_after nullable in 25c6010
  • Added overload for VerifyWebHookSignature that takes a string, not a Uri in 6ab1553

What's Changed

New Contributors

Full Changelog: v8.3.0...v9.0.0

v8.3.0

20 Nov 15:30
6b419b9
Compare
Choose a tag to compare

What's Changed

  • prevent mistakes when writing mime types or having to remember it or google it by @HastaCs in #203
  • update newtonsoft.json dependency #204

New Contributors

Full Changelog: v8.2.0...v8.3.0

v8.2.0

19 Apr 21:43
a9e37ee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.0...v8.2.0

v8.1.0 - v1 of Extensions.DependencyInjection

11 Dec 18:37
Compare
Choose a tag to compare

What's Changed

  • add dependency injection extension library in #149

Full Changelog: v8.0.0...v8.1.0

v8.0.0

10 Dec 20:21
Compare
Choose a tag to compare

What's Changed

  • BREAKING rename Blacklist api to Allowlist read more
  • BREAKING Drop .net 4.6.1 target, only target .netstandard 2.0
  • Add new verify_txt_key senders data field read more
  • Revamp CI to run only on linux / dotnet 6

Full Changelog: v7.3.2...v8.0.0

v8.0.0-prerelease

10 Dec 20:09
Compare
Choose a tag to compare
v8.0.0-prerelease Pre-release
Pre-release
v8.0.0-prerelease4

more ci fixup

v7.3.2

25 Aug 19:11
85daf6f
Compare
Choose a tag to compare

Fixes an edge case serializing inbound webhooks with no headers #124 #125

v7.3.1

12 May 23:14
e48bd15
Compare
Choose a tag to compare

fix: null check before attempting jtoken #118

v7.3.0

10 May 02:38
Compare
Choose a tag to compare

Change how mandrill merge var content object is serialized, nulls are included by default. fixes #113