Skip to content

Releases: wultra/powerauth-server

Release 1.4.0

21 Dec 14:02
5a13522
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

Release 1.3.2

11 Jul 16:30
899c687
Compare
Choose a tag to compare

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

17 Jun 08:51
bc5d12f
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Fixed serialization of callback authentication entities.
  • Updated auditing library dependency for improved performance.

Release 1.3.0

14 Jun 18:32
47b51d3
Compare
Choose a tag to compare

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

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.