v0.28.1

getzep/graphitiv0.28.1Feb 19, 2026by prasmussen15

AI Summary

Patch release that replaces the diskcache library with a sqlite-based cache to resolve a CVE vulnerability, and fixes custom edge attribute extraction on first episode ingestion.

Key Highlights

  • Replaced diskcache with sqlite-based cache to resolve CVE
  • Fixed custom edge attributes extraction on first episode ingestion
  • Version bump to 0.28.1

Full Release Notes

## What's Changed
* fix: extract custom edge attributes on first episode ingestion by @prasmussen15 in https://github.com/getzep/graphiti/pull/1242
* fix: replace diskcache with sqlite-based cache to resolve CVE by @jackaldenryan in https://github.com/getzep/graphiti/pull/1238
* chore: bump version to 0.28.1 by @prasmussen15 in https://github.com/getzep/graphiti/pull/1243


**Full Changelog**: https://github.com/getzep/graphiti/compare/v0.28.0...v0.28.1