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