Skip to content

Releases: getzep/zep

zep-ingest v0.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 02:11
26580e4

What's Changed

  • ci: replace Claude reviewer with Codex by @pevans in #561
  • ci: fix Codex reviewer gating so reviews actually run by @pevans in #563
  • feat(building-with-zep): dual Claude + Codex plugin sharing one skill + MCP by @jackaldenryan in #566
  • docs(building-with-zep): restore key skill guidance + document placement rule by @jackaldenryan in #567
  • feat(eval-harness): agentic retrieval via configurable Zep tools by @jackaldenryan in #575
  • feat(ingestion): add hardened zep-ingest pipeline by @mehulp93 in #562
  • Revert "feat(eval-harness): agentic retrieval via configurable Zep tools" by @jackaldenryan in #578
  • docs(eval-harness): note single-shot retrieval scope vs tool-based agents by @jackaldenryan in #579
  • fix(ingestion): resolve Slack authors by real_name, not display_name by @jackaldenryan in #580
  • feat(building-with-zep): add Cursor as a third plugin ecosystem by @jackaldenryan in #581
  • fix: remediate Dependabot alerts by @danielchalef in #582
  • Deprecate Zep MCP server README by @danielchalef in #583
  • fix(python): ship PEP 561 markers for all published packages by @mehulp93 in #584
  • ci(ingestion): add manual package release workflow by @mehulp93 in #585
  • ci(ingestion): derive release version from package metadata by @mehulp93 in #587

New Contributors

Full Changelog: integrations/adk/go/v0.1.0...zep-ingest-v0.1.0

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