Skip to content

Commit 406ee07

Browse files
chore(main): release 2.2.0 (#69)
* chore(main): release 2.2.0 * chore: format release PR with biome --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c90fd1a commit 406ee07

File tree

7 files changed

+19
-6
lines changed

7 files changed

+19
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.0"
2+
".": "2.2.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/pattern-zones-co/koine/compare/v2.1.0...v2.2.0) (2025-12-27)
4+
5+
6+
### Features
7+
8+
* **gateway:** use native --json-schema for structured output ([#68](https://github.com/pattern-zones-co/koine/issues/68)) ([1e14a82](https://github.com/pattern-zones-co/koine/commit/1e14a82fa398a6a7d6aee035e7dc757c1a743fa3))
9+
* **stream-object:** add /stream-object endpoint with SDK support ([#73](https://github.com/pattern-zones-co/koine/issues/73)) ([9ed751e](https://github.com/pattern-zones-co/koine/commit/9ed751e6edeb2b519b3dabd277bce7da2734e053))
10+
11+
12+
### Bug Fixes
13+
14+
* **gateway:** resolve flaky tests from port conflicts and shared state ([#75](https://github.com/pattern-zones-co/koine/issues/75)) ([a34fa7d](https://github.com/pattern-zones-co/koine/commit/a34fa7d64274231da24e3b15170d3d78f588f7a9))
15+
316
## [2.1.0](https://github.com/pattern-zones-co/koine/compare/v2.0.4...v2.1.0) (2025-12-26)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "koine",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"private": true,
55
"type": "module",
66
"description": "Koine - HTTP gateway and SDK for Claude Code CLI",

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternzones/koine",
33
"private": true,
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"description": "HTTP gateway service for Claude Code CLI",
66
"repository": {
77
"type": "git",

packages/sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "koine-sdk"
7-
version = "2.1.0"
7+
version = "2.2.0"
88
description = "Python SDK for Koine gateway"
99
readme = "README.md"
1010
license = "AGPL-3.0-only OR LicenseRef-Commercial"

packages/sdks/python/src/koine_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"""
1919

2020
# x-release-please-start-version
21-
__version__ = "2.1.0"
21+
__version__ = "2.2.0"
2222
# x-release-please-end
2323

2424
# Client factory (primary API)

packages/sdks/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternzones/koine-sdk",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "TypeScript SDK for Koine gateway",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)