Skip to content

Releases: wultra/powerauth-server

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.

Release 1.4.0

21 Dec 14:02
5a13522
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

Release 1.3.2

11 Jul 16:30
899c687
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Added automatic scheduled cleanup of abandoned activations.
  • Support for Active Directory authentication in PowerAuth Admin.

Release 1.3.1

17 Jun 08:51
bc5d12f
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Fixed serialization of callback authentication entities.
  • Updated auditing library dependency for improved performance.

Release 1.3.0

14 Jun 18:32
47b51d3
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Application name used as identifier instead of numeric identifier.
  • Auditing of operations, activations, signature verification, and other business logic.
  • Operation context stored with the operation.
  • Support for logging HTTP correlation headers.
  • Default activation validity changed to 5 minutes.
  • Activation version added into activation history.
  • Dependency updates.
  • PowerAuth Admin application migrated into this repository.