Skip to content

Releases: wultra/powerauth-push-server

Release 1.1.1

10 Aug 13:02
2059b8f
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Push message priority settings for APNS and FCM.
  • Log details for FCM errors.
  • Localizable arguments in push messages.

Release 1.1.0

11 Jun 09:50
dd0a306
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Added GeoTrust certificate to Pushy client.
  • Title, message, and sound attributes are not included in silent push messages.
  • Improved documentation.
  • Dependency updates.

Release 1.0.0

07 Jan 23:39
2b20e98
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • REST client migrated to the rest-client-base project.
  • Idle interval can be set for APNs.
  • PowerAuth callback performance optimization.
  • Added TTL mapping for FCM.
  • Improved logging.
  • Dependency updates.

Note: Since the Unirest library is no longer used, you can remove the configuration of Unirest related to Push Server Client from your project.

Release 0.24.0

20 May 18:47
4906344
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Improved logging for REST API calls.
  • Removed Unirest configuration from Push client.
  • Web user interface was removed, the functionality is available via REST API.
  • Dependency updates.

Note: Since the Unirest configuration is no longer part of the client library, you might need to configure Unirest in a project that uses the library.

Release 0.23.1

20 Mar 12:06
4cd3686
Compare
Choose a tag to compare
  • Removed the Unirest configuration from the client.
  • Updated dependencies.

Note: Since the Unirest configuration is no longer part of the client library, you might need to configure Unirest in a project that uses the library.

Release 0.23.0

10 Dec 11:12
1a93161
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Fix of expiration of existing push tokens issued for the same device.
  • Multiple activations can be associated with a push token during device registration.
  • Proxy authentication support for Google OAuth 2.0 requests used in FCM.
  • Enabled Spring actuators health and info.
  • Dependency updates related to security advisories.

Release 0.22.0

13 Jun 14:05
4c28e7c
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Java 11 support
  • Added JBoss deployment descriptor
  • Updated proxy configuration parameters
  • Dependency updates related to security advisories

Release 0.21.0

09 Feb 10:33
d0b6a7c
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Performance improvements (indexes, message persistence is optional)
  • FCM migrated to HTTP API v1
  • New REST API for Push Server administration
  • Logging migrated to SLF4J
  • Migration to updated PowerAuth server client which uses version 3 endpoints
  • Deprecation of message encryption in PowerAuth server
  • Improved form validation in the administration
  • Dependency updates

Release 0.19.0

02 Aug 08:45
316a93a
Compare
Choose a tag to compare
  • #101: Add better logging to push client code
  • #129: Implement service status endpoint
  • Update to Spring Boot 2.0

Release 0.18.0

01 Apr 09:22
Compare
Choose a tag to compare

This is a next release of PowerAuth server, that brings following new features:

  • Auto-generated Swagger documentation (#62).
  • Support for "data-only" notifications on FCM (#73).
  • Reset client cache in case configuration changes (#74).
  • Better exception reporting (#80).
  • Fix server hang in case of incorrect server configuration (#84).
  • Minor bug fixes and JavaDoc improvements.
  • Dependency updates.

Please note that this version of Push Server requires PowerAuth Server 0.18.0.