Skip to content

Commit fcfdb8e

Browse files
authored
chore(release): v3.30.0 (#1751)
Signed-off-by: Rul1an <roelschuurkes@gmail.com>
1 parent 91b87d2 commit fcfdb8e

3 files changed

Lines changed: 54 additions & 33 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [3.30.0] - 2026-06-23
8+
9+
### Added
10+
- `assay-canonical` crate: strict JSON parse (rejects duplicate object keys and non-finite constants),
11+
RFC 8785 (JCS) canonicalization, content-id digests, registered set-paths, and the semantic-digest
12+
profile. First published in this release. (#1737, #1741)
13+
- `EvidenceEvent` carries an additive, optional `semantic_digest` + `digest_profile` pair — a soft
14+
correlation/equivalence overlay alongside the hard `content_hash`, computed via `assay-canonical`
15+
(RFC 8785). It is never included in `content_hash`, never on the verify/admission path, and never
16+
substitutes `content_hash`/`mandate_id`. Absent by default (omitted from serialization). (#1750)
17+
18+
### Changed
19+
- `assay-evidence` routes JCS and content-id digests through `assay-canonical` (byte-identical; goldens
20+
unchanged). (#1739)
21+
- `assay-canonical::Error` is `#[non_exhaustive]` and exposes a typed `Error::DuplicateKey` carrying the
22+
offending key, distinct from `Error::Parse`. (#1741)
23+
24+
### Security
25+
- Bump `quinn-proto` to 0.11.15 for RUSTSEC-2026-0185 (remote memory exhaustion from unbounded
26+
out-of-order stream reassembly). (#1742)
27+
728
## [3.29.0] - 2026-06-18
829

930
### Added

Cargo.lock

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ print_stdout = "allow"
4343
missing_errors_doc = "allow"
4444

4545
[workspace.package]
46-
version = "3.29.0"
46+
version = "3.30.0"
4747
edition = "2021"
4848
license = "MIT"
4949
repository = "https://github.com/Rul1an/assay"

0 commit comments

Comments
 (0)