Releases: parse-community/node-apn
Releases · parse-community/node-apn
6.0.1
6.0.1 (2023-10-20)
Bug Fixes
- Minimum required Node version in
engines.node
has not been upgraded to Node 14 (#138) (4eb3686)
6.0.0
6.0.0 (2023-10-19)
Features
- Add support for Node 18, 20 drop support for Node 12 (#137) (f203bc1)
BREAKING CHANGES
- This release removes support for Node 12; the minimum required version is Node 14. (f203bc1)
5.2.3
5.2.3 (2023-07-21)
Bug Fixes
- Incorrect field name
event
instead of events
in Live Activity push notification payload (#133) (a25c835)
5.2.2
5.2.2 (2023-07-20)
Bug Fixes
- Shutdown callback is not passed from provider to client (#118) (9fa197f)
5.2.1
5.2.1 (2023-07-16)
Bug Fixes
- Security upgrade jsonwebtoken from 8.5.1 to 9.0.0 (#128) (5bc179d)
5.2.0
5.2.0 (2023-07-16)
Features
- Add support for Live Activity with ActivityKit push notifications (#130) (80717cd)
5.1.3
5.1.3 (2022-03-27)
Bug Fixes
- security upgrade node-forge from 1.2.1 to 1.3.0 (#101) (a713a2b)
5.1.2
5.1.2 (2022-03-27)
Bug Fixes
- security bump minimist from 1.2.5 to 1.2.6 (#107) (b2b1358)
5.1.1
5.1.1 (2022-03-27)
Bug Fixes
- Various dependency upgrades to fix vulnerabilities
5.1.0
Features
- Add support for iOS 15 property interruption-level (#83)
- Add support for target-content-id notification property (#84)