Releases: pattern-zones-co/koine
Releases · pattern-zones-co/koine
v2.3.0
27 Dec 18:26
Compare
Sorry, something went wrong.
No results found
2.3.0 (2025-12-27)
Features
gateway: add allowedTools support for tool restrictions (#83 ) (a4b0a5e )
Documentation
add stream-object documentation across all guides (#81 ) (4936e60 )
v2.2.0
27 Dec 16:45
Compare
Sorry, something went wrong.
No results found
2.2.0 (2025-12-27)
Features
gateway: use native --json-schema for structured output (#68 ) (1e14a82 )
stream-object: add /stream-object endpoint with SDK support (#73 ) (9ed751e )
Bug Fixes
gateway: resolve flaky tests from port conflicts and shared state (#75 ) (a34fa7d )
v2.1.0
26 Dec 17:59
Compare
Sorry, something went wrong.
No results found
2.1.0 (2025-12-26)
Features
gateway: add concurrency limits for request handling (#65 ) (c36a43d )
Documentation
add CLAUDE.md for Claude Code guidance (e37f9b3 )
v2.0.4
26 Dec 15:34
Compare
Sorry, something went wrong.
No results found
2.0.4 (2025-12-26)
Documentation
add link to openapi.yaml in api-reference (39b3424 )
recommend API keys over OAuth tokens for automation (e7dd97d )
Code Refactoring
test: replace setTimeout with deterministic spawn polling (#63 ) (bd2a7c6 )
v2.0.3
26 Dec 04:28
Compare
Sorry, something went wrong.
No results found
2.0.3 (2025-12-26)
Documentation
add PNG logo to README (bff3527 )
fix api-reference.md inconsistencies (8052a2c )
left-align logo (0d8bbac )
replace header with ASCII art logo (8591683 )
revert to ASCII art logo (7a72d3d )
revert to simple heading, remove logo (9e658f7 )
update SDK examples to factory pattern, add example READMEs (50bbfcb )
use pre tag for tighter ASCII logo rendering (ce5548c )
v2.0.2
25 Dec 23:24
Compare
Sorry, something went wrong.
No results found
2.0.2 (2025-12-25)
Bug Fixes
sdk: correct license expression to AGPL-3.0 + Commercial dual license (a5dc0be )
Documentation
rewrite README for better developer uptake (886e276 )
v2.0.1
25 Dec 22:27
Compare
Sorry, something went wrong.
No results found
2.0.1 (2025-12-25)
Documentation
update SDK docs for 2.0 breaking changes (#54 ) (a90095f )
v2.0.0
25 Dec 22:11
Compare
Sorry, something went wrong.
No results found
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 )
v1.1.6
25 Dec 04:49
Compare
Sorry, something went wrong.
No results found
1.1.6 (2025-12-25)
Bug Fixes
ci: pin biome version to match project dependency (e6a7bbe )
ci: use bunx to run biome without full dependency install (ae022d8 )
ci: use fromJson to extract PR branch from release-please output (b1eda71 )
docker: consolidate dev service into single build+image service (#35 ) (84d7f60 )
gateway: enable progressive SSE streaming (#34 ) (dc4c570 )
v1.1.5
25 Dec 04:10
Compare
Sorry, something went wrong.
No results found
1.1.5 (2025-12-25)
Documentation
add SDK examples for TypeScript client (#32 ) (6aa7bcb )