Releases: wultra/powerauth-server
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.
Release 1.1.0
This release contains following improvements and bugfixes:
- Operations support in PowerAuth server for approving authentication requests.
- Callbacks for operations.
- Deprecation of SOAP client libraries in favor of REST.
- Bouncy castle library is now included in the application.
- Improved documentation.
- Dependency updates.
Release 1.0.2 - hotfix
This release contains following bugfix:
- #565: No PasswordEncoder error
Release 1.1.0-SNAPSHOT
Snapshot release only, do not deploy in production.
Release 1.0.1 - hotfix
Bugfix for #558: "Rename POSTCARD_PRIVATE_KEY_ENCRYPTION column"