|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.14.1](https://github.com/parallaxsecond/parsec-client-rust/tree/0.14.1) (2022-09-12) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/parallaxsecond/parsec-client-rust/compare/0.14.0...0.14.1) |
| 6 | + |
| 7 | +**Merged pull requests:** |
| 8 | + |
| 9 | +- Bump Crates' versions [\#105](https://github.com/parallaxsecond/parsec-client-rust/pull/105) ([mohamedasaker-arm](https://github.com/mohamedasaker-arm)) |
| 10 | +- Build parse-interface with deprecated primitive feature changes [\#104](https://github.com/parallaxsecond/parsec-client-rust/pull/104) ([mohamedasaker-arm](https://github.com/mohamedasaker-arm)) |
| 11 | + |
| 12 | +## [0.14.0](https://github.com/parallaxsecond/parsec-client-rust/tree/0.14.0) (2022-02-15) |
| 13 | + |
| 14 | +[Full Changelog](https://github.com/parallaxsecond/parsec-client-rust/compare/0.13.0...0.14.0) |
| 15 | + |
| 16 | +**Implemented enhancements:** |
| 17 | + |
| 18 | +- Add activate credential attestation methods [\#100](https://github.com/parallaxsecond/parsec-client-rust/pull/100) ([ionut-arm](https://github.com/ionut-arm)) |
| 19 | + |
| 20 | +**Merged pull requests:** |
| 21 | + |
| 22 | +- Prepare for new version of client [\#102](https://github.com/parallaxsecond/parsec-client-rust/pull/102) ([ionut-arm](https://github.com/ionut-arm)) |
| 23 | +- Add PsaCipherEncrypt and PsaCipherDecrypt operations [\#101](https://github.com/parallaxsecond/parsec-client-rust/pull/101) ([akazimierskigl](https://github.com/akazimierskigl)) |
| 24 | +- Merge can-do-crypto branch into main [\#98](https://github.com/parallaxsecond/parsec-client-rust/pull/98) ([anta5010](https://github.com/anta5010)) |
| 25 | +- Use the main branch of Parsec-interface [\#97](https://github.com/parallaxsecond/parsec-client-rust/pull/97) ([anta5010](https://github.com/anta5010)) |
| 26 | +- Merge origin/main into can-do-crypto [\#96](https://github.com/parallaxsecond/parsec-client-rust/pull/96) ([anta5010](https://github.com/anta5010)) |
| 27 | +- Use Parsec Mock for testing [\#95](https://github.com/parallaxsecond/parsec-client-rust/pull/95) ([hug-dev](https://github.com/hug-dev)) |
| 28 | +- Bump prost and spiffe for cargo-audit [\#94](https://github.com/parallaxsecond/parsec-client-rust/pull/94) ([hug-dev](https://github.com/hug-dev)) |
| 29 | +- Added CanDoCrypto to basic client. [\#93](https://github.com/parallaxsecond/parsec-client-rust/pull/93) ([Kakemone](https://github.com/Kakemone)) |
| 30 | +- Update CHANGELOG [\#92](https://github.com/parallaxsecond/parsec-client-rust/pull/92) ([hug-dev](https://github.com/hug-dev)) |
| 31 | + |
3 | 32 | ## [0.13.0](https://github.com/parallaxsecond/parsec-client-rust/tree/0.13.0) (2021-08-04) |
4 | 33 |
|
5 | 34 | [Full Changelog](https://github.com/parallaxsecond/parsec-client-rust/compare/0.12.0...0.13.0) |
|
24 | 53 | - Support for ps\_sign\_ and ps\_verify\_message Parsec operations. [\#83](https://github.com/parallaxsecond/parsec-client-rust/pull/83) ([RobertDrazkowskiGL](https://github.com/RobertDrazkowskiGL)) |
25 | 54 | - Add dependency on the newest \(git only at the moment\) parsec-interface. [\#82](https://github.com/parallaxsecond/parsec-client-rust/pull/82) ([RobertDrazkowskiGL](https://github.com/RobertDrazkowskiGL)) |
26 | 55 | - Add the CHANGELOG [\#80](https://github.com/parallaxsecond/parsec-client-rust/pull/80) ([hug-dev](https://github.com/hug-dev)) |
27 | | -- Update the interface to latest master [\#78](https://github.com/parallaxsecond/parsec-client-rust/pull/78) ([hug-dev](https://github.com/hug-dev)) |
28 | 56 |
|
29 | 57 | ## [0.12.0](https://github.com/parallaxsecond/parsec-client-rust/tree/0.12.0) (2021-03-18) |
30 | 58 |
|
|
110 | 138 | - Added raw key agreement and test [\#46](https://github.com/parallaxsecond/parsec-client-rust/pull/46) ([sbailey-arm](https://github.com/sbailey-arm)) |
111 | 139 | - Added aead encrypt and decrypt [\#44](https://github.com/parallaxsecond/parsec-client-rust/pull/44) ([sbailey-arm](https://github.com/sbailey-arm)) |
112 | 140 | - Add support for ListAuthenticators operation [\#43](https://github.com/parallaxsecond/parsec-client-rust/pull/43) ([joechrisellis](https://github.com/joechrisellis)) |
113 | | -- Add Rust client support for `psa\_generate\_random` operation [\#42](https://github.com/parallaxsecond/parsec-client-rust/pull/42) ([joechrisellis](https://github.com/joechrisellis)) |
| 141 | +- Add Rust client support for `psa_generate_random` operation [\#42](https://github.com/parallaxsecond/parsec-client-rust/pull/42) ([joechrisellis](https://github.com/joechrisellis)) |
114 | 142 |
|
115 | 143 | ## [0.7.1](https://github.com/parallaxsecond/parsec-client-rust/tree/0.7.1) (2020-07-22) |
116 | 144 |
|
|
119 | 147 | **Implemented enhancements:** |
120 | 148 |
|
121 | 149 | - Publish a new version [\#40](https://github.com/parallaxsecond/parsec-client-rust/pull/40) ([hug-dev](https://github.com/hug-dev)) |
122 | | -- Implement `Error` and `Display` traits for `parsec\_client::error::Error` [\#39](https://github.com/parallaxsecond/parsec-client-rust/pull/39) ([joechrisellis](https://github.com/joechrisellis)) |
123 | | - |
124 | | -**Merged pull requests:** |
125 | | - |
126 | | -- Added asymmetric encrypt and decrypt [\#36](https://github.com/parallaxsecond/parsec-client-rust/pull/36) ([sbailey-arm](https://github.com/sbailey-arm)) |
| 150 | +- Implement `Error` and `Display` traits for `parsec_client::error::Error` [\#39](https://github.com/parallaxsecond/parsec-client-rust/pull/39) ([joechrisellis](https://github.com/joechrisellis)) |
127 | 151 |
|
128 | 152 | ## [0.7.0](https://github.com/parallaxsecond/parsec-client-rust/tree/0.7.0) (2020-07-15) |
129 | 153 |
|
|
137 | 161 |
|
138 | 162 | [Full Changelog](https://github.com/parallaxsecond/parsec-client-rust/compare/0.5.0...0.6.0) |
139 | 163 |
|
| 164 | +**Merged pull requests:** |
| 165 | + |
| 166 | +- Added asymmetric encrypt and decrypt [\#36](https://github.com/parallaxsecond/parsec-client-rust/pull/36) ([sbailey-arm](https://github.com/sbailey-arm)) |
| 167 | + |
140 | 168 | ## [0.5.0](https://github.com/parallaxsecond/parsec-client-rust/tree/0.5.0) (2020-07-02) |
141 | 169 |
|
142 | 170 | [Full Changelog](https://github.com/parallaxsecond/parsec-client-rust/compare/0.4.0...0.5.0) |
|
192 | 220 | - Implement client-specific error structures [\#5](https://github.com/parallaxsecond/parsec-client-rust/issues/5) |
193 | 221 | - Implement configuration [\#3](https://github.com/parallaxsecond/parsec-client-rust/issues/3) |
194 | 222 | - Add methods for modifying timeout of IPC handlers [\#24](https://github.com/parallaxsecond/parsec-client-rust/pull/24) ([ionut-arm](https://github.com/ionut-arm)) |
195 | | -- Make `implicit\_provider` optional [\#23](https://github.com/parallaxsecond/parsec-client-rust/pull/23) ([ionut-arm](https://github.com/ionut-arm)) |
| 223 | +- Make `implicit_provider` optional [\#23](https://github.com/parallaxsecond/parsec-client-rust/pull/23) ([ionut-arm](https://github.com/ionut-arm)) |
196 | 224 | - Add getters for auth\_data and implicit\_provider [\#22](https://github.com/parallaxsecond/parsec-client-rust/pull/22) ([ionut-arm](https://github.com/ionut-arm)) |
197 | 225 | - Add contributing guidelines link [\#21](https://github.com/parallaxsecond/parsec-client-rust/pull/21) ([hug-dev](https://github.com/hug-dev)) |
198 | 226 | - Refactor low level clients [\#20](https://github.com/parallaxsecond/parsec-client-rust/pull/20) ([ionut-arm](https://github.com/ionut-arm)) |
|
205 | 233 |
|
206 | 234 | **Closed issues:** |
207 | 235 |
|
208 | | -- Rename methods to contain `psa\_` prefix [\#17](https://github.com/parallaxsecond/parsec-client-rust/issues/17) |
| 236 | +- Rename methods to contain `psa_` prefix [\#17](https://github.com/parallaxsecond/parsec-client-rust/issues/17) |
209 | 237 | - Improve documentation [\#2](https://github.com/parallaxsecond/parsec-client-rust/issues/2) |
210 | 238 |
|
211 | 239 | **Merged pull requests:** |
|
0 commit comments