Skip to content

Commit 1604ebe

Browse files
📄 docs(changelog): update for v0.0.8 release
1 parent 72298c2 commit 1604ebe

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

‎CHANGELOG.md‎

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

88
---
99

10+
## [0.0.8] - 2025-08-20
11+
12+
### Added
13+
<!-- Add new features here -->
14+
15+
### Changed
16+
- Updated dependency: `zeusdb-vector-database` from `0.4.0` to `0.4.1` to ensure critical overwrite and memory leak fixes are applied.
17+
18+
### Fixed
19+
- **Critical:** Fixed duplicate document bug where `overwrite=True` created multiple entries instead of replacing existing ones
20+
- Fixed memory leak from accumulated duplicate vectors in HNSW graph during overwrites
21+
- Fixed Product Quantization codes and training state not properly cleaned up during document removal
22+
- Fixed vector count inconsistencies when removing documents during overwrite operations
23+
24+
### Removed
25+
- Legacy overwrite behavior that created duplicates instead of proper replacements
26+
27+
---
28+
1029
## [0.0.7] - 2025-08-14
1130

1231
### Added

0 commit comments

Comments
 (0)