Releases: getzep/zep
Releases · getzep/zep
v0.21.0 - Memory API enhancements
What's Changed
- Added new API message endpoints by @petergarbers in #291
New Contributors
- @petergarbers made their first contribution in #291
Full Changelog: v0.20.1...v0.21.0
v0.20.1 - Fix Cloud Deployments
Incorrect Dockerfile was being used for zep-cloud container builds after migration to Depot.
What's Changed
- fix(CI): Cloud build building incorrect Dockerfile by @danielchalef in #290
Full Changelog: v0.20.0...v0.20.1
v0.20.0 - Bug fixes and refactoring
What's Changed
- refactor: Refactor MemoryStore by @danielchalef in #281
- fix: web issues by @danielchalef in #282
- fix: memstore refactor issue + others by @danielchalef in #284
- fix(summaries): Don't summarize empty messages by @danielchalef in #287
- chore: ci improvements by @danielchalef in #288
- fix(CI): Add depot setup-action by @danielchalef in #289
Full Changelog: v0.19.0...v0.20.0
v0.19.0 - OpenTelemetry Tracing 🛠️🔎; Bug fixes & improvements
See OpenTelemetry Tracing for instructions on enabling tracing in your Zep implementation.
What's Changed
- feat: opentelemetry tracing by @danielchalef in #271
- fix: Improve OpenAI call timeouts by @danielchalef in #273
- fix: Return empty results on Memory Search with no results by @danielchalef in #274
- fix: RetryableHTTP LeveledLogger: Log correct with level by @danielchalef in #279
- fix: remove deprecated otel options by @danielchalef in #280
- Bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot in #272
Full Changelog: v0.18.0...v0.19.0
v0.18.0 - New OpenAI Model Support; Perf Improvements & Bug Fixes
Note: With this release, Zep defaults to using gpt-3.5-turbo-1106
for new installs using OpenAI LLMs.
What's Changed
- feat: New OpenAI Models Support by @danielchalef in #268
- Fix: Return BadRequestError if user_id is empty on User create by @danielchalef in #261
- improv: Task Router Perf Improvements by @danielchalef in #262
Full Changelog: v0.17.3...v0.18.0
v0.17.3 - Bug fix: Use defaultEmbeddingDims if config missing
What's Changed
- fix: Use defaultEmbeddingDims if config missing by @danielchalef in #257
Full Changelog: v0.17.2...v0.17.3
v0.17.2 - Migration to add missing embedding columns for some broken upgrades
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
What's Changed
- fix: Make MigrateEmbeddingDims more robust by @danielchalef in #254
- fix: Run migration to create embedding columns if they don't exist by @danielchalef in #255
Full Changelog: v0.17.0...v0.17.1
v0.17.0 - Summary Search 🔥 and Enrichment! 🎉
What's Changed
- feat: Search over Summaries by @danielchalef in #248
- feat: Summary Entity Recognition by @danielchalef in #251
- feat: Add command to generate JSON schema of config (dc) by @kaiiorg in #240
- feat: Queuing; Refactor Extractors to Tasks; refactor MemoryStore interface by @danielchalef in #246
- Fix: Lock Down Docker Compose DB and NLP Ports by @danielchalef in #249
- feat: Swagger Update by @danielchalef in #250
Full Changelog: v0.16.1...v0.17.0
v0.16.1 - Bug Fix: Ensure Message Count Returned Always < MessageWindow
What's Changed
- fix: More Messages returned fetchMessagesAfterSummaryPoint than memoryWindow by @danielchalef in #238
Full Changelog: v0.16.0...v0.16.1