Releases: wultra/powerauth-server
Releases · wultra/powerauth-server
Release 1.9.0
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 thePENDING_COMMIT
state is skipped and activation becomesACTIVE
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
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
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
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
This release contains the following improvements and bugfixes:
- Fix StackOverflowException caused by toString in JPA Entity.
Release 1.6.4
This release contains the following improvements and bugfixes:
- Fix StackOverflowException caused by toString in JPA Entity.
Release 1.8.2
This release contains the following improvements and bugfixes:
- Additional fix of deadlocks on MSSQL.
Release 1.8.1
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
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
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.