@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 3.3.6rc2 ] - 2026-05-27
10+ ## [ 3.3.6 ] - 2026-05-27
1111
1212### Added
1313
@@ -16,15 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616 ` python -m memori provision ` CLI command, and the ` tidb-zero ` optional
1717 dependency extra.
1818
19- ### Fixed
20-
21- - Rust-backed BYODB recall now serializes nested recalled summaries before
22- passing rows into the native engine, preventing TiDB Zero/MySQL datetime
23- values from raising `TypeError: Object of type datetime is not JSON
24- serializable`.
25-
26- ## [ 3.3.6rc1] - 2026-05-27
27-
2819### Changed
2920
3021- Local embeddings now use the native Rust ` fastembed ` backend exclusively,
@@ -42,6 +33,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4233 ` sentence-transformers ` or its transitive dependencies.
4334- Rust augmentation now logs when fact embedding attachment is skipped due to a
4435 row-count mismatch.
36+ - Rust-backed BYODB recall now serializes nested recalled summaries before
37+ passing rows into the native engine, preventing TiDB Zero/MySQL datetime
38+ values from raising `TypeError: Object of type datetime is not JSON
39+ serializable`.
4540
4641## [ 3.3.2] - 2026-04-28
4742
@@ -124,7 +119,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
124119 (Fixes #83 )
125120
126121[ 3.3.0rc1 ] : https://github.com/MemoriLabs/Memori/releases/tag/v3.3.0rc1
127- [ 3.3.6rc2 ] : https://github.com/MemoriLabs/Memori/releases/tag/v3.3.6rc2
128- [ 3.3.6rc1 ] : https://github.com/MemoriLabs/Memori/releases/tag/v3.3.6rc1
122+ [ 3.3.6 ] : https://github.com/MemoriLabs/Memori/releases/tag/v3.3.6
129123[ 3.3.2 ] : https://github.com/MemoriLabs/Memori/releases/tag/v3.3.2
130124[ 3.0.0 ] : https://github.com/MemoriLabs/Memori/releases/tag/v3.0.0
0 commit comments