Skip to content

Releases: wultra/powerauth-cmd-tool

Release 1.0.0

07 Jan 15:31
0751755
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • REST client migrated to the rest-client-base project.
  • Improved logging.
  • Dependency updates.

Release 0.24.0

27 Apr 15:15
0ae20fa
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Optional OTP code verification during activation.
  • Device platform and model information is stored during activation.
  • Improved logging of activation status and action steps.
  • Dry run for signature verification.
  • Dependency updates.

Release 0.23.0

06 Dec 15:39
990a7b2
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Improved information entropy in PowerAuth online signatures using BASE64 encoding.
  • Improved protection of encrypted status blob against possible replay attacks.
  • Improved protection of payload encrypted by our ECIES scheme.
  • Improved protocol reliability by allowing the mobile client to synchronize its counter with the server.
  • Bouncy Castle library upgraded to version 1.64.
  • Dependency updates related to security advisories.

Release 0.22.0

28 May 12:22
00558cf
Compare
Choose a tag to compare

This release contains following improvements and bugfixes:

  • Java 11 support
  • Support for activation using recovery codes and PUKs
  • Confirmation of recovery codes
  • Removal of existing PowerAuth tokens
  • Bouncy Castle library upgraded to 1.61
  • Dependency updates related to security advisories

Release 0.21.0

11 Feb 13:30
a36be5b
Compare
Choose a tag to compare

This release contains following improvements and bug fixes:

  • A new parameter version has been introduced to support different versions of PowerAuth protocol
  • Support for new v3 endpoints, original support of v2 endpoints are still available
  • Upgrade of activations from version 2 to version 3
  • Support for hash-based counter used in v3 signatures
  • ECIES-based end-to-end encryption (encrypt, sign-and-encrypt)
  • Improved packaging of jar using spring-boot-maven-plugin
  • Improved testability, powerauth-java-cmd-lib is more suitable for writing tests
  • Dependency updates

Release 0.19.0

02 Aug 16:36
599cac9
Compare
Choose a tag to compare
  • #11: Allow sending encrypted data to the server
  • #30: SSL configuration does not work correctly (Unirest)
  • Support for Java 9 (Java 8 is still preferred)

Release 0.18.0

01 Apr 09:32
fd85057
Compare
Choose a tag to compare

Added changes related to PowerAuth Server release 0.18.0 and implemented minor bugfixes.

Release 0.17.0

26 Nov 13:40
Compare
Choose a tag to compare

This release contains a support for Token Based Authentication.

Release 0.16.1

25 Jul 16:28
Compare
Choose a tag to compare

Fix #5: Add support for custom HTTP headers
Implement support for the custom activation routine
Print help in case no method is specified on the command line
[code] Update libraries
[code] Fix the order of step model attributes to be alphabetical

Release 0.15.0

08 Apr 17:20
Compare
Choose a tag to compare

This release contains following enhancements:

  • Utility no longer uses Spring Boot and as a result, it's much faster and lighter.
  • Output now has structure and can be processed by machines better.
  • Except for the utility, we have extracted a library, so that you can use JAR in your Unit tests.

Note: As a result of the Spring Boot removal, Bouncy Castle is no longer part of the single executable JAR. You need to add it to classpath or in JRE to make java -jar powerauth-java-cmd.jar work.