Skip to content

Releases: wultra/powerauth-cmd-tool

Release 1.8.0

26 Jul 11:58
cb5d81e
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • Dependency updates.

Release 1.7.0

09 Apr 09:09
a38b034
Compare
Choose a tag to compare

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

08 Jan 09:10
ceee91c
Compare
Choose a tag to compare

This release contains the following improvements and bugfixes:

  • Dependency updates.

Release 1.5.1

03 Nov 15:39
f0ae8a9
Compare
Choose a tag to compare

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

25 Sep 20:32
1.5.0
ce3ef97
Compare
Choose a tag to compare

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

22 Dec 13:25
eea17fb
Compare
Choose a tag to compare

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

16 Jun 19:41
fa96ca1
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • New step for encryption with token validation.
  • Improved documentation.
  • Dependency updates.

Release 1.2.5

05 Apr 09:57
6867586
Compare
Choose a tag to compare

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

22 Dec 17:12
1.2.0
f39b237
Compare
Choose a tag to compare

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.

Release 1.1.0

11 Jun 10:19
94e23ec
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Dependency updates.