v0.8.0-b.6
Pre-release
Pre-release
·
48 commits
to master
since this release
v0.8.0-b.6 (2026-08-30)
This release is published under the MIT License.
Bug Fixes
- distribution: Serialize a projection's references as its source does (
088cffd)
A projection's canonical bytes came from a plain model dump while a snapshot's exclude None, so a retained reference was spelled with explicit nulls where the source snapshot omitted the keys entirely. The two documents then disagreed about a reference both claim is the same one, and a consumer comparing the retained entry against the resolved source byte for byte would have been right to refuse.
Adding tombstones to ModuleRef widens that gap by one more optional field, so it is fixed here rather than left to grow.
Features
- retention: Make removals verifier-checkable (
67a67c9)
Detailed Changes: v0.8.0-b.5...v0.8.0-b.6