Skip to content

Tags: swift-server-community/APNSwift

Tags

5.0.3

Toggle 5.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature.
Make APNSClient Sendable if coders are Sendable (#195)

5.0.2

Toggle 5.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature. The key has expired.
Merge pull request #189 from swift-server-community/fix-warnings

Fix EventLoop warnings

5.0.1

Toggle 5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature. The key has expired.
Merge pull request #187 from DominatorVbN/patch-1

Update APNSClient+Location.swift

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature. The key has expired.
Prep for 5.0 (#177)

* Prep for 5.0

* fix markdown

* update readme

4.0.1

Toggle 4.0.1's commit message
Add complication push type (#128)

Co-authored-by: Lukas Petr <[email protected]>

5.0.0-beta.5

Toggle 5.0.0-beta.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature. The key has expired.
Make APNSError.reason public again (#174)

This commit restores public access to the `APNSError.reason` property,
because it's needed for library users handling APNs errors.  (The status
code is not an viable alternative, as there are multiple different error
reasons for one status code.)

The `reason` property was unintentionally set to private in commit
ecf0f44 (Breakout APNSwift into packages (#170)). Notably, the
associated type ErrorReason remained public.

5.0.0-beta.4

Toggle 5.0.0-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature. The key has expired.
Update .spi.yml (#172)

Fix documentation target

5.0.0-beta.3

Toggle 5.0.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature. The key has expired.
Change dismissalDate to use new type (#168)

5.0.0-beta.2

Toggle 5.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature. The key has expired.
iOS 16.1 Live Activity support added (#164)

* -- iOS 16.1 Live Activity support added

* - live activity added to APNSPushType

* - updated suggested changes

* -- updated ReadMe

* - fixed topic update

* PR FeedBAck

Co-authored-by: Nasir Mehmood <[email protected]>

5.0.0-beta.1

Toggle 5.0.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub鈥檚 verified signature. The key has expired.
Update the readme and provide example Project (#151)

* Add Example App

* Add docc

* Update Readme

* Another readme update

* update readme

* Capitalize API

* Add table of contents

* Move installation back to top