Skip to content

Latest commit

 

History

History
234 lines (141 loc) · 13.3 KB

CHANGELOG.md

File metadata and controls

234 lines (141 loc) · 13.3 KB

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

3.3.0 (2020-09-24)

Full Changelog

3.2.0 (2019-10-26)

Full Changelog

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