Releases: AndrewBarba/apns2
Releases · AndrewBarba/apns2
v11.8.0
v11.7.1
v11.7.0
- Update
fast-jwt
to v4
v11.6.0
v11.5.0
- Add
ApnsClient.keepAlive
- Deprecate
ApnsClient.pingInterval
v11.4.0
What's Changed
- Add
location
push type by @nagarjunamadamanchi in #76
New Contributors
- @nagarjunamadamanchi made their first contribution in #76
Full Changelog: 11.3.0...11.4.0
v11.3.0
What's Changed
- Add support for critical alerts by @NoahPeeters in #62
- Implemented options requestTimeout and pingInterval. Option connections was removed. by @RodolfoGS in #68
- 📄 DOC: #57 docs update by @souvik666 in #66
- Added Priority.low option. Avoid send header Priority.immediate (default) by @RodolfoGS in #69
New Contributors
- @NoahPeeters made their first contribution in #62
- @RodolfoGS made their first contribution in #68
- @souvik666 made their first contribution in #66
Full Changelog: 11.2.0...11.3.0
v11.2.0
- Define new
Host
enum for specifying APNS host - Add
liveactivity
push type
Thank you 278204 and icodebuster
v11.1.0
- Accept all options when sending a silent notification
v11.0.1 - Support Node.js 16.x
- Add back support for Node.js 16.x