Releases: getzep/graphiti
Releases · getzep/graphiti
v0.9.2 - Fix Gemini dependencies
v0.9.1 - fix pagination
Use UUID as cursor (#335) * update pagination * update pagination * Update graphiti_core/edges.py Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * uuid_cursor --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
v0.9.0 - Gemini support
What's Changed
- Enhance README and add quickstart example for Graphiti by @danielchalef in #326
- Gemini support by @danielchalef in #324
- Bump version from 0.8.8 to 0.9.0 in pyproject.toml by @danielchalef in #327
Full Changelog: v0.8.8...v0.9.0
v0.8.8 - entity type validation
add entity type validation handling (#320) * add entity type validation handling * bump version
v0.8.7 - add previous episodes override to add episode
Retrieve episodes override (#319) * add episode override * add test * make format
v0.8.6 - update MCP
bump version (#318)
v0.8.5 - handle errors better
bump version (#309)
v0.8.4 - fix get edges by uuid error handling
update get edges by uuids (#307) * update get edges by uuids * Update graphiti_core/errors.py Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * remove sample test --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
v0.8.3 - fix node attributes updates
fix bug with updating node type attributes (#305) fix bug with saving new properties
v0.8.2 - fix node save errors
fix node save errors (#303)