Releases: wultra/powerauth-server
Releases · wultra/powerauth-server
Release 1.8.5
This release contains the following improvements and bugfixes:
- Ensure the getOperation doesn't change operation status in database #1803.
Release 1.9.1
This release contains the following improvements and bugfixes:
- Fixed the verification process during the assertion request to ensure the credential is among the user's allowed credentials, even if the
credentialID
is not included in theauthenticatorData
.
Release 1.8.4
This release contains the following improvements and bugfixes:
- Fixed the verification process during the assertion request to ensure the credential is among the user's allowed credentials, even if the
credentialID
is not included in theauthenticatorData
.
Release 1.7.5
This release contains the following improvements and bugfixes:
- Fixed the verification process during the assertion request to ensure the credential is among the user's allowed credentials, even if the
credentialID
is not included in theauthenticatorData
.
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.