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

chore(main): release 2.0.0 - #53

Merged
matthew-petty merged 2 commits into
mainfrom
release-please--branches--main--components--koine
Dec 25, 2025
Merged

chore(main): release 2.0.0#53
matthew-petty merged 2 commits into
mainfrom
release-please--branches--main--components--koine

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

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)

This PR was generated with Release Please. See documentation.

@github-actions
github-actions Bot force-pushed the release-please--branches--main--components--koine branch from d5aeb27 to b95cab4 Compare December 25, 2025 22:10
@matthew-petty
matthew-petty merged commit 053c37b into main Dec 25, 2025
@github-actions

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move SDK examples into respective SDK package directories

1 participant