Skip to content

Releases: parse-community/node-apn

5.1.3

27 Mar 12:31
Compare
Choose a tag to compare

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

27 Mar 11:37
Compare
Choose a tag to compare

5.1.2 (2022-03-27)

Bug Fixes

  • security bump minimist from 1.2.5 to 1.2.6 (#107) (b2b1358)

5.1.1

27 Mar 11:24
dabf951
Compare
Choose a tag to compare

5.1.1 (2022-03-27)

Bug Fixes

  • Various dependency upgrades to fix vulnerabilities

5.1.0

17 Nov 17:08
b7c340d
Compare
Choose a tag to compare

Features

  • Add support for iOS 15 property interruption-level (#83)
  • Add support for target-content-id notification property (#84)

5.0.0

04 Aug 21:27
c55ba84
Compare
Choose a tag to compare
  • Drop support for node versions prior to 12 - those node versions have bugs in the http2 library.
  • Support MultiProvider and MultiClient to use a round-robin client for HTTP2.

4.1.1

16 Apr 23:17
0971800
Compare
Choose a tag to compare
  • FIX: add proxy and fix logger types
  • NEW: Added support for critical notifications

4.1.0

14 Apr 20:50
72437e2
Compare
Choose a tag to compare
  • NEW: Proxy support
  • FIX: Close client on unexpected frame error
  • NEW: Add a configurable info/error logger
  • FIX: Update endpoint address
  • FIX: Add support to zero valued expiry

4.0.0

15 Oct 16:31
85ef3a5
Compare
Choose a tag to compare
  • BREAKING: shutdown() function on client now destroy the client and future requests throw error
  • Add test cases to Client
  • Improve verbose messages
  • Add request timeout handler
  • Add a new config setting requestTimeout (defaults to 5000 milliseconds)
  • Change ResponseFailure.status typing to be number
  • Fix nits on typos in documentation
  • Also run tests in Node 12 and 14
  • Remove the unreferenced lib/protocol directory
  • Improve GO AWAY handler

3.2.0

23 Sep 06:15
68de658
Compare
Choose a tag to compare
  • Update node-forge and pin packages
  • Add typings for the "voip" NotificationPushType
  • Typed Notification.pushType

3.1.0

27 Sep 16:16
3971963
Compare
Choose a tag to compare
  • Fix: http2session.shutdown() is not a function
  • Update npm install command in README
  • Add support for handling http2 GOAWAY messages and set http2 ping interval