Skip to content

Releases: isaacus-dev/isaacus-python

v0.17.1

07 Feb 08:52
de27493

Choose a tag to compare

0.17.1 (2026-02-07)

Full Changelog: v0.17.0...v0.17.1

Documentation

  • api: alter def of politic person type (92e2ee6)
  • api: documented ILGS contract type (5c31f2a)
  • api: move around attribute comments (7c959e9)
  • api: note docs are enriched into ilgs v1 (27a7ced)

v0.17.0

05 Feb 01:50
c010615

Choose a tag to compare

0.17.0 (2026-02-05)

Full Changelog: v0.16.0...v0.17.0

Features

  • sdk: make qa, universal, ilgs standalone apis (12b6674)

v0.16.0

04 Feb 06:48
948c291

Choose a tag to compare

0.16.0 (2026-02-04)

Full Changelog: v0.15.0...v0.16.0

Features

  • api: add children fields to hierarchical ILGS entities (38c909c)

v0.15.0

04 Feb 05:29
43d638c

Choose a tag to compare

0.15.0 (2026-02-04)

Full Changelog: v0.14.0...v0.15.0

Features

  • sdk: add decode method to Spans (bc41468)

v0.14.0

04 Feb 05:28
9f5653e

Choose a tag to compare

0.14.0 (2026-02-04)

Full Changelog: v0.13.0...v0.14.0

Features

  • api: add a text field (a1842eb)
  • api: add level field to ILGS v1 segments (63e8455)
  • sdk: add ilgs v1 span as a top model (b30f176)
  • sdk: demote other models (873f1a4)
  • sdk: move ilgs structs around (cd485eb)
  • sdk: move ilgs structs around (920e2bb)
  • sdk: move ilgs structs around (d3068e3)
  • sdk: move ilgs structs around (6ea6db6)
  • sdk: move ilgs structs around (1f9c511)

v0.13.0

04 Feb 02:00
c5cb331

Choose a tag to compare

0.13.0 (2026-02-04)

Full Changelog: v0.12.0...v0.13.0

Features

  • sdk: alter v1 pascal casing (7229055)
  • sdk: move ilgs models under ilgs_v1 (0165061)
  • sdk: move ilgs to its own resource (e196566)
  • sdk: move ilgsv1 resources under a subresource (8620bb5)
  • sdk: removed chunking options as a shared resource (b11b540)
  • sdk: revert v1 casing change (5a8d5b1)

v0.12.0

03 Feb 22:48
99ffc93

Choose a tag to compare

0.12.0 (2026-02-03)

Full Changelog: v0.11.0...v0.12.0

Features

  • sdk: add qa as an initialism (27162f3)
  • sdk: force ilgs v1 prefix on models (62bc9ff)
  • sdk: modify how ILGSv1 models are cased (f295222)
  • sdk: order properties as in spec (3dc865c)

Bug Fixes

  • api: merge duplicate components, reorder required fields (55b68ce)

v0.11.0

03 Feb 04:13
bcc7742

Choose a tag to compare

0.11.0 (2026-02-03)

Full Changelog: v0.10.1...v0.11.0

Features

  • api: remove -preview from model name (e86f57d)

v0.10.1

03 Feb 04:04
1094530

Choose a tag to compare

0.10.1 (2026-02-03)

Full Changelog: v0.10.0...v0.10.1

Documentation

  • api: added examples to 200 response codes (a92b0d7)

v0.10.0

03 Feb 03:37
b883934

Choose a tag to compare

0.10.0 (2026-02-03)

Full Changelog: v0.9.1...v0.10.0

Features

  • api: add min max (50ece81)
  • api: switch to span objects for enrichment, note closed beta (326b7dc)
  • sdk: add enrichments (eb4057b)

Bug Fixes

  • client: close streams without requiring full consumption (13eb93f)
  • compat with Python 3.14 (89ef152)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (4d7b71d)
  • ensure streams are always closed (c2ae554)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (b89d4ce)
  • use async_to_httpx_files in patch method (30ffab2)

Chores

  • add missing docstrings (0c4e7d4)
  • add Python 3.14 classifier and testing (083d4b6)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (9612e35)
  • docs: use environment variables for authentication in code snippets (ac22598)
  • internal/tests: avoid race condition with implicit client cleanup (871fa54)
  • internal: add missing files argument to base client (669f50a)
  • internal: grammar fix (it's -> its) (84145f2)
  • package: drop Python 3.8 support (556d5d0)
  • speedup initial import (2d500ed)
  • update lockfile (b53392a)

Documentation

  • sdk: specify example params (f617346)