Skip to content

Commit 302fdcb

Browse files
CHANGELOG: Update with changes for 1.4.0
Signed-off-by: Tomás González <[email protected]>
1 parent 9aeb04b commit 302fdcb

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,60 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/parallaxsecond/parsec/tree/1.4.0) (2024-03-28)
4+
5+
[Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.4.0-rc2...1.4.0)
6+
7+
## [1.4.0-rc2](https://github.com/parallaxsecond/parsec/tree/1.4.0-rc2) (2024-03-28)
8+
9+
[Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.4.0-rc1...1.4.0-rc2)
10+
11+
**Merged pull requests:**
12+
13+
- tpm/tests: Ignore test\_root\_key\_check case [\#755](https://github.com/parallaxsecond/parsec/pull/755) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
14+
15+
## [1.4.0-rc1](https://github.com/parallaxsecond/parsec/tree/1.4.0-rc1) (2024-03-18)
16+
17+
[Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.3.0...1.4.0-rc1)
18+
19+
**Implemented enhancements:**
20+
21+
- Set up build to track dependency mismatches [\#360](https://github.com/parallaxsecond/parsec/issues/360)
22+
23+
**Fixed bugs:**
24+
25+
- e2e\_tests/stress.rs: Add a workaround for spurious test failures [\#739](https://github.com/parallaxsecond/parsec/pull/739) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
26+
27+
**Security fixes:**
28+
29+
- TPM Provider: Check root key's name [\#751](https://github.com/parallaxsecond/parsec/pull/751) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
30+
31+
**Closed issues:**
32+
33+
- parsec-cli-tests.sh error: The CSR does not contain the serialNumber field of the Distinguished Name [\#742](https://github.com/parallaxsecond/parsec/issues/742)
34+
- Migrate away from using users crate [\#678](https://github.com/parallaxsecond/parsec/issues/678)
35+
- Parsec Quickstart - Docker: Pull access denied for parallaxsecond/parsec-quickstart, repository does not exist [\#666](https://github.com/parallaxsecond/parsec/issues/666)
36+
- Vulnerability in SQLite [\#648](https://github.com/parallaxsecond/parsec/issues/648)
37+
38+
**Merged pull requests:**
39+
40+
- dependency\_cross\_matcher: Fix typo \(missing comma\) [\#754](https://github.com/parallaxsecond/parsec/pull/754) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
41+
- structopt: Migrate to clap [\#753](https://github.com/parallaxsecond/parsec/pull/753) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
42+
- Cargo.toml: Bump tss-esapi to 7.5.0 [\#750](https://github.com/parallaxsecond/parsec/pull/750) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
43+
- nightly/audit: Temporary ignore RUSTSEC-2024-0006 [\#748](https://github.com/parallaxsecond/parsec/pull/748) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
44+
- Use infallible conversion into instead of try\_into [\#747](https://github.com/parallaxsecond/parsec/pull/747) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
45+
- .cargo/config.toml: remove [\#746](https://github.com/parallaxsecond/parsec/pull/746) ([billatarm](https://github.com/billatarm))
46+
- Dependency mismatcher Comparison option [\#745](https://github.com/parallaxsecond/parsec/pull/745) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
47+
- dependency\_cross\_matcher job: Move to PR runs and minor refactoring [\#743](https://github.com/parallaxsecond/parsec/pull/743) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
48+
- Cargo.lock: Update rustix and bitflags dependencies to latest version [\#741](https://github.com/parallaxsecond/parsec/pull/741) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
49+
- cargo-check: Run with both stable and MSRV Compilers [\#737](https://github.com/parallaxsecond/parsec/pull/737) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
50+
- ci.yml: Trigger docker image creation only on workflow\_dispatch [\#736](https://github.com/parallaxsecond/parsec/pull/736) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
51+
- ci.yml,deny.toml: Setup license testing [\#735](https://github.com/parallaxsecond/parsec/pull/735) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
52+
- Cargo.toml: Specify rust-version=1.66.0 [\#733](https://github.com/parallaxsecond/parsec/pull/733) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
53+
- Track and test dependencies' 'next' branch [\#732](https://github.com/parallaxsecond/parsec/pull/732) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
54+
- Add dependency cross matching [\#731](https://github.com/parallaxsecond/parsec/pull/731) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
55+
- e2e\_tests/mangled\_ping: Fix socket path [\#728](https://github.com/parallaxsecond/parsec/pull/728) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
56+
- ci/coverage: Fix cargo-tarpaulin to its locked version [\#727](https://github.com/parallaxsecond/parsec/pull/727) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
57+
358
## [1.3.0](https://github.com/parallaxsecond/parsec/tree/1.3.0) (2023-10-25)
459

560
[Full Changelog](https://github.com/parallaxsecond/parsec/compare/1.3.0-rc2...1.3.0)

0 commit comments

Comments
 (0)