v0.27.0
getzep/graphitiv0.27.0Feb 11, 2026by prasmussen15
AI Summary
Feature release with efficiency gains including entity summary improvements, new model support, and multiple bug fixes for graph database integrations.
Key Highlights
- Added extracted edge facts to entity summaries
- Added Gemini 3 preview model support
- Generate entity summary from episode when no edges exist
- Fixed Azure OpenAI integration for v1 API compatibility
- Fixed edge signature preservation when edge type is reused
- Fixed add_triplet overwriting edges with different src/dst
- Sanitized Falkordb fulltext queries for special characters
New Features
- Gemini 3 preview model support
- Entity summary generation from episode when no edges exist
- Edge facts included in entity summaries
Full Release Notes
## What's Changed * Add extracted edge facts to entity summaries by @prasmussen15 in https://github.com/getzep/graphiti/pull/1182 * Fix dependabot security vulnerabilities by @danielchalef in https://github.com/getzep/graphiti/pull/1184 * Revert "Fix dependabot security vulnerabilities" by @danielchalef in https://github.com/getzep/graphiti/pull/1185 * Pin mcp_server to graphiti-core 0.26.3 by @danielchalef in https://github.com/getzep/graphiti/pull/1186 * Update manual code review workflow to use claude-opus-4-5-20251101 by @danielchalef in https://github.com/getzep/graphiti/pull/1189 * Refactor prompt system for efficiency and clarity by @prasmussen15 in https://github.com/getzep/graphiti/pull/1191 * fix(falkordb): sanitize pipe and slash chars in fulltext queries by @Milofax in https://github.com/getzep/graphiti/pull/1183 * feat(nodes): generate entity summary from episode when no edges exist by @prasmussen15 in https://github.com/getzep/graphiti/pull/1196 * chore: bump version to 0.27.0pre2 by @prasmussen15 in https://github.com/getzep/graphiti/pull/1200 * fix(falkordb): escape group_ids in RediSearch fulltext queries by @Milofax in https://github.com/getzep/graphiti/pull/1175 * feat(gemini): add support for Gemini 3 preview models by @geojaz in https://github.com/getzep/graphiti/pull/1202 * Fix Azure OpenAI integration for v1 API compatibility by @andreibogdan in https://github.com/getzep/graphiti/pull/1192 * fix(edges): preserve all signatures when edge type is reused across node pairs by @prasmussen15 in https://github.com/getzep/graphiti/pull/1197 * fix(graphiti): prevent add_triplet from overwriting edges with different src/dst by @prasmussen15 in https://github.com/getzep/graphiti/pull/1212 * bump version by @prasmussen15 in https://github.com/getzep/graphiti/pull/1219 ## New Contributors * @Milofax made their first contribution in https://github.com/getzep/graphiti/pull/1183 * @geojaz made their first contribution in https://github.com/getzep/graphiti/pull/1202 * @andreibogdan made their first contribution in https://github.com/getzep/graphiti/pull/1192 **Full Changelog**: https://github.com/getzep/graphiti/compare/v0.26.3...v0.27.0