Releases: isaacus-dev/isaacus-python
Releases · isaacus-dev/isaacus-python
v0.17.1
v0.17.0
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
0.16.0 (2026-02-04)
Full Changelog: v0.15.0...v0.16.0
Features
- api: add
childrenfields to hierarchical ILGS entities (38c909c)
v0.15.0
0.15.0 (2026-02-04)
Full Changelog: v0.14.0...v0.15.0
Features
- sdk: add
decodemethod toSpans (bc41468)
v0.14.0
0.14.0 (2026-02-04)
Full Changelog: v0.13.0...v0.14.0
Features
- api: add a
textfield (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
v0.12.0
0.12.0 (2026-02-03)
Full Changelog: v0.11.0...v0.12.0
Features
- sdk: add
qaas 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
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
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
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_dumpandmodel_dump_jsonfor 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)