Releases: wultra/powerauth-server
Releases · wultra/powerauth-server
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.
Release 1.4.0
This release contains following improvements and bugfixes:
- Risk flags added to operations.
- Background service for cleanup of abandoned activations.
- Changed error handling of
/rest/v3/token/validate
, see https://github.com/wultra/powerauth-server/blob/develop/docs/PowerAuth-Server-1.4.0.md#change-in-powerauth-token-verification - Dependency updates.
- PowerAuth Admin application documentation migrated into this repository.
Release 1.3.2
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
This release contains following improvements and bugfixes:
- Fixed serialization of callback authentication entities.
- Updated auditing library dependency for improved performance.
Release 1.3.0
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.