Releases: wultra/powerauth-server
Release 1.6.1
This release contains the following improvements and bugfixes:
- Fixed SQL error for Oracle.
- Dependency updates.
PoC for FIDO2 support
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
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.
- It is possible to create an operation with
- 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
This release contains the following improvements and bugfixes:
- Memory leak in CallbackUrlBehavior for RestClient instances.
Release 1.4.3
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
This release contains the following improvements and bugfixes:
- Memory leak in CallbackUrlBehavior for RestClient instances.
Release 1.4.1
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
This release contains the following improvements and bugfixes:
- Add paging for operation endpoints.
Release 1.5.1
This release contains the following improvements and bugfixes:
- Add an endpoint to update the activation name.
Release 1.5.0
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
and2.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.