Skip to content

Releases: wultra/powerauth-push-server

Release 1.5.0

26 Sep 08:38
6ab6b78
Compare
Choose a tag to compare

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

16 Mar 12:58
e693619
Compare
Choose a tag to compare

This release contains the following improvements:

  • Support for asynchronous requests.

Release 1.4.1

16 Jan 13:25
f3299df
Compare
Choose a tag to compare

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

04 Jan 14:35
ae11cfb
Compare
Choose a tag to compare

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

14 Jun 20:39
7cc62ac
Compare
Choose a tag to compare

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

04 Apr 16:17
5523284
Compare
Choose a tag to compare

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

10 Feb 14:11
2b816fe
Compare
Choose a tag to compare

Fix of proxy configuration when sending push messages through FCM, caused by issue: wultra/lime-java-core#70

Release 1.1.3 - hotfix

10 Feb 13:35
5baf613
Compare
Choose a tag to compare

Fix of proxy configuration when sending push messages through FCM, caused by issue: wultra/lime-java-core#70

Release 1.1.2 - hotfix

24 Jan 11:59
1.1.2
75c31c9
Compare
Choose a tag to compare

This release contains fix of failed push message delivery to APNs when localization properties are missing (issue #455).

Release 1.2.0

22 Dec 17:11
1.2.0
af3336e
Compare
Choose a tag to compare

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.