Skip to content

Releases: resend/resend-dotnet

v0.2.2

11 Mar 05:58
1450084

Choose a tag to compare

  • Add missing broadcast properties (#95)
  • Fix FluentEmail display name being silently dropped (#94)

v0.2.1

08 Nov 17:52
66e556b

Choose a tag to compare

Breaking change:

  • Deprecated audience methods in IResend interface

  • Remove audience properties from the Contact

  • Update Contacts, Deprecate Audiences (#92)

v0.2.0

04 Nov 21:24
c40778b

Choose a tag to compare

Breaking change:

  • ContactList now returns a paginated list under .Data

  • Add missing API errors (#76)

  • Add Topics, Templates, Segments, Receiving and Webhooks (#80)

  • Add string overloads for Template methods (#87)

  • Add Receiving and Send Attachment (#89)

  • Add Contacts and Contact Properties API (#90)

  • Remove invalid WebhookListAsync method (#85)

  • Add IsTransient, add limits to exception (#65)

v0.1.7

31 Oct 19:33
4b62df0

Choose a tag to compare

Release v0.1.7

v0.1.6

19 Sep 16:44
3bf94d1

Choose a tag to compare

  • Add EmailListAsync method (#71)
  • Add EmailBatch overloads with validation mode (#72)
  • Add ConfigureAwait( false ) on await (#48)

v0.1.5

13 Aug 00:00
972e799

Choose a tag to compare

  • Add ContentId property to EmailAttachment (#67, #68)
  • Use @resend.dev in examples (#63)

v0.1.4

10 Jun 15:23
bf8e351

Choose a tag to compare

v0.1.3

05 Jun 20:16
5ab3eff

Choose a tag to compare

  • Support Idempotency-Key in EmailBatchAsync (#57)
  • Fix README examples, missing async (#55)

v0.1.2

09 May 19:57
13be49f

Choose a tag to compare

  • Add ContactRetrieveByEmail (#52)
  • Add CustomReturnPath when creating domain (#53)

v0.1.1

22 Apr 19:38
4a899c5

Choose a tag to compare

  • Support Idempotency-Key in EmailSend (#49)