Skip to content

Releases: AndrewBarba/apns2

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

v9.0.0

30 Oct 19:57
d6cda80
Compare
Choose a tag to compare
  1. Full code cleanup
  2. Removes tarn
  3. Requires Node v12 or newer
  4. Rename destroy() to close()

v8.5.0

27 May 13:58
Compare
Choose a tag to compare
  1. Fix TypeScript typings
  2. New push types and error constants
  3. Add prettier

v8.4.0

21 May 17:19
Compare
Choose a tag to compare
  1. Add client.destroy() to kill all outstanding connections to apns servers.
  2. Upgrade tarn to v3

v8.3.0

11 Feb 13:55
Compare
Choose a tag to compare
  1. Add voip support