Skip to content

Releases: getzep/graphiti

v0.25.0 - graph improvements and custom prompts

24 Dec 15:28
d5c4fc0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.24.3...v0.25.0

v0.24.3 - property filters

08 Dec 15:51
24105b9

Choose a tag to compare

What's Changed

Full Changelog: v0.24.2...v0.24.3

v0.24.2 - language prompt update

04 Dec 18:14
2d262cf

Choose a tag to compare

What's Changed

Full Changelog: v0.24.1...v0.24.2

v0.24.1 - minor changes

18 Nov 22:17
d265400

Choose a tag to compare

What's Changed

Full Changelog: v0.24.0...v0.24.1

v0.24.0 - Improved GenericOpenAI, Azure OpenAI, and Anthropic Support

14 Nov 18:32
de9970f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.23.1...v0.24.0

v0.23.1 - FalkorDB: Fix entity edge save

09 Nov 02:40
bb9b33e

Choose a tag to compare

What's Changed

Full Changelog: v0.23.0...v0.23.1

mcp-v1.0.1 - Bump graphiti-core to v0.23.1; Bug fixes

09 Nov 17:49
d4a9277

Choose a tag to compare

What's Changed

Full Changelog: v0.23.1...mcp-v1.0.1

v0.23.0 - FalkorDB Enhancements, Improvements & Bug Fixes

08 Nov 19:09
d01e3c5

Choose a tag to compare

What's Changed

  1. [Improvement] Add GraphID isolation support for FalkorDB multi-tenant architecture (#835)
  2. Integrate MCP for FalkorDB (#910)
  3. Implement build_indices_and_constraints for Kuzu and Neptune drivers (#1048)
  4. update mmr to use bulk load overrides (#1029)
  5. Fix Azure structured completions (#1039)
  6. Enable FalkorDB fulltext search tests (#1050)
  7. Fix: Enable FalkorDB Browser startup in MCP Server Docker image (#1045)
  8. Add FalkorDB support for docker compose (#911)
  9. Add MCP server release workflow (#1025)
  10. Add automated FastAPI server container release workflow (#1031)
  11. Fix MCP server release workflow to build all Dockerfile variants (#1037)
  12. Potential fix for code scanning alert no. 24: Workflow does not contain permissions (#1036)
  13. Disable fork PR comment job in workflow (#1047)
  14. Search client update (#1026)
  15. Bump version to 0.23.0 (#1056)
  16. Add Zep vs Graphiti comparison table to README (#1014)
  17. Update Zep comparison table description (#1046)

Full Changelog: v0.22.0...v0.23.0

Graphiti MCP Server v1.0.0

31 Oct 06:07
375023b

Choose a tag to compare

🆕 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 /health endpoint 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.yml for Neo4j)
  • Transport - SSE deprecated, use HTTP (default) or stdio
  • Dependencies - pytest and azure-identity moved to optional extras

More in the MCP Readme

v0.22.1pre2 - minor bug fixes

29 Oct 13:53
c29f4da

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v0.22.0...v0.22.1pre2