Releases: wultra/powerauth-push-server
Release 1.1.1
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
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
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
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
- 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
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
andinfo
. - Dependency updates related to security advisories.
Release 0.22.0
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
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
Release 0.18.0
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.