Releases: getzep/graphiti
Releases · getzep/graphiti
v0.25.0 - graph improvements and custom prompts
What's Changed
- Fix/model name config by @ronaldmego in #1094
- Add SEO keyword to Zep link in README by @danielchalef in #1114
- Add triplet update by @prasmussen15 in #1115
- Custom prompt by @prasmussen15 in #1122
- Fix limited number of edges by @prasmussen15 in #1124
New Contributors
- @ronaldmego made their first contribution in #1094
Full Changelog: v0.24.3...v0.25.0
v0.24.3 - property filters
What's Changed
- bump by @prasmussen15 in #1093
- add property filters by @prasmussen15 in #1099
Full Changelog: v0.24.2...v0.24.3
v0.24.2 - language prompt update
What's Changed
- fix: replace deprecated gemini-2.5-flash-lite-preview with
gemini-2.5-flash-liteby @danielchalef in #1076 - Disable issue triage and daily maintenance workflows by @danielchalef in #1089
- foreign language fix by @prasmussen15 in #1090
Full Changelog: v0.24.1...v0.24.2
v0.24.1 - minor changes
What's Changed
- [Doc]: fixing typos in various files by @didier-durand in #1067
- Update default Anthropic model to claude-haiku-4-5 by @danielchalef in #1070
- update summary character limit by @prasmussen15 in #1073
Full Changelog: v0.24.0...v0.24.1
v0.24.0 - Improved GenericOpenAI, Azure OpenAI, and Anthropic Support
What's Changed
- Bump graphiti-core to v0.23.1 in mcp_server by @danielchalef in #1060
- Use OpenAI structured output API for response validation by @danielchalef in #1061
- Add Azure OpenAI example with Neo4j by @danielchalef in #1064
- Add dynamic max_tokens configuration for Anthropic models by @supmo668 in #1043
- [Doc]: fixing typos in various files by @didier-durand in #1065
- Bump v0.24.0 by @danielchalef in #1066
New Contributors
- @supmo668 made their first contribution in #1043
- @didier-durand made their first contribution in #1065
Full Changelog: v0.23.1...v0.24.0
v0.23.1 - FalkorDB: Fix entity edge save
mcp-v1.0.1 - Bump graphiti-core to v0.23.1; Bug fixes
What's Changed
- Bump graphiti-core to v0.23.1 in mcp_server by @danielchalef in #1060
Full Changelog: v0.23.1...mcp-v1.0.1
v0.23.0 - FalkorDB Enhancements, Improvements & Bug Fixes
What's Changed
- [Improvement] Add GraphID isolation support for FalkorDB multi-tenant architecture (#835)
- Integrate MCP for FalkorDB (#910)
- Implement build_indices_and_constraints for Kuzu and Neptune drivers (#1048)
- update mmr to use bulk load overrides (#1029)
- Fix Azure structured completions (#1039)
- Enable FalkorDB fulltext search tests (#1050)
- Fix: Enable FalkorDB Browser startup in MCP Server Docker image (#1045)
- Add FalkorDB support for docker compose (#911)
- Add MCP server release workflow (#1025)
- Add automated FastAPI server container release workflow (#1031)
- Fix MCP server release workflow to build all Dockerfile variants (#1037)
- Potential fix for code scanning alert no. 24: Workflow does not contain permissions (#1036)
- Disable fork PR comment job in workflow (#1047)
- Search client update (#1026)
- Bump version to 0.23.0 (#1056)
- Add Zep vs Graphiti comparison table to README (#1014)
- Update Zep comparison table description (#1046)
Full Changelog: v0.22.0...v0.23.0
Graphiti MCP Server v1.0.0
🆕 New Features
- Multi-provider support - OpenAI, Anthropic, Gemini, Groq, Azure LLMs; multiple embedders; FalkorDB or Neo4j databases
- Default entity ontology - 9 preconfigured entity types (Preference, Requirement, Procedure, Location, Event, Organization, Document, Topic, Object)
- YAML configuration - Type-safe config with environment variable expansion and CLI overrides
- Enhanced node properties - Complete entity metadata including custom attributes and all labels (embeddings excluded)
⚡ Improvements
- Simplified deployment - All-in-one Docker image with FalkorDB, or connect to external databases
- Modular architecture - Factory pattern for providers, separated service layers
- Health check endpoint - Proper
/healthendpoint for Docker and load balancers - Comprehensive testing - 4,000+ lines of tests covering integration, async operations, stress/load scenarios
💥 Breaking Changes
- Configuration - YAML is now primary format (env vars still supported)
- Default database - Changed to FalkorDB (use
docker-compose-neo4j.ymlfor Neo4j) - Transport - SSE deprecated, use HTTP (default) or stdio
- Dependencies -
pytestandazure-identitymoved to optional extras
More in the MCP Readme
v0.22.1pre2 - minor bug fixes
What's Changed
- Add Zep vs Graphiti comparison table to README by @jackaldenryan in #1014
- Add FalkorDB support for docker compose by @Naseem77 in #911
- Integrate MCP for FalkorDB by @Naseem77 in #910
- Search client update by @prasmussen15 in #1026
- Add MCP server release workflow by @danielchalef in #1025
- update mmr to use bulk load overrides by @prasmussen15 in #1029
Full Changelog: v0.22.0...v0.22.1pre2