Skip to content

Releases: wultra/powerauth-server

Release 1.6.1

23 Feb 06:19
42654be
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • Fixed SQL error for Oracle.
  • Dependency updates.

PoC for FIDO2 support

16 Jan 09:43
593b2f6
Compare
Choose a tag to compare
PoC for FIDO2 support Pre-release
Pre-release

Initial snapshot for PoC support of FIDO2 protocol in PowerAuth. Do not deploy to production, this release is for PoC integration purposes only.

Release 1.6.0

08 Jan 10:13
8444ca8
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • Added a non-personalized operation for the QR code login feature.
    • It is possible to create an operation with null userId value and claim it during operation retrieval.
  • Allow scoping operation to a single activation ID.
  • REST API changes:
    • A new endpoint to update the activation name.
    • Improved operation list (paging and filtering).
    • Enabled filtering of activation list for user by status.
    • The default size of the activation list for the user is 500.
  • WAR is executable as a Spring Boot application.
  • Able to expose metrics for Prometheus, if enabled.
  • Memory leak in CallbackUrlBehavior for RestClient instances
  • Dependency updates.

Release 1.5.3

14 Dec 06:33
37cd8e3
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • Memory leak in CallbackUrlBehavior for RestClient instances.

Release 1.4.3

12 Dec 18:06
2d923e0
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • Memory leak in CallbackUrlBehavior for RestClient instances.
  • Requires JRE 17.

Mind that the database changes introduced in 1.4.1 have to applied, see Migration Guides.

Release 1.4.2

12 Dec 13:49
6435059
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • Memory leak in CallbackUrlBehavior for RestClient instances.

Release 1.4.1

11 Dec 11:57
3c91373
Compare
Choose a tag to compare

This release contains the following improvements:

  • Upgraded Spring boot version to 2.7.18
  • Add support for proximity anti-fraud check
  • Allow shorter OTP for offline signatures
  • Update dependencies

Release 1.5.2

16 Nov 12:59
5c10f17
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • Add paging for operation endpoints.

Release 1.5.1

15 Nov 09:53
af40023
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • Add an endpoint to update the activation name.

Release 1.5.0

18 Sep 12:31
1.5.0
30bfa16
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Migration of server to Java 17 and Spring Boot 3.
  • Detection and prevention of replay attacks in standard ECIES encryption and token digests.
  • Proximity anti-fraud check using TOTP protocol.
  • Added billing telemetry for tracking usage of REST API.
  • Versioning for PowerAuth token verification endpoint.
  • Shorter OTP allowed in offline signature verification.
  • Signature metadata is stored together with requests in signature audit table.
  • Improved HTTP request timeout configuration.
  • Support for PowerAuth protocol versions 2.0 and 2.1 is discontinued.
  • SOAP interface is no longer available.
  • 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.