This repository was archived by the owner on Jun 7, 2026. It is now read-only.
v2.0.0
2.0.0 (2025-12-25)
⚠ BREAKING CHANGES
- sdk: Remove standalone functions in favor of factory pattern.
- stream_text now returns a context manager instead of a coroutine. Must use
async with stream_text(...)instead ofawait stream_text(...).
Features
- ci: add automated PyPI publishing for Python SDK (#52) (dbe045c)
- Python SDK for Koine gateway (#42) (65ef9b7)
Bug Fixes
- ci: improve issue triage workflow and disable PR review (#44) (be4f1e2)
- sdk: address TypeScript SDK review findings (#48) (a5da0f3)