Skip to content

Commit c9e8d63

Browse files
authored
Merge pull request #596 from ionut-arm/changelog-1.0.0
Update Changelog file to include 1.0.0
2 parents 03ee724 + 50c500e commit c9e8d63

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

CHANGELOG.md

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
# Changelog
22

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)
430

531
[Full Changelog](https://github.com/parallaxsecond/parsec/compare/0.8.1...1.0.0-rc1)
632

@@ -41,13 +67,15 @@
4167

4268
**Closed issues:**
4369

70+
- Align with stable TSS crate [\#567](https://github.com/parallaxsecond/parsec/issues/567)
4471
- Stable 0.8.1 release depends on tss-esapi alpha [\#527](https://github.com/parallaxsecond/parsec/issues/527)
4572
- Create E2E tests for SQLite KIM [\#516](https://github.com/parallaxsecond/parsec/issues/516)
4673
- Switch to dynamic key names in tests [\#453](https://github.com/parallaxsecond/parsec/issues/453)
4774
- Add capabilities discovery operations [\#426](https://github.com/parallaxsecond/parsec/issues/426)
4875

4976
**Merged pull requests:**
5077

78+
- Update Changelog and service version no. [\#583](https://github.com/parallaxsecond/parsec/pull/583) ([ionut-arm](https://github.com/ionut-arm))
5179
- Bump bindgen dependency version [\#582](https://github.com/parallaxsecond/parsec/pull/582) ([ionut-arm](https://github.com/ionut-arm))
5280
- Bump SQLite dependency [\#581](https://github.com/parallaxsecond/parsec/pull/581) ([ionut-arm](https://github.com/ionut-arm))
5381
- \[CryptoAuthLib provider\] PsaRawKeyAgreement operation implementation [\#578](https://github.com/parallaxsecond/parsec/pull/578) ([akazimierskigl](https://github.com/akazimierskigl))
@@ -266,7 +294,7 @@
266294
**Fixed bugs:**
267295

268296
- 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)
270298
- ListKeys should only be callable on the Core provider [\#310](https://github.com/parallaxsecond/parsec/issues/310)
271299
- Service should not start if some components weren't built successfully [\#297](https://github.com/parallaxsecond/parsec/issues/297)
272300
- No changelog for the releases [\#278](https://github.com/parallaxsecond/parsec/issues/278)
@@ -369,15 +397,15 @@
369397
- Import private key support for TPM provider [\#243](https://github.com/parallaxsecond/parsec/pull/243) ([joechrisellis](https://github.com/joechrisellis))
370398
- Allow software operations in PKCS11 provider [\#241](https://github.com/parallaxsecond/parsec/pull/241) ([ionut-arm](https://github.com/ionut-arm))
371399
- 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))
373401

374402
**Fixed bugs:**
375403

376404
- Memory cleanup of sensitive data [\#122](https://github.com/parallaxsecond/parsec/issues/122)
377405
- Fix attribute conversion in PKCS11 provider [\#254](https://github.com/parallaxsecond/parsec/pull/254) ([ionut-arm](https://github.com/ionut-arm))
378406
- Fix sign attribute in PKCS11 [\#252](https://github.com/parallaxsecond/parsec/pull/252) ([ionut-arm](https://github.com/ionut-arm))
379407
- 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))
381409

382410
**Security fixes:**
383411

0 commit comments

Comments
 (0)