Skip to content

Releases: fitomad/apns-dotnet

1.0.4

03 Dec 15:26
c108d97

Choose a tag to compare

This PR fixes a bug where all the dependency injection would be done, but then go unused.

Contributor

@IsaMorphic

1.0.3

30 Nov 09:50
05819ec

Choose a tag to compare

Enhancements

  • JWT tokens now refresh following the Apple recommendation

Code

  • Migrate sln file to the new slnx file format

1.0.2

14 Nov 09:18
c0796f2

Choose a tag to compare

Issues

This release contains fixes for the following issues

  • The apns-unique-id HTTP header now it's non mandatory when working on APNS PRODUCTION environment
  • The APNSClient is now reusable in the same DI scope

Changes

  • A GitHub Action workflow added as CI pipeline
  • Working on adapt unit testing to CI environment. Currently only s subset runs on CI

Contributors

Thanks to @IsaMorphic

1.0.1

18 Apr 10:18
66de333

Choose a tag to compare

Just a fix in package name at README.md nuget installation section

1.0.0

18 Apr 10:07
2e78ad1

Choose a tag to compare

First version of the Apns package.