Skip to content

Commit f764c10

Browse files
authored
Release version 3.3.6, updating changelog and project files to reflect the final version. Fixed serialization issue with Rust-backed BYODB recall to prevent datetime type errors in TiDB Zero/MySQL. (#563)
1 parent 4b0d693 commit f764c10

3 files changed

Lines changed: 8 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "memori"
7-
version = "3.3.6rc2"
7+
version = "3.3.6"
88
description = "Memori Python SDK"
99
authors = [{name = "Memori Labs Team", email = "noc@memorilabs.ai"}]
1010
license = {text = "Apache-2.0"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)