Releases: appfeel/node-pushnotifications
Releases · appfeel/node-pushnotifications
v4.0.3
What's Changed
- Correct FCM batch size from
1000to500by @johnpaulmckean in #231 - Bump firebase-admin to 12.7.0
New Contributors
- @johnpaulmckean made their first contribution in #231
Full Changelog: 4.0.2...4.0.3
v4.0.2
- Revert "Run npm audit fix" (c7fc2ae)
Full Changelog: 4.0.1...4.0.2
v4.0.1
What's Changed
- Fix missing httpAgent for proxy support by @lucarosty in #229
- Minor dependencies bump through
npm audit fix
New Contributors
- @lucarosty made their first contribution in #229
Full Changelog: 4.0.0...4.0.1
v4.0.0
What's Changed
Breaking change
- Remove support for Node 14 and 16; add support for Node 22 and 24
Dependency updates
- Upgrade to eslint 9 by @alex-friedl in #226
- Upgrade @parse/node-apn to 7.0.1
Full Changelog: 3.1.3...4.0.0
v3.1.3
What's Changed
- Bump tar-fs from 2.1.1 to 2.1.4 by @dependabot[bot] in #224
- Bump js-yaml by @dependabot[bot] in #223
- Remove ramda dependency by @alex-friedl in #225
- Bump jws by @dependabot[bot] in #228
Full Changelog: 3.1.2...3.1.3
v3.1.2
v3.1.1
What's Changed
- Add passthrough for settings to enable data notification by @wcalebgray in #209
Full Changelog: 3.1.0...3.1.1
v3.1.0
- Add support for FCM messaging via firebase-admin (#207)
- Bump some dependencies