Releases: isaacus-dev/isaacus-python
Releases · isaacus-dev/isaacus-python
v0.3.3
0.3.3 (2025-04-16)
Full Changelog: v0.3.2...v0.3.3
Bug Fixes
- perf: optimize some hot paths (eee757b)
- perf: skip traversing types for NotGiven values (7705a99)
Chores
- client: minor internal fixes (a8dad58)
- internal: codegen related update (93cdfa0)
- internal: expand CI branch coverage (cc5df77)
- internal: reduce CI branch coverage (2cb8fb8)
- internal: slight transform perf improvement (6f47eaf)
- internal: update pyright settings (7dd9ad4)
Documentation
- api: removed description of certain objects due to Mintlify bug (9099926)
v0.3.1
0.3.1 (2025-04-01)
Full Changelog: v0.3.0...v0.3.1
Bug Fixes
- stainless: added missing reranking endpoint to SDK API (#50) (65bcc7c)
v0.2.0
0.2.0 (2025-03-30)
Full Changelog: v0.1.6...v0.2.0
⚠ BREAKING CHANGES
- api: started sorting chunks by score and added
index
field (#45)
Features
- api: started sorting chunks by score and added
index
field (#45) (c9999cd)
Chores
v0.1.4
0.1.4 (2025-03-15)
Full Changelog: v0.1.3...v0.1.4
Features
- api: added latest OpenAPI specification (#29) (411d83f)
- api: added latest OpenAPI specification (#33) (b053a4a)
- api: added latest OpenAPI specification (#34) (d9aef7f)
Bug Fixes
- types: handle more discriminated union shapes (#32) (0644ad3)
Chores