Skip to content

Releases: wultra/powerauth-cmd-tool

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.

Release 0.14.0

17 Feb 16:10
Compare
Choose a tag to compare

Note: This is a technical release to keep version numbering consistent. No changes between this version and 0.13.3 were made.

Release 0.13.3

31 Jan 13:22
Compare
Choose a tag to compare

Bugfix update and upgrade to 0.13.3 libraries.

Release 0.13.2

19 Jan 13:08
Compare
Choose a tag to compare

This is the first release of the command-line tool in a separate repository. It handles all four API methods of the PA2.0 Standard RESTful API and single method for signature verification.