|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [1.0.0-rc1](https://github.com/parallaxsecond/parsec/tree/1.0.0-rc1) (2022-02-16) |
| 3 | +## [1.0.0](https://github.com/parallaxsecond/parsec/tree/1.0.0) (2022-03-21) |
| 4 | + |
| 5 | +### [1.0.0-rc3](https://github.com/parallaxsecond/parsec/tree/1.0.0-rc3) (2022-03-21) |
| 6 | + |
| 7 | +[Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.0.0...1.0.0-rc3) |
| 8 | + |
| 9 | +**Fixed bugs:** |
| 10 | + |
| 11 | +- Cargo audit failing [\#544](https://github.com/parallaxsecond/parsec/issues/544) |
| 12 | + |
| 13 | +**Merged pull requests:** |
| 14 | + |
| 15 | +- Prepare for Release Candidate 3 [\#592](https://github.com/parallaxsecond/parsec/pull/592) ([ionut-arm](https://github.com/ionut-arm)) |
| 16 | + |
| 17 | +### [1.0.0-rc2](https://github.com/parallaxsecond/parsec/tree/1.0.0-rc2) (2022-03-02) |
| 18 | + |
| 19 | +[Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.0.0-rc1...1.0.0-rc2) |
| 20 | + |
| 21 | +**Implemented enhancements:** |
| 22 | + |
| 23 | +- Updates for Release Candidate 2 [\#584](https://github.com/parallaxsecond/parsec/pull/584) ([ionut-arm](https://github.com/ionut-arm)) |
| 24 | + |
| 25 | +**Closed issues:** |
| 26 | + |
| 27 | +- Update the Parsec Book to include SQLiteKeyInfoManager [\#532](https://github.com/parallaxsecond/parsec/issues/532) |
| 28 | + |
| 29 | +### [1.0.0-rc1](https://github.com/parallaxsecond/parsec/tree/1.0.0-rc1) (2022-02-16) |
4 | 30 |
|
5 | 31 | [Full Changelog](https://github.com/parallaxsecond/parsec/compare/0.8.1...1.0.0-rc1)
|
6 | 32 |
|
|
41 | 67 |
|
42 | 68 | **Closed issues:**
|
43 | 69 |
|
| 70 | +- Align with stable TSS crate [\#567](https://github.com/parallaxsecond/parsec/issues/567) |
44 | 71 | - Stable 0.8.1 release depends on tss-esapi alpha [\#527](https://github.com/parallaxsecond/parsec/issues/527)
|
45 | 72 | - Create E2E tests for SQLite KIM [\#516](https://github.com/parallaxsecond/parsec/issues/516)
|
46 | 73 | - Switch to dynamic key names in tests [\#453](https://github.com/parallaxsecond/parsec/issues/453)
|
47 | 74 | - Add capabilities discovery operations [\#426](https://github.com/parallaxsecond/parsec/issues/426)
|
48 | 75 |
|
49 | 76 | **Merged pull requests:**
|
50 | 77 |
|
| 78 | +- Update Changelog and service version no. [\#583](https://github.com/parallaxsecond/parsec/pull/583) ([ionut-arm](https://github.com/ionut-arm)) |
51 | 79 | - Bump bindgen dependency version [\#582](https://github.com/parallaxsecond/parsec/pull/582) ([ionut-arm](https://github.com/ionut-arm))
|
52 | 80 | - Bump SQLite dependency [\#581](https://github.com/parallaxsecond/parsec/pull/581) ([ionut-arm](https://github.com/ionut-arm))
|
53 | 81 | - \[CryptoAuthLib provider\] PsaRawKeyAgreement operation implementation [\#578](https://github.com/parallaxsecond/parsec/pull/578) ([akazimierskigl](https://github.com/akazimierskigl))
|
|
266 | 294 | **Fixed bugs:**
|
267 | 295 |
|
268 | 296 | - Move the spiffe related features in its own branch [\#327](https://github.com/parallaxsecond/parsec/issues/327)
|
269 |
| -- Resolve default implementation issue for `list\_keys` in `Provide` [\#312](https://github.com/parallaxsecond/parsec/issues/312) |
| 297 | +- Resolve default implementation issue for `list_keys` in `Provide` [\#312](https://github.com/parallaxsecond/parsec/issues/312) |
270 | 298 | - ListKeys should only be callable on the Core provider [\#310](https://github.com/parallaxsecond/parsec/issues/310)
|
271 | 299 | - Service should not start if some components weren't built successfully [\#297](https://github.com/parallaxsecond/parsec/issues/297)
|
272 | 300 | - No changelog for the releases [\#278](https://github.com/parallaxsecond/parsec/issues/278)
|
|
369 | 397 | - Import private key support for TPM provider [\#243](https://github.com/parallaxsecond/parsec/pull/243) ([joechrisellis](https://github.com/joechrisellis))
|
370 | 398 | - Allow software operations in PKCS11 provider [\#241](https://github.com/parallaxsecond/parsec/pull/241) ([ionut-arm](https://github.com/ionut-arm))
|
371 | 399 | - Improve key metadata handling [\#240](https://github.com/parallaxsecond/parsec/pull/240) ([ionut-arm](https://github.com/ionut-arm))
|
372 |
| -- Add support for `psa\_generate\_random` operation for MbedCrypto provider [\#208](https://github.com/parallaxsecond/parsec/pull/208) ([joechrisellis](https://github.com/joechrisellis)) |
| 400 | +- Add support for `psa_generate_random` operation for MbedCrypto provider [\#208](https://github.com/parallaxsecond/parsec/pull/208) ([joechrisellis](https://github.com/joechrisellis)) |
373 | 401 |
|
374 | 402 | **Fixed bugs:**
|
375 | 403 |
|
376 | 404 | - Memory cleanup of sensitive data [\#122](https://github.com/parallaxsecond/parsec/issues/122)
|
377 | 405 | - Fix attribute conversion in PKCS11 provider [\#254](https://github.com/parallaxsecond/parsec/pull/254) ([ionut-arm](https://github.com/ionut-arm))
|
378 | 406 | - Fix sign attribute in PKCS11 [\#252](https://github.com/parallaxsecond/parsec/pull/252) ([ionut-arm](https://github.com/ionut-arm))
|
379 | 407 | - Add Uuid from the interface directly [\#242](https://github.com/parallaxsecond/parsec/pull/242) ([hug-dev](https://github.com/hug-dev))
|
380 |
| -- Add `buffer\_size\_limit` config option for providers [\#233](https://github.com/parallaxsecond/parsec/pull/233) ([joechrisellis](https://github.com/joechrisellis)) |
| 408 | +- Add `buffer_size_limit` config option for providers [\#233](https://github.com/parallaxsecond/parsec/pull/233) ([joechrisellis](https://github.com/joechrisellis)) |
381 | 409 |
|
382 | 410 | **Security fixes:**
|
383 | 411 |
|
|
0 commit comments