Skip to content

Releases: vapor/apns

Update Supported Swift Versions

16 May 07:42
a9345eb
Compare
Choose a tag to compare
This patch was authored and released by @0xTim.

This removes support for Swift 5.2 and Swift 5.3, making Swift 5.4 the earliest supported version as
announced

async/await

26 Oct 11:27
de66060
Compare
Choose a tag to compare
This patch was authored and released by @0xTim.

Adds async APIs to Application.APNS and Request.APNS to match existing EventLoopFuture APIs

Allow multiple notifications to be sent

18 May 15:28
a880646
Compare
Choose a tag to compare
This patch was authored by @MrWoWander and released by @0xTim.

Adds a new batchSend API to allow multiple notifications to be sent with the same call

Licence the project as MIT

01 Mar 23:34
897389f
Compare
Choose a tag to compare
This patch was authored by @PSchmiedmayer and released by @0xTim.

Adds the MIT License

2.0.0

01 Feb 17:22
3286f65
Compare
Choose a tag to compare

bump upstream release.

Fix infinite recursion on APNSwift release

09 Jan 22:40
a8bc863
Compare
Choose a tag to compare
Fix for infinite loop (#27)

Fix for https://github.com/kylebrowning/APNSwift/issues/100

APNS 1.0.0

27 Aug 17:42
d8e81d9
Compare
Choose a tag to compare
This patch was authored and released by @tanner0101.

Docs:
https://docs.vapor.codes/4.0/apns/

More information on Vapor 4 official release:
https://forums.swift.org/t/vapor-4-official-release-begins/34802

Vapor is out of RC, require the released version

24 May 14:45
e066fda
Compare
Choose a tag to compare
This patch was authored by @gwynne and released by @kylebrowning.

No additional notes.

Release Candidate 1

31 Mar 19:08
f4a1605
Compare
Choose a tag to compare
Release Candidate 1 Pre-release
Pre-release

Upgrades APNs to APNSwift 2.0

Beta 3

27 Feb 11:21
2b6acdf
Compare
Choose a tag to compare
Beta 3 Pre-release
Pre-release
  • Match Vapor's new minimum OS requirement
  • Bump minimum required version of Vapor
  • Major beta server due to compatibility break of new minimum OS requirement. There are no actual changes to this driver or to the underlying APNS implementation.

This patch was authored by @gwynne and released by @0xTim.