6.7.1 (2024-11-19)
6.7.0 (2024-09-27)
6.6.0 (2024-09-24)
6.5.0 (2024-08-02)
- Add Firebase Cloud Messaging (FCM) HTTP/2 support and option
fcmEnableLegacyHttpTransport
to use legacy HTTP/1.1 (#274) (70e6b6f)
6.4.1 (2024-07-08)
- Verbose mode is enabled if environment variables
VERBOSE
orVERBOSE_PARSE_SERVER_PUSH_ADAPTER
are set to any value (#264) (0f31300)
6.4.0 (2024-07-07)
6.3.0 (2024-07-07)
6.2.0 (2024-05-15)
6.1.1 (2024-05-15)
6.1.0 (2024-05-04)
6.0.0 (2024-03-30)
- Removes support for Node 14 and 16 (bb0ff82)
5.2.0 (2024-03-30)
- Add backwards compatibility with APNS payloads when using Firebase Cloud Messaging API (HTTP v1) (#234) (b9a41d1)
5.1.1 (2024-03-02)
5.1.0 (2024-03-02)
- Send Android push notifications to Firebase Cloud Messaging API (HTTP v1) by setting the push adapter option
firebaseServiceAccount
(#222) (be40b1d)
5.0.2 (2023-10-21)
5.0.1 (2023-10-21)
5.0.0 (2023-10-21)
- This release removes support for Node 12; the minimum required version is Node 14. (615e730)
4.2.5 (2023-10-21)
4.2.4 (2023-10-21)
4.2.3 (2023-10-21)
4.2.2 (2023-10-21)
4.2.1 (2023-10-02)
4.2.0 (2023-08-06)
4.1.3 (2023-05-20)
- Validate push notification payload; fixes a security vulnerability in which the adapter can crash Parse Server due to an invalid push notification payload (#217) (598cb84)
4.1.2 (2022-03-27)
4.1.1 (2022-03-27)
4.1.0 (2021-11-21)
- node-apn 5 requires node >= 12 (#198)
- bump node-apn to 5.0 (#198)
- Security fixes (Manuel Trezza) #193
3.4.0 (2020-10-19)
- Support installing from branch (#177) (thanks to @dplewis)
- Update @parse/[email protected]
- Update [email protected]
3.3.0 (2020-09-24)
- Update @parse/node-apn (#170)
- Fixed wrong usage of contentAvailable for iOS push notifications via Firebase (#165) (thanks to @supermar1010)
- Adds request options for the gcm.Sender (#153) (thanks to @simonegiacco)
- [email protected]
3.2.0 (2019-10-26)
- Support headers (expiration_time, collapse_id, push_type, priority) in data field (#148) (thanks to @dplewis)
- [email protected]
3.1.0 (2019-10-03)
- Update @parse/node-apn.
- Update parse.
3.0.10 (2019-08-26)
Use @parse/node-apn served from npm instead of using our fork served from github.
3.0.9 (2019-07-30)
Fix: Update node-apn version and improve publish script (#141) (thanks to @davimacedo)
3.0.8 (2019-07-26)
Last release had its lib/ folder published but it's failing in parse-server tests. Trying to fix.
3.0.7 (2019-07-26)
New attempt to fix last release since it was published empty to npm.
3.0.6 (2019-07-26)
Fix last release since it was published empty to npm.
3.0.5 (2019-07-26)
Trying to make Travis publish to npm.
3.0.4 (2019-07-26)
What's new
- Add support for apns-push-type #1 (thanks to @funkenstrahlen)
3.0.3 (2019-07-12)
Continuing attempt to get travis to deploy to npm on release. Third time's a charm?
3.0.2 (2019-07-12)
Update Travis to deploy the correct repo to npm
3.0.1 (2019-07-11)
Update Packages to address security alerts
2.0.3 (2018-04-13)
What's new
- Use updated node-gcm version from @parse org. with safe request version
2.0.2 (2017-10-22)
What's new
- Adds ability to pass apn key for iOS pushes
2.0.1 (2017-10-21)
What's new
- Fixes issue setting the push notificaiton title
2.0.0 (2017-03-14)
What's new
- Adds support for APNS notification title
- Adds support for APN collapse-id
2.0.0-alpha.1 (2017-03-14)
What's new
- Adds support for APNS with HTTP/2.0
- Improvements in testing, tooling
1.3.0 (2017-03-14)
Closed issues:
Merged pull requests:
- Add macOS and tvOS push notification support #58 (funkenstrahlen)
- Require node version >= 4.6.0 #53 (flovilmart)
1.2.0 (2017-01-16)
Closed issues:
- Classify installation with pushType and failback with deviceType #31
- Send deviceType key to push handler #39
- Added notification field for fcm #41
- fixes 64k limit on GCM push. #49
1.1.0 (2016-08-25)
Closed issues:
- New release for
mutableContent
#28 - APNS TypeError: Cannot read property 'key' of undefined #24
- Can not find sender for push type android/ios #16
- APNS adapter failure -- cannot find valid connection #15
- pushing to thousands of installations #9
- Push is not delivered to iOS device #8
- Push not sent to iOS Device #4
Merged pull requests:
- Support
mutable-content
#27 (alexanderedge) - Update README.md #18 (tingham)
- APNS expects expiration time to be in seconds, not MS. #14 (0x18B2EE)
- Push notifications to APNS per batches #10 (flovilmart)
v1.0.4 (2016-03-30)
Closed issues:
- Push notifications not sent #2
Merged pull requests:
- 🎉 v1.0.4 #7 (flovilmart)
- Fixed error when sending pushes to one pushType #6 (Gameleon12)
v1.0.3 (2016-03-26)
Merged pull requests:
- Adds verbose logging #5 (flovilmart)
v1.0.2 (2016-03-26)
Merged pull requests:
- reports all sending error for mis-configurations #3 (flovilmart)
v1.0.1 (2016-03-25)
Merged pull requests:
v1.0.0 (2016-03-25)
* This Change Log was automatically generated by github_changelog_generator