Releases: quotient-ai/quotient-python
Releases · quotient-ai/quotient-python
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
QuotientAI
client 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
v0.2.4
What's Changed
- Add unit tests to python client by @waldnzwrld in #77
- Create python-app.yml by @waldnzwrld in #78
- add some more coverage by @waldnzwrld in #79
- Split lint and test actions by @waldnzwrld in #80
- [QUO-899][QUO-898] Support document metadata in Q-SDK by @crekhari in #81
- Bump patch version by @crekhari in #82
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- [QUO-918] Authorize requests on initialization by @waldnzwrld in #76
This speeds up authentication of request by setting tokens before any user requests are made
Full Changelog: v0.2.2...v0.2.3