Releases: swift-server-community/APNSwift
Releases · swift-server-community/APNSwift
6.0.1
What's Changed
- Fix DocC and remove warnings by @fpseverino in #210
- Update to support swift-crypto by @kylebrowning in #213
- Fix
.spi.yml
by @fpseverino in #211
Full Changelog: 6.0.0...6.0.1
6.0.0
What's Changed
- Update .spi.yml by @finestructure in #203
- Privatize APNSPushType by @kylebrowning in #206
- Push to Talk (PTT) Support by @mash3l777 in #181
- Updating project for strict concurrency and Swift 6 by @kylebrowning in #207
New Contributors
- @mash3l777 made their first contribution in #181
Full Changelog: 5.1.0...6.0.0
5.1.0
What's Changed
- Deprecated
.sandbox
in favor of.development
by @dimitribouniol in #199 - Fix crash when using AnyEncodable payload for alert and background notifications by @grighakobian in #200
- Return the
apns-unique-id
header inAPNSResponse
by @dimitribouniol in #198 - Add ability to start live activities by @nakajima in #196
- Make
EmptyPayload
conform toSendable
by @fpseverino in #201 - Adjust to Swift 6 toolchain compile by @wangzhizhou in #202
New Contributors
- @dimitribouniol made their first contribution in #199
- @grighakobian made their first contribution in #200
- @nakajima made their first contribution in #196
- @fpseverino made their first contribution in #201
- @wangzhizhou made their first contribution in #202
Full Changelog: 5.0.3...5.1.0
5.0.3
What's Changed
- Fixed broken links in README.md by @ladiesman218 in #190
- Fix manifest versions by @0xTim in #197
- Make APNSClient Sendable if coders are Sendable by @ffried in #195
New Contributors
- @ladiesman218 made their first contribution in #190
- @ffried made their first contribution in #195
Full Changelog: 5.0.2...5.0.3
5.0.2
5.0.1
What's Changed
- Fix link to Program.swift by @jverkoey in #180
- Typo in readme by @Diggory in #182
- Update APNSClient+Location.swift by @DominatorVbN in #187
New Contributors
- @jverkoey made their first contribution in #180
- @Diggory made their first contribution in #182
- @DominatorVbN made their first contribution in #187
Full Changelog: 5.0.0...5.0.1
5.0.0
A full list of breaking changes is listed here in a blog post.
What's Changed
- Add complication push type by @LukasCZ in #128
- Convert to Async Await, Add configurable environments, remove deprecated code by @kylebrowning in #130
- Cleanup logger usage, rename APNSwiftClient and use custom httpclient by @kylebrowning in #132
- Update swift.yml by @kylebrowning in #134
- Add proxy config, cleanup enums by @kylebrowning in #137
- Add scheme to fix iOS build by @finestructure in #139
- Change AuthenticationManager to class with lock by @FranzBusch in #142
- Refactor configuration and client by @FranzBusch in #143
- Add semantic safe API for alert notifications by @FranzBusch in #144
- Add semantic safe API for background notifications by @FranzBusch in #146
- Add semantic safe API for VoIP notifications by @FranzBusch in #148
- Add semantic safe API for location notifications by @FranzBusch in #147
- Add semantic safe API for FileProvider notifications by @FranzBusch in #149
- Add semantic safe API for Complication notifications by @FranzBusch in #150
- Update the readme and provide example Project by @kylebrowning in #151
- Use our lock to make token manager thread safe by @kylebrowning in #154
- Hide Base64 by @kylebrowning in #159
- Add's docc document by @kylebrowning in #160
- Fixed typo in filename by @TimAEllis in #163
- iOS 16.1 Live Activity support added by @kylebrowning in #164
- Add support for dismissal-date to live activity notification by @mark-urbanthings in #167
- Change dismissalDate to use new type by @kylebrowning in #168
- Remove unneeded metadata additions by @kylebrowning in #169
- Breakout APNSwift into packages by @kylebrowning in #170
- Fix sendable conformance by @kylebrowning in #171
- Update .spi.yml by @finestructure in #172
- Make APNSError.reason public again by @vojtarylko in #174
- Prep for 5.0 by @kylebrowning in #177
New Contributors
- @LukasCZ made their first contribution in #128
- @finestructure made their first contribution in #139
- @FranzBusch made their first contribution in #142
- @mark-urbanthings made their first contribution in #167
- @vojtarylko made their first contribution in #174
Full Changelog: 4.0.0...5.0.0
Adds compilation to 4.0 branch
Full Changelog: 4.0.0...4.0.1
5.0.0-beta.5: Make APNSError.reason public again (#174)
What's Changed
- Make APNSError.reason public again by @vojtarylko in #174
New Contributors
- @vojtarylko made their first contribution in #174
Full Changelog: 5.0.0-beta.4...5.0.0-rc.1
5.0.0-beta.4
What's Changed
- Remove unneeded metadata additions by @kylebrowning in #169
- Breakout APNSwift into packages by @kylebrowning in #170
- Fix sendable conformance by @kylebrowning in #171
- Update .spi.yml by @finestructure in #172
Full Changelog: 5.0.0-beta.3...5.0.0-beta.4