Skip to content

Releases: alexalok/dotAPNS

v4.5.0

16 Sep 16:14
cf26e91
Compare
Choose a tag to compare

What's Changed

  • Minor perf improvements and allow to get certificate information externally by @molinch in #131

New Contributors

Full Changelog: v4.4.1...v4.5.0

v4.4.1

18 May 08:05
Compare
Choose a tag to compare

Full Changelog: v4.4.0...v4.4.1

v4.4.0

02 Mar 20:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.0...v4.4.0

v4.3.0

01 Dec 08:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.1...v4.3.0

v4.2.1

12 Sep 10:06
Compare
Choose a tag to compare

What's Changed

  • Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /dotAPNS.Tests by @dependabot in #103
  • Drop official netcoreapp2.1 support, add net6.0 support, update packages by @alexalok in #107

Full Changelog: v4.2.0...v4.2.1

v4.2.0

11 Jan 12:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

01 Jan 20:25
Compare
Choose a tag to compare

Full Changelog: 4.0.0...v4.1.0

4.0.0

28 Jun 14:28
Compare
Choose a tag to compare

This version contains a single change: calling ApnsClient.SendAsync on a client which was previously instantiated using an expired APNs cert will result in ApnsCertificateExpiredException being thrown.
This is a breaking change, because previously HttpRequestException was thrown instead.

The reason for this change is that the HttpRequestException thrown previously was quite ambiguous and it wasn't clear what the issue was. Moreover, HttpRequestException often has transitive semantics, i.e. indicates that the issue is temporary, while an expired certificate is a persistent issue by itself.

The package is available on NuGet: https://www.nuget.org/packages/dotAPNS/3.4.0

dotAPNS v3.4.0

30 Mar 08:30
Compare
Choose a tag to compare
  • Added possibility to send localized alert.
  • Added an option to disable server certificate validation.
  • Changed BouncyCastle dependency to Portable.BouncyCastle.