Skip to content

Releases: wultra/powerauth-server

Release 1.9.0

24 Oct 08:14
29316b9
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • PowerAuth protocol supports temporary encryption keys, so the keys embedded in the mobile app are only used for signature verification, see Temporary Encryption Keys for details.
  • The commitPhase parameter can be specified to change the activation flow so that the PENDING_COMMIT state is skipped and activation becomes ACTIVE during the key exchange, see Advanced Activation Flows for details.
  • PowerAuth protocol allows activation using OpenID Connect (OIDC) protocol.
  • Performance of the callback invocation has been optimized.
  • Callback authentication supports OAuth 2.0.
  • Callbacks now support the outbox pattern with configurable retry limits.
  • An operation approved by an incorrect user switches the assigned user ID due to an incorrect handling of the approval error.
  • Dependency updates.

Release 1.8.3

24 Oct 08:42
698055c
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • An operation approved by an incorrect user switches the assigned user ID due to an incorrect handling of the approval error.

Release 1.7.4

25 Oct 04:48
da023e4
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • An operation approved by an incorrect user switches the assigned user ID due to an incorrect handling of the approval error.

Release 1.6.5

25 Oct 04:45
6101861
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • An operation approved by an incorrect user switches the assigned user ID due to an incorrect handling of the approval error.

Release 1.7.3

02 Oct 07:58
bd3daac
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • Fix StackOverflowException caused by toString in JPA Entity.

Release 1.6.4

02 Oct 07:21
23c3ae0
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • Fix StackOverflowException caused by toString in JPA Entity.

Release 1.8.2

29 Jul 13:09
697cb8d
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • Additional fix of deadlocks on MSSQL.

Release 1.8.1

26 Jul 16:31
8391240
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • Support for MSSQL.
  • Fix deadlocks on MSSQL.
  • Improve performance.
  • FIDO2 improvements.
  • Add STATUS_REASON to cancel operations.
  • Escape data in the operation template.
  • Dependency updates.

Release 1.7.2

06 Jun 05:32
5f51d98
Compare
Choose a tag to compare

This release contains the following bugfixes:

  • Create operation does not return proximity OTP.
  • DB migration issue in MS SQL.
  • Missing external ID in FIDO2 operation.

Release 1.7.1

13 May 12:27
80e340f
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • Improve performance of deleting values in table pa_unique_values.
  • FIDO2: Credential ID now contains operation data to allow display of operation data on hardware authenticator.
  • FIDO2: Return excludeCredentials in registration challenge response to simplify filtering out already registered authenticators.
  • FIDO2: Various fixes for the bugfix release.