Skip to content

Commit 5f9d164

Browse files
committed
chore: add changelog entry for v0.35.0 release
1 parent 30a7f9b commit 5f9d164

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
*When editing this file, please respect a line length of 100.*
99

10+
## [0.35.0] - 2026-03-13
11+
12+
### Added
13+
- Post-quantum cryptography support.
14+
- BLAKE3-based KDF for nonce derivation, improving cryptographic safety.
15+
16+
### Changed
17+
- Reduced MAX_CHUNK_SIZE to 4190208 bytes to provide compression headroom.
18+
- Child level is now threaded through DecryptionStream and used in KDF.
19+
- Improved Python binding docs and updated TypeScript type definitions.
20+
21+
### Removed
22+
- Legacy v0 DataMap format support has been removed.
23+
- Removed several storage-coupled APIs from the public interface:
24+
`encrypt_from_file`, `decrypt_from_storage`, `streaming_encrypt_from_file`,
25+
`streaming_encrypt_datamaps_from_file`, and `streaming_decrypt_from_storage`.
26+
27+
### Fixed
28+
- Improved error handling: eliminated swallowed errors and dead code.
29+
- Fixed boundary underflow test assertions to use local max_chunk_size.
30+
1031
## [0.34.3] - 2025-11-27
1132

1233
### Changed

0 commit comments

Comments
 (0)