Releases: quotient-ai/quotient-python
Releases · quotient-ai/quotient-python
v0.3.4 - Fix bug with ChromaDB document spans
What's Changed
- [QUO-2278] Bugfix: use utc for created_at by @mike-goitia in #101
- Fix chroma span collection for retrieved_documents by @freddiev4 in #104
Full Changelog: v0.3.3...v0.3.4
v0.3.3 - Add instrumentation for vector dbs
What's Changed
- Add instrumentation & semantics for vector dbs by @freddiev4 in #102
Full Changelog: v0.3.2...v0.3.3
v0.3.2 - Update Deprecation Warnings Latest
What's Changed
- Update client.py deprecation message by @freddiev4 in #100
Full Changelog: v0.3.1...v0.3.2
v0.3.1 - Bump Deps
What's Changed
- QUO-2215: Add initial tracing setup to
QuotientAIclient by @freddiev4 in #98- NOTE: Currently undocumented and not released yet in production
- Update pyproject.toml, bump httpx by @freddiev4 in #99
Full Changelog: v0.3.0...v0.3.1
v0.3.0 - Quotient Log & Detect
v0.2.9
What's Changed
- [QUO-1183][QUO-1186] Add date and uuid as client defined by @mike-goitia in #91
- Mike goitia/fix/fix examples by @mike-goitia in #95
- Update pyproject.toml - 0.2.9 by @mike-goitia in #94
Full Changelog: v0.2.8...v0.2.9
v0.2.8 - Better token handling
What's Changed
- [QUO-1390] allow for multiple api_keys by @waldnzwrld in #92
- Cut new release by @waldnzwrld in #93
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
- Process remaining logs & update graceful exit by @freddiev4 in #89
Full Changelog: v0.2.6...v0.2.7
v0.2.6
What's Changed
- update some behaviour to match typescript sdk by @waldnzwrld in #84
- [QUO-996] update auth error messaging by @waldnzwrld in #85
- [QUO-968] add atexit handlers to ensure all work is processed before bailing by @waldnzwrld in #87
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- log exceptions instead of raising by @waldnzwrld in #83
Previously exceptions were being raised by the client, however this had potential to interfere with host applications where the package was included. This version gracefully handles all exceptions.
It is strongly recommended to upgrade to this version.
Full Changelog: v0.2.4...v0.2.5