Skip to content

Latest commit

 

History

History
405 lines (214 loc) · 22.3 KB

CHANGELOG.md

File metadata and controls

405 lines (214 loc) · 22.3 KB

6.7.0 (2024-09-27)

Features

  • Upgrade @parse/node-apn from 6.1.0 to 6.2.0 (#310) (c71e167)

6.6.0 (2024-09-24)

Features

  • Bump @parse/node-apn from 6.0.1 to 6.1.0 (#304) (b5d4c59)

6.5.0 (2024-08-02)

Features

  • 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)

Bug Fixes

  • Verbose mode is enabled if environment variables VERBOSE or VERBOSE_PARSE_SERVER_PUSH_ADAPTER are set to any value (#264) (0f31300)

6.4.0 (2024-07-07)

Features

6.3.0 (2024-07-07)

Features

6.2.0 (2024-05-15)

Features

  • Add support for Expo push notifications (#243) (8987b85)

6.1.1 (2024-05-15)

Bug Fixes

  • FCM push notification payload incompatible with Parse Android SDK (#238) (4274b7f)

6.1.0 (2024-05-04)

Features

  • Add support for web push notifications (#239) (93b6a48)

6.0.0 (2024-03-30)

Features

BREAKING CHANGES

  • Removes support for Node 14 and 16 (bb0ff82)

5.2.0 (2024-03-30)

Features

  • Add backwards compatibility with APNS payloads when using Firebase Cloud Messaging API (HTTP v1) (#234) (b9a41d1)

5.1.1 (2024-03-02)

Bug Fixes

  • Security upgrade firebase-admin from 11.10.1 to 12.0.0 (#231) (2c3d61d)

5.1.0 (2024-03-02)

Features

  • 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)

Bug Fixes

  • Security upgrade semver-regex from 3.1.3 to 3.1.4 (#210) (089149b)

5.0.1 (2023-10-21)

Bug Fixes

  • Security upgrade qs from 6.5.2 to 6.5.3 (#215) (7fe2446)

5.0.0 (2023-10-21)

Features

  • Upgrade to node-apn 6.0.1, parse 4.2.0 (#227) (615e730)

BREAKING CHANGES

  • This release removes support for Node 12; the minimum required version is Node 14. (615e730)

4.2.5 (2023-10-21)

Bug Fixes

  • Security upgrade json-schema and jsprim (#226) (83ca68f)

4.2.4 (2023-10-21)

Bug Fixes

  • Security upgrade @babel/traverse from 7.17.3 to 7.23.2 (#225) (afdb28e)

4.2.3 (2023-10-21)

Bug Fixes

  • Security upgrade decode-uri-component from 0.2.0 to 0.2.2 (#214) (16863c0)

4.2.2 (2023-10-21)

Bug Fixes

  • Security upgrade http-cache-semantics from 4.1.0 to 4.1.1 (#216) (ba48dd6)

4.2.1 (2023-10-02)

Bug Fixes

  • Upgrade @parse/node-apn from 5.2.1 to 5.2.3 (#221) (7aaab38)

4.2.0 (2023-08-06)

Features

  • Upgrade @parse/node-apn from 5.1.3 to 5.2.1 (#220) (3b932d1)

4.1.3 (2023-05-20)

Bug Fixes

  • 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)

Bug Fixes

  • security bump node-apn 5.1.0 to 5.1.3 (#207) (7257c9a)

4.1.1 (2022-03-27)

Bug Fixes

  • security bump node-fetch from 2.6.6 to 2.6.7 (#206) (3b41a4e)

4.1.0 (2021-11-21)

Features

  • add support for APNS interruption-level and target-content-id (#197) (e0541ec)

4.0.0

Full Changelog

BREAKING CHANGE

  • node-apn 5 requires node >= 12 (#198)

Bug Fixes

  • bump node-apn to 5.0 (#198)

3.4.1

Full Changelog

  • Security fixes (Manuel Trezza) #193

3.4.0 (2020-10-19)

Full Changelog

  • Support installing from branch (#177) (thanks to @dplewis)
  • Update @parse/node-apn@4.0.0
  • Update parse@2.17.0

3.3.0 (2020-09-24)

Full Changelog

  • 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)
  • parse@2.16.0

3.2.0 (2019-10-26)

Full Changelog

  • Support headers (expiration_time, collapse_id, push_type, priority) in data field (#148) (thanks to @dplewis)
  • parse@2.8.0

3.1.0 (2019-10-03)

Full Changelog

  • Update @parse/node-apn.
  • Update parse.

3.0.10 (2019-08-26)

Full Changelog

Use @parse/node-apn served from npm instead of using our fork served from github.

3.0.9 (2019-07-30)

Full Changelog

Fix: Update node-apn version and improve publish script (#141) (thanks to @davimacedo)

3.0.8 (2019-07-26)

Full Changelog

Last release had its lib/ folder published but it's failing in parse-server tests. Trying to fix.

3.0.7 (2019-07-26)

Full Changelog

New attempt to fix last release since it was published empty to npm.

3.0.6 (2019-07-26)

Full Changelog

Fix last release since it was published empty to npm.

3.0.5 (2019-07-26)

Full Changelog

Trying to make Travis publish to npm.

3.0.4 (2019-07-26)

Full Changelog

What's new

3.0.3 (2019-07-12)

Full Changelog

Continuing attempt to get travis to deploy to npm on release. Third time's a charm?

3.0.2 (2019-07-12)

Full Changelog

Update Travis to deploy the correct repo to npm

3.0.1 (2019-07-11)

Full Changelog

Update Packages to address security alerts

2.0.3 (2018-04-13)

Full Changelog

What's new

  • Use updated node-gcm version from @parse org. with safe request version

2.0.2 (2017-10-22)

Full Changelog

What's new

  • Adds ability to pass apn key for iOS pushes

2.0.1 (2017-10-21)

Full Changelog

What's new

  • Fixes issue setting the push notificaiton title

2.0.0 (2017-03-14)

Full Changelog

What's new

  • Adds support for APNS notification title
  • Adds support for APN collapse-id

2.0.0-alpha.1 (2017-03-14)

Full Changelog

What's new

  • Adds support for APNS with HTTP/2.0
  • Improvements in testing, tooling

1.3.0 (2017-03-14)

Full Changelog

Closed issues:

  • Modernize dependencies and test tools #60
  • Fixed link for Parse-server push configuration #57

Merged pull requests:

1.2.0 (2017-01-16)

Full Changelog

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)

Full Changelog

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:

v1.0.4 (2016-03-30)

Full Changelog

Closed issues:

  • Push notifications not sent #2

Merged pull requests:

v1.0.3 (2016-03-26)

Full Changelog

Merged pull requests:

v1.0.2 (2016-03-26)

Full Changelog

Merged pull requests:

  • reports all sending error for mis-configurations #3 (flovilmart)

v1.0.1 (2016-03-25)

Full Changelog

Merged pull requests:

v1.0.0 (2016-03-25)

* This Change Log was automatically generated by github_changelog_generator