Skip to content

Releases: wultra/powerauth-push-server

Release 0.17.1

05 Feb 12:28
Compare
Choose a tag to compare

This issue fixes problem with DNS resolving behind proxy that was introduced in 0.11.x versions of Pushy library. See jchambers/pushy#560 for details.

Release 0.17.0

26 Nov 14:07
afdbbeb
Compare
Choose a tag to compare

Hooray! This is the first version of the push server we are happy to share without the Beta flag!

The push server has newly support for sending batch campaigns. It also handles potential APNS / FCM states much more reliably.

To update from 0.16.0, please update your database using following script.

Release 0.16.0 - First Beta

01 Aug 12:57
Compare
Choose a tag to compare

We updated model classes of the RESTful API to be more consistent with the rest of our applications. We also updated libraries.

Client library is already present on Maven Central.

<dependency>
    <groupId>io.getlime.security</groupId>
    <artifactId>powerauth-push-client</artifactId>
    <version>0.16.0</version>
</dependency>

Release 0.15.1-alpha

20 Jun 23:58
Compare
Choose a tag to compare
Release 0.15.1-alpha Pre-release
Pre-release

Bugfix and maintenance release.

  • Update libraries
  • Fix minor issues with code clarity

Release 0.15.0-alpha

08 Apr 17:16
Compare
Choose a tag to compare
Release 0.15.0-alpha Pre-release
Pre-release

This update includes following enhancements:

  • Token based authentication for APNs (dropped support for certificates).
  • Possibility to configure proxy for APNs and FCM.
  • Minor bugfixes.

Release 0.14.0-alpha

17 Feb 16:05
Compare
Choose a tag to compare
Release 0.14.0-alpha Pre-release
Pre-release

Release 0.14.0 with updated PA2.0 libraries.

Release 0.13.3-alpha

31 Jan 13:11
Compare
Choose a tag to compare
Release 0.13.3-alpha Pre-release
Pre-release

Release 0.13.2 with updated PA2.0 libraries.

Release 0.13.2-alpha

19 Jan 13:40
Compare
Choose a tag to compare
Release 0.13.2-alpha Pre-release
Pre-release

Release 0.13.2 with updated PA2.0 libraries.

Release 0.13.1-alpha (bugfix)

09 Dec 20:38
Compare
Choose a tag to compare
Pre-release

This release fixes issue with sequence identifiers being too long for Oracle Database.

Release 0.13.0-alpha

30 Nov 13:44
Compare
Choose a tag to compare
Release 0.13.0-alpha Pre-release
Pre-release

Alpha version of the PowerAuth 2.0 Push Server. Works with PowerAuth 2.0 Server v0.13.0.

Supports:

  • Device registration process
  • Registered device personalization process
  • Device removal process
  • Device activation status update process
  • Sending single or batch messages to APNs and FCM service
  • Simple PA2.0 Push Server Admin interface

Note: This version is supposed to serve as a sneak peek of the push server, use with caution in production!