Tigase Push Release Notes

Welcome to Tigase Push 1.2.0! This is a feature release for with a number of fixes and updates.

Tigase Push 1.2.0 Release Notes

Major Changes

  • Added support for sending VoIP push notifications using PushKit
  • Support for storing APNS certificates in repository instead of filesystem for easier cluster deployments
  • Add priority detection for push notifications to avoid excessive pushes to devices
  • Inclusion of APNS certificate validity task that notifies if it’s about to expire

All Changes

  • #push-29 Added support for sending VoIP push notifications using PushKit
  • #push-30 Added REST API handler for quick unregistration of a device
  • #push-32 Fixed issue with APNS certificate validation
  • #push-33 Added statistics gathering
  • #push-35 Added support for APNS certificate in PEM
  • #push-36 Improved priority detection of push notifications
  • #push-37 Enable APNS certificates to be stored in UserRepository - management is done via ad-hoc command;
  • #push-39 Changes to improve error handling
  • #push-41 Fixed issue with ApnsService exceptions not being thown logged
  • #push-42 Fixed error type reported back on tooManyRequestsForDeviceToken
  • #push-47 Added task to periodically validate SSL certificates for Push notifications
  • #push-48 Fixed handling events by APNsBinaryApiProvider
  • #push-49 Added enforcement to use HTTP/2 protocol (with use of ALPN)