File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.1.8] - 2026-03-08
9+
10+ ### Added
11+ - ** 100x Faster Ingestion** : Implemented Rust-level batching in ` remember_batch ` and Python ` ingest() ` .
12+ - ** Modernized API** : New ` Collection ` abstraction and unified ` add ` /` search ` methods.
13+ - ** Fluent Query Builder** : Chainable interface for complex discovery queries.
14+
15+ ### Fixed
16+ - ** CI Regression Fixes** : Resolved keyword argument collisions and restored missing core methods.
17+ - ** Graph Isolation** : Ensured graph-based discovery respects collection boundaries.
18+
19+ ## [ 0.1.7] - 2026-03-07
20+
21+ ### Added
22+ - Initial batching support (pre-release).
23+
824## [ 0.1.0] - 2026-02-25
925
1026### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " cortexadb-core"
3- version = " 0.1.7 "
3+ version = " 0.1.8 "
44edition = " 2021"
55authors = [" Anas Limem <limemanas0@gmail.com>" ]
66description = " Fast, embedded vector + graph memory for AI agents"
Original file line number Diff line number Diff line change 11[package ]
22name = " cortexadb-py"
3- version = " 0.1.7 "
3+ version = " 0.1.8 "
44edition = " 2021"
55
66[lib ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
44
55[project ]
66name = " cortexadb"
7- version = " 0.1.7 "
7+ version = " 0.1.8 "
88requires-python = " >=3.9"
99description = " Fast, embedded vector + graph memory for AI agents"
1010authors = [
You can’t perform that action at this time.
0 commit comments