Skip to content

Releases: getzep/zep

zep-crewai v1.1.1

11 Sep 17:58
e49678e

Choose a tag to compare

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

28 Nov 16:59
bff3c40

Choose a tag to compare

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

04 Oct 15:50
e8cac50

Choose a tag to compare

What's Changed

New Contributors

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

v1.0.0 - Zep Community Edition

25 Sep 20:49
38493e4

Choose a tag to compare

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

11 Sep 15:10
12a69d7

Choose a tag to compare

What's Changed

New Contributors

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

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

14 Aug 14:02
60a3a11

Choose a tag to compare

What's Changed

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

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

12 Aug 03:01
335d9b7

Choose a tag to compare

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

21 Jun 20:50
415979b

Choose a tag to compare

What's Changed

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

v0.25.0 - Use Exponential Backoff for Metadata Lock Fails

26 Mar 00:58
03b77fd

Choose a tag to compare

What's Changed

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

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

v0.24.0 - Experimental locking approach for high-concurrency user metadata updates

24 Mar 23:09
b3f4b83

Choose a tag to compare

What's Changed

  • feat(lock acquisition): introduce new error type and retry policy for lock acquisition by @danielchalef in #329

Full Changelog: v0.23.0...v0.24.0