Skip to content

Releases: AndrewBarba/apns2

v11.3.0

06 Oct 02:53
Compare
Choose a tag to compare

What's Changed

  • Add support for critical alerts by @NoahPeeters in #62
  • Implemented options requestTimeout and pingInterval. Option connections was removed. by @RodolfoGS in #68
  • 📄 DOC: #57 docs update by @souvik666 in #66
  • Added Priority.low option. Avoid send header Priority.immediate (default) by @RodolfoGS in #69

New Contributors

Full Changelog: 11.2.0...11.3.0

v11.2.0

20 Mar 20:03
Compare
Choose a tag to compare
  1. Define new Host enum for specifying APNS host
  2. Add liveactivity push type

Thank you 278204 and icodebuster

v11.1.0

06 Feb 00:35
Compare
Choose a tag to compare
  1. Accept all options when sending a silent notification

v11.0.1 - Support Node.js 16.x

13 Jan 18:24
Compare
Choose a tag to compare
  1. Add back support for Node.js 16.x

v11.0.0 - Node 18

12 Jan 20:42
cdeeda3
Compare
Choose a tag to compare
  1. Built for Node.js 18
  2. Drops support for all versions of Node <18

v10.1.0 - Alert Subtitle

23 May 16:00
Compare
Choose a tag to compare
  1. Add support for alert subtitle

v10.0.2 - Hello TypeScript

20 May 04:19
Compare
Choose a tag to compare
  1. Re-written in TypeScript
  2. Adjust distribution files
  3. Only allow data options in SilentNotification constructor

v9.3.0

18 Nov 15:29
bb93f08
Compare
Choose a tag to compare
  • Refactor apns auth token signing to help prevent the TooManyProviderTokenUpdates error

v9.2.0

11 Nov 01:43
822bdbb
Compare
Choose a tag to compare
  1. Allow disabling pingInterval. new APNS({ ..., pingInterval: null })
  2. Fix issue with missing ping callback

v9.1.0 - Robust Error Handling

08 Nov 16:12
0ab1aac
Compare
Choose a tag to compare
  1. Correctly handle socket error events
  2. Lazily connect on first request
  3. Keeps socket alive with ping request every 60s