Skip to content

Releases: getzep/zep

Zep adk Go integration v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 20:26
79f46cf

Go module: github.com/getzep/zep/integrations/adk/go

Install with:

go get github.com/getzep/zep/integrations/adk/go@v0.1.0

Changelog

zep-crewai v1.1.1

Choose a tag to compare

@jackaldenryan jackaldenryan released this 11 Sep 17:58
e49678e

Fixed CrewAI v0.186.0+ Compatibility

This release fixes compatibility issues with CrewAI version 0.186.0 and later.

Changes

  • Updated external memory search results to use "context" key instead of "memory" key
  • Fixed ZepUserStorage, ZepGraphStorage, and ZepStorage classes
  • Updated test assertions and example scripts
  • All 60 tests pass with CrewAI v0.186.1

Background

CrewAI v0.186.0 changed the external memory interface expectation from result["memory"] to result["context"]. This caused KeyError exceptions when using Zep with newer CrewAI versions.

Compatibility

  • ✅ CrewAI v0.186.0+
  • ✅ All existing functionality preserved
  • ✅ No breaking changes for users

v1.0.2 - Add URL escaping to db connection string

Choose a tag to compare

@paul-paliychuk paul-paliychuk released this 28 Nov 16:59
bff3c40

What's Changed

  • feat(postgres): Add URL escaping to database connection string by @alexbricepalo in #380

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@MrTravisB MrTravisB released this 04 Oct 15:50
e8cac50

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0 - Zep Community Edition

Choose a tag to compare

@paul-paliychuk paul-paliychuk released this 25 Sep 20:49
38493e4

What's Changed

New Contributors

Full Changelog: v0.27.2...v1.0.0

v0.27.2 - Use appropriate token limit for gpt-4o-mini model

Choose a tag to compare

@paul-paliychuk paul-paliychuk released this 11 Sep 15:10
12a69d7

What's Changed

New Contributors

Full Changelog: v0.27.1...v0.27.2

v0.27.1 - Default openai model to gpt-4o-mini

Choose a tag to compare

@paul-paliychuk paul-paliychuk released this 14 Aug 14:02
60a3a11

What's Changed

Full Changelog: v0.27.0...v0.27.1

v0.27.0 - Support for new OpenAI models; dependency security update

Choose a tag to compare

@danielchalef danielchalef released this 12 Aug 03:01
335d9b7

What's Changed

New Contributors

Full Changelog: v0.26.0...v0.27.0

v0.26.0 - Fix Azure Embedding Issue; Support for New OpenAI and Anthropic Claude Models

Choose a tag to compare

@danielchalef danielchalef released this 21 Jun 20:50
415979b

What's Changed

Full Changelog: v0.25.0...v0.26.0

v0.25.0 - Use Exponential Backoff for Metadata Lock Fails

Choose a tag to compare

@danielchalef danielchalef released this 26 Mar 00:58
03b77fd

What's Changed

  • feat(UserStoreDAO): enhance retry mechanism in Update function by @danielchalef in #330

Full Changelog: v0.24.0...v0.25.0