0.4.0 (2021-09-24)
Implemented enhancements:
- Add round-trip testing #47
Merged pull requests:
- Bump version to 0.4.0 #62 (anta5010)
- Bash wrapper for parsec-tool to run basic e2e Parsec tests #61 (anta5010)
- Update CHaNGELOG #59 (hug-dev)
0.3.1 (2021-08-04)
Implemented enhancements:
- --provider option for list-opcodes is not consistent #53
- Use the implicit provider for list_opcodes #54 (hug-dev)
Fixed bugs:
Closed issues:
- Update the demo with most recent contents #44
Merged pull requests:
- Prepare for the next release #58 (hug-dev)
- Add cargo-audit config file #56 (ionut-arm)
- Update the CHANGELOG file #51 (hug-dev)
0.3.0 (2021-03-18)
Closed issues:
- Tag 0.2.0 and upload on crates.io #45
Merged pull requests:
0.2.0 (2021-02-23)
Implemented enhancements:
- Make the output of export-public-key more useful. #28
- Add encrypt/decrypt support #27
- Format public key to PEM #38 (ionut-arm)
- Add BasicClient to ParsecToolApp #35 (ionut-arm)
Fixed bugs:
- Review the default options #30
Closed issues:
- Add basic CLI tests on the CI #42
- Check if it is possible to use the BasicClient for operations #36
- Add support for sign/verify #31
- Automatic key creation for some operations #29
- Rename commands to remove PSA prefix and make them more user-friendly #26
- Add support for ListClients and DeleteClient #22
Merged pull requests:
- Add some CLI tests on the CI #46 (hug-dev)
- Use log crate instead of custom logging logic #43 (hug-dev)
- Add a timeout CLI option #41 (hug-dev)
- Add decrypt/sign and simplify things #39 (hug-dev)
- Rectify the key creation operations #34 (hug-dev)
- Rename things with more friendly names #33 (hug-dev)
- Replace default_value with Option #32 (hug-dev)
- Update the Rust client to the spiffe-less version #25 (hug-dev)
- Add ListClients and DeleteClient operations #24 (hug-dev)
- Update dependencies #23 (ionut-arm)
- Disable Travis CI builds and update Cargo.lock #21 (ionut-arm)
- Add project changelog #20 (ionut-arm)
- Remove unused anyhow #19 (hug-dev)
- Upgrade the client's version to add SPIFFE support #18 (hug-dev)
- Add list-authenticators subcommand #17 (hug-dev)
0.1.0 (2020-10-20)
Implemented enhancements:
- Make use of client bootstrapping functionality #16 (ionut-arm)
- Add the generate and destroy key operations #13 (hug-dev)
- Upgrade the client version #12 (hug-dev)
- Upgrade dependencies #10 (hug-dev)
- Add asciinema demo #5 (joechrisellis)
- Add initial parsec-tool implementation #1 (joechrisellis)
Closed issues:
Merged pull requests:
- Add list-keys subcommand #14 (joechrisellis)
- Add psa-export-key subcommand #9 (joechrisellis)
- Add psa-export-public-key subcommand #8 (joechrisellis)
- List providers UUID fix #6 (joechrisellis)
- Move subcommand dispatching to
Subcommand
enum #4 (joechrisellis) - Add psa-generate-random subcommand #3 (joechrisellis)
* This Changelog was automatically generated by github_changelog_generator