Releases: wultra/powerauth-push-server
Releases · wultra/powerauth-push-server
Release 1.5.0
This release contains the following improvements and bugfixes:
- Migration of server to Java 17 and Spring Boot 3.
- Introduces asynchronous sending mode.
- Added Liquibase database migration scripts.
- PostgreSQL JDBC driver is included now and MySQL is no longer supported.
- Dependency updates, migration from Java EE to Jakarta EE.
Release 1.4.2
This release contains the following improvements:
- Support for asynchronous requests.
Release 1.4.1
This release contains following improvements and bugfixes:
- Added summary and type parameters for the inbox message
- Fixed database mapping of inbox messages to applications
Release 1.4.0
This release contains following improvements and bugfixes:
- Inbox for receiving personalized messages from the bank.
- Improved logging of APNs/FCM errors.
- Dependency updates.
Release 1.3.0
This release contains following improvements and bugfixes:
- APNs development mode is enabled by default.
- Application name used as identifier instead of numeric identifier.
- Support for logging HTTP correlation headers.
- Dependency updates.
Release 1.2.5
This release contains following improvements and bugfixes:
- Fixed issue with proxy settings not being applied in REST client.
- Spring Boot stack upgraded to version
2.6.6
due to recent high severity CVE's. - Updated dependencies.
- Documentation improvements.
Release 1.2.1 - hotfix
Fix of proxy configuration when sending push messages through FCM, caused by issue: wultra/lime-java-core#70
Release 1.1.3 - hotfix
Fix of proxy configuration when sending push messages through FCM, caused by issue: wultra/lime-java-core#70
Release 1.1.2 - hotfix
This release contains fix of failed push message delivery to APNs when localization properties are missing (issue #455).
Release 1.2.0
This release contains following improvements and bugfixes:
- Priority settings for FCM and APNs.
- Support for localizable arguments in push messages.
- Allow larger APNs private keys on PostgreSQL.
- Allow per-app configuration of APNs environment.
- Log error details for FCM messages.
- FCM error handling migated to v7.
- Default datatabase connection switched to PostgreSQL.
- Log4J library excluded from dependencies to avoid false alarms in scans due to recent vulnerabilities.
- Upgrade to Spring boot 2.6, updated dependencies.
- Minor bugfixes and documentation updates.