Releases: getzep/zep-python
Releases · getzep/zep-python
v1.2.1
What's Changed
- configure doc add batch size
- increase default batch size to 500
- async document collection example
- batching unit test
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- improv: batching add_document; update examples by @danielchalef in #86
- Bump v1.2.0 by @danielchalef in #87
Full Changelog: v1.1.3...v1.2.0
v1.1.3
What's Changed
- Bump urllib3 from 1.26.16 to 1.26.17 by @dependabot in #80
- chore: readme update by @danielchalef in #82
- chore: remove experimental and deps by @danielchalef in #83
- chore: pydantic 2 compat by @danielchalef in #84
- bump: 1.1.3 by @danielchalef in #85
Full Changelog: v1.1.2...v1.1.3
v1.1.2 - Improve server version check
What's Changed
- Improve server version handling by @danielchalef in #77
- bump v1.1.2 by @danielchalef in #78
Full Changelog: v1.1.1...v1.1.2
v1.1.1 - fix/add back missing packaging package
What's Changed
- fix/add back missing packaging package by @danielchalef in #76
Full Changelog: v1.1.0...v1.1.1
v1.1.0 - Users, Pydantic v2 support, list_sessions, and more
What's Changed
- feat/users by @danielchalef in #72
- feat: [ref #58] support Pydantic v2 by @danielchalef in #60
- fix/Deprecate warning for experimental LangChain VectorStore; other bugfixes by @danielchalef in #73
- bump v1.1.0 by @danielchalef in #74
Full Changelog: v1.0.2...v1.1.0
v1.1.0a0 - Support for Pydantic v2 with v1 compatibility
What's Changed
- feat: [ref #58] support Pydantic v2 by @danielchalef in #60
Full Changelog: v1.0.2...v1.1.0a0
v1.0 - Support for Zep v0.9.0's Vector Store!
What's Changed
- Document Vector Store support
- Reorganized and refactored API
- Minimum server version check
- bump to 1.0.0 for semver purposes.
- Feature/docs by @danielchalef in #61
- Promote to 1.0 by @danielchalef in #63
Full Changelog: v0.34...v1.0
v1.0b0 - Support for Zep v0.9.0-beta.0
What's Changed
- Support for Zep v0.9.0-beta.0
- Document Vector Store support
- Reorganized and refactored API
- Minimum server version check
Full Changelog: v0.34...v1.0b0
v0.34: Health check on init 🏥, minor improvements & bug fixes Latest
What's Changed
- health check on client init by @danielchalef in #57
- fix[#54]: fix path issue with base url concatenation by @danielchalef in #55
- Bump certifi from 2023.5.7 to 2023.7.22 by @dependabot in #56
- Add Session class to zep_python/init.py by @sweep-ai in #52
New Contributors
- @sweep-ai made their first contribution in #52
Full Changelog: v0.33...v0.34