Releases: wultra/powerauth-server
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.
Release 1.2.5
This release contains following improvements and bugfixes:
- Operations can be flagged and allow storage of additional data.
- 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. - Bouncy Castle library upgraded to version
1.70
. - Updated dependencies.
Warning: DB schema has changed for this release, please follow the migration guide:
https://github.com/wultra/powerauth-server/blob/releases/1.2.x/docs/PowerAuth-Server-1.2.5.md
Release 1.2.5-SNAPSHOT
Snapshot release for integration testing. Do not deploy to production!
When migrating from a previous 1.2.x
release apply the migration steps described in this document:
https://github.com/wultra/powerauth-server/blob/releases/1.2.x/docs/PowerAuth-Server-1.3.0.md
Release 1.2.1 - bugfix
This bugfix release fixes an issue with an unnecessary UPDATE pa_application_callback
query being executed after activation when callbacks are configured (fix of #668).
Release 1.2.0
This release contains following improvements and bugfixes:
- HTTP Basic and certificate-based authentication for callbacks.
- Collecting metrics which are required for the Prometheus monitoring tool.
- Default database 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.
Release 1.1.1 - hotfix
Collecting metrics which are required for the Prometheus monitoring tool.
Release 1.0.3 - hotfix
Prevent memory leak when using callbacks by releasing the response body.