Skip to content

Releases: wultra/powerauth-server

Release 1.2.5

04 Apr 15:55
f097c7e
Compare
Choose a tag to compare

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

28 Mar 13:35
5e0727d
Compare
Choose a tag to compare
Pre-release

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

15 Mar 11:44
bb7538c
Compare
Choose a tag to compare

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

21 Dec 14:28
1.2.0
d8f97d0
Compare
Choose a tag to compare

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

09 Sep 08:19
1.1.1
8199e1f
Compare
Choose a tag to compare

Collecting metrics which are required for the Prometheus monitoring tool.

Release 1.0.3 - hotfix

29 Jun 12:29
ad890a8
Compare
Choose a tag to compare

Prevent memory leak when using callbacks by releasing the response body.

Release 1.1.0

08 Jun 18:18
9c190c4
Compare
Choose a tag to compare

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

22 Apr 14:20
d4446d6
Compare
Choose a tag to compare

This release contains following bugfix:

  • #565: No PasswordEncoder error

Release 1.1.0-SNAPSHOT

13 Apr 13:13
18b8ad6
Compare
Choose a tag to compare
Pre-release

Snapshot release only, do not deploy in production.

Release 1.0.1 - hotfix

13 Apr 10:22
0d63ee6
Compare
Choose a tag to compare

Bugfix for #558: "Rename POSTCARD_PRIVATE_KEY_ENCRYPTION column"