Skip to content

Releases: AndrewBarba/apns2

v11.7.0

28 Mar 17:25
Compare
Choose a tag to compare
  1. Update fast-jwt to v4

v11.6.0

25 Mar 15:13
Compare
Choose a tag to compare
  1. Fix issue with contentAvailable -- @xavtiz
  2. Add support for mutableContent -- @xavtiz

v11.5.0

20 Feb 22:42
Compare
Choose a tag to compare
  1. Add ApnsClient.keepAlive
  2. Deprecate ApnsClient.pingInterval

v11.4.0

02 Nov 15:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 11.3.0...11.4.0

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