Releases: wultra/powerauth-cmd-tool
Releases · wultra/powerauth-cmd-tool
Release 1.9.0
This release contains the following improvements and bugfixes:
- Add support for protocol version 3.3
- 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.
- Dependency updates.
Release 1.8.0
This release contains the following improvements and bugfixes:
- Dependency updates.
Release 1.7.0
This release contains the following improvements and bugfixes:
- Make the custom attributes file optional during the activation create step.
- Logging of steps creates valid JSON.
- Remove Guava dependency.
- Dependency updates.
Release 1.6.0
This release contains the following improvements and bugfixes:
- Dependency updates.
Release 1.5.1
This release contains the following improvements and bugfixes:
- Add support for custom attributes in the create step.
- Add support for proximity OTP in offline signature calculation.
Release 1.5.0
This release contains following improvements and bugfixes:
- Migration of library to Java 17 (OpenJDK only) and Spring Boot 3.
- Simplified mobile SDK configuration using one configuration parameter.
- PowerAuth protocol version 3.2 updates related to ECIES encryption and token digests.
- Support for PowerAuth protocol versions 2.0 and 2.1 is discontinued.
- Dependency updates.
Release 1.4.0
This release contains following improvements and bugfixes:
- Support for PowerAuth Offline signature computation.
- VerifyTokenStep model changed:
TOKEN_ID
->tokenId
TOKEN_SECRET
->tokenSecret
- Dependency updates.
Release 1.3.0
This release contains following improvements and bugfixes:
- New step for encryption with token validation.
- Improved documentation.
- Dependency updates.
Release 1.2.5
This release contains following improvements and bugfixes:
- Spring Boot stack upgraded to version
2.6.6
due to recent high severity CVE's. - Updated dependencies and documentation.
Release 1.2.0
This release contains following improvements and bugfixes:
- Refactored code to allow easier usage of library for performance testing.
- Improved request logging, logging of custom object for activation status.
- 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.