Skip to content
This repository was archived by the owner on Jun 7, 2026. It is now read-only.

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Dec 22:11
053c37b

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 of await 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)

Code Refactoring

  • move SDK examples into package directories (#46) (6f1a098), closes #40
  • sdk: Python SDK modular architecture with factory pattern (#50) (6ae0ddf)