Releases: wultra/powerauth-cmd-tool
Releases · wultra/powerauth-cmd-tool
Release 0.15.0
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
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
Bugfix update and upgrade to 0.13.3 libraries.
Release 0.13.2
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.