Skip to content

Releases: quotient-ai/quotient-python

v0.3.4 - Fix bug with ChromaDB document spans

24 Jun 23:20
4f758ae

Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3 - Add instrumentation for vector dbs

23 Jun 14:48

Choose a tag to compare

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

17 Jun 21:37
40a40d4

Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1 - Bump Deps

17 Jun 21:15
de57524

Choose a tag to compare

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

15 May 17:56
3380b48

Choose a tag to compare

What's Changed

Full Changelog: v0.2.9...v0.3.0

v0.2.9

05 May 18:05
6526cd1

Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.2.9

v0.2.8 - Better token handling

29 Apr 17:16
3e52915

Choose a tag to compare

What's Changed

Full Changelog: v0.2.7...v0.2.8

v0.2.7

10 Apr 14:25
b79e06b

Choose a tag to compare

What's Changed

  • Process remaining logs & update graceful exit by @freddiev4 in #89

Full Changelog: v0.2.6...v0.2.7

v0.2.6

04 Apr 20:05
cd60162

Choose a tag to compare

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

01 Apr 19:17
1fcb366

Choose a tag to compare

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