Cognee releases with highlights and links to the full release notes on GitHub.Documentation Index
Fetch the complete documentation index at: https://docs.cognee.ai/llms.txt
Use this file to discover all available pages before exploring further.
v1.1.0.dev1
View on GitHub Developer preview release on the way tov1.1.0dev1. This release includes API, retrieval, permissions, storage-runtime, and backend consistency changes.
Highlights
- Adds database subprocess workers for LanceDB and Kuzu so native database work can run outside the main Cognee process. The wheel now includes the
cognee_db_workerspackage. - Exposes more ingestion controls through the public API and remote client paths, including chunk sizing and background execution options for
remember()andcognify(). - Adds
dataset_idssupport torecall(), making shared-dataset retrieval more reliable when dataset names are not owned by the calling user. - Expands permission management with DELETE endpoints for dataset permissions, roles, and user-role membership.
- Improves session visibility so parent users can see sessions created by child-agent users where appropriate.
Notable Changes
- Adds
graph_database_subprocess_enabledandvector_db_subprocess_enabledconfiguration, plus Kuzu tuning variables for threads, buffer pool size, and max DB size. - Keeps
belongs_to_setmetadata consistent across dataset deletion and shared-node/vector upserts in LanceDB, PGVector, and Neo4j paths. - Adds
include_payloadbehavior to Neptune Analytics vector search. - Improves Postgres hybrid batching by respecting embedding-engine batch size.
- Improves infer-schema text sampling and prompting.
- Rewrites the examples README into a fuller index and adds performance-testing support with Locust.
- Deprecates
.env.exampleas the canonical template in favor of.env.template. - Bumps the package version from
1.0.9to1.1.0.dev1and refreshes lockfiles.
v1.0.3
View on GitHub Patch release with bug fixes and stability improvements on top of v1.0.2.Highlights
- Promotes accumulated
devwork tomainfor thev1.0.3release - Adds session lifecycle APIs, unified memory/session handling, and dashboard support
- Introduces dataset queueing for async context management and ingestion flows
- Ships new relational migrations, including session lifecycle tables and
parent_user_id - Expands recall/remember and cloud routing behavior, plus frontend onboarding and Connect Agent updates
Notable Changes
- Added session endpoints, metrics, and supporting persistence work
- Added dataset queue infrastructure and follow-up fixes for background processing
- Added database migrations for new tables and user/dataset ownership handling
- Updated recall, remember, improve, and search-related API behavior
- Added frontend work for Connect Agent, dashboard/activity views, API keys, and onboarding
- Included guide updates, workflow/tooling changes, and dependency updates such as
litellmandonnxruntime
Bug Fixes
- PostgreSQL null-byte compatibility: Embedded null bytes (
\x00) in node or edge string fields no longer cause errors when using PostgreSQL as the relational backend. Null bytes are now automatically stripped from all string values (including nested attributes) before writes to the relational store. This sanitization is transparent — affected strings are silently cleaned rather than rejected. - Fixed duplicate graph nodes caused by
DataPoint.idbeing regenerated during graph construction. The originalidis now preserved when converting DataPoint instances into graph nodes, ensuring node identity is stable across graph extraction passes.
v1.0.2
View on GitHub Patch release with bug fixes and stability improvements on top of v1.0.1.Bug Fixes
- LanceDB schema migration: “contained null values” errors (raised when old rows lack a field required by a newer DataPoint schema) are now treated as recoverable schema drift. The affected table is automatically rebuilt from the current schema instead of raising a hard failure.
- cognee-mcp Docker image build: Added missing
build-essentialandlibpq-devsystem packages to the builder stage so thatcognee[postgres]can compilepsycopg2from source on Linux.
Dependency Updates
- Bumped
llama-index-corerequirement from>=0.13.0,<0.14to>=0.14.20,<0.15for thellama-indexextra. - Pinned
nltk>=3.9.3,<4explicitly in thedocsextra to satisfyunstructured’s dependency untilunstructuredv0.21.0.
v1.0.1
View on GitHub Patch release with bug fixes on top of v1.0.0.v1.0.0
View on GitHubHighlights
- New high-level API:
remember,recall,improve, andforgetcover the full memory lifecycle in four operations - Session-aware memory via
session_id— short-term context that can be promoted into the permanent graph - Unified
recallreplaces the previoussearchcall with automatic retrieval strategy selection - Legacy operations (
add,cognify,search,memify) remain available as lower-level building blocks
New Features
cognee.remember(data, session_id=...)— ingest and graph in one call; supports permanent or session memorycognee.recall(query, session_id=...)— query across both the permanent graph and session cachecognee.improve(...)— enrich an existing graph with feedback-based weighting and session promotioncognee.forget(dataset=..., session_id=...)— delete data, datasets, or full session memory
v0.5.4.dev1
Released: March 5, 2026View on GitHub
Highlights
- Developer preview release focused on quality, performance, and developer ergonomics
- Faster ingestion and sync
- Improved search relevance and new filtering options
- Stability fixes for memory creation, deletion, and CLI workflows
- Internal refactoring and dependency upgrades
New Features
- Bulk import CLI for faster batched ingestion
- Search filters for tags and date ranges
- Optional per-collection ingestion throttling
Improvements
- Lower latency for ingestion and sync
- Better search ranking
- More robust deletion and duplicate handling
- Clearer CLI messages and debug logs
Bug Fixes
- Fixed duplicate memories under concurrent ingestion
- Fixed partial state after deletion
- Fixed CLI export formatting issues
- Fixed intermittent retrieval failures under load
v0.5.3
Released: February 27, 2026View on GitHub
Highlights
- New graph visualization improvements
- Expanded permissions and user management work
- SessionManager and cache/session persistence work
- Search and graph retrieval improvements
- Multiple stability and CI/CD fixes
Notable Changes
- Added role-based permission checks and permission endpoints
- Added graph visualization updates, including note set coloring
- Added return type hints to API functions
- Added chunk associations for the memify pipeline
- Added vector filtering based on node sets
- Fixed delete flow bugs, health check issues, MCP issues, and several config/integration issues
v0.5.3.dev1
Released: February 20, 2026View on GitHub
Highlights
- Added vector filtering based on node sets
- Added principal Cognee configuration
- Fixed health check issues
- Fixed FalkorDB adapter port bug
- Fixed Ollama image ingestion argument issue
Notes
- Includes a small set of targeted fixes and feature work on top of
v0.5.3.dev0 - Introduced one new contributor in this release