Skip to content

Releases: getzep/zep

v0.21.0 - Memory API enhancements

14 Dec 18:48
9161f29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20.1...v0.21.0

v0.20.1 - Fix Cloud Deployments

06 Dec 17:22
210865f
Compare
Choose a tag to compare

Incorrect Dockerfile was being used for zep-cloud container builds after migration to Depot.

What's Changed

Full Changelog: v0.20.0...v0.20.1

v0.20.0 - Bug fixes and refactoring

05 Dec 20:23
e7081de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.20.0

v0.19.0 - OpenTelemetry Tracing 🛠️🔎; Bug fixes & improvements

15 Nov 18:59
8174c25
Compare
Choose a tag to compare

See OpenTelemetry Tracing for instructions on enabling tracing in your Zep implementation.

What's Changed

Full Changelog: v0.18.0...v0.19.0

v0.18.0 - New OpenAI Model Support; Perf Improvements & Bug Fixes

09 Nov 21:56
0df2850
Compare
Choose a tag to compare

Note: With this release, Zep defaults to using gpt-3.5-turbo-1106 for new installs using OpenAI LLMs.

What's Changed

Full Changelog: v0.17.3...v0.18.0

v0.17.3 - Bug fix: Use defaultEmbeddingDims if config missing

01 Nov 22:46
88d7882
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.2...v0.17.3

v0.17.2 - Migration to add missing embedding columns for some broken upgrades

01 Nov 20:47
5dc5082
Compare
Choose a tag to compare

What's Changed

  • fix: Run migration to create embedding columns if they don't exist by @danielchalef in #255

Full Changelog: v0.17.1...v0.17.2

v0.17.1 - Improve robustness of embedding column migration

01 Nov 20:28
da58ee1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.17.1

v0.17.0 - Summary Search 🔥 and Enrichment! 🎉

31 Oct 14:09
c8702ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.16.1...v0.17.0

v0.16.1 - Bug Fix: Ensure Message Count Returned Always < MessageWindow

19 Oct 18:36
04d4698
Compare
Choose a tag to compare

What's Changed

  • fix: More Messages returned fetchMessagesAfterSummaryPoint than memoryWindow by @danielchalef in #238

Full Changelog: v0.16.0...v0.16.1