Releases: swift-server-community/APNSwift
Releases · swift-server-community/APNSwift
Suport raw payload (semver safe)
The previous release violated server in that it added a public func but only incremented the patch.
This release does not violate semver
Supports raw payload to APNS
Swift 5.1 support + iOS 13 + bug fixes
Fixes an issue with valid JWT signing.
#37 Fix ES256 signing
Adds in support for token refreshes
- thanks to #35 We now support token refresh.
- Also includes unit tests.
APNSwift release 1.0.1
This patch release addresses #31 a memory safety issue.
Official 1.0 Release of APNSwift
Official 1.0 release
- Provides an API for handling connection to Apples HTTP2 APNS server
- Provides proper error messages that APNS might respond with.
- Uses custom/non dependency implementations of JSON Web Token specific to APNS (using [rfc7519])(https://tools.ietf.org/html/rfc7519)
- Imports OpenSSL for SHA256 and ES256
- Provides an interface for signing your Push Notifications
- Signs your token request
- Sends push notifications to a specific device.
Alpha 2, with APNSwift rename
1.0.0-alpha.2 Update docs.
Initial Alpha Release
This release includes all of the functionality in this proposal.