Skip to content
This repository was archived by the owner on Jun 7, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.0"
".": "2.3.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.3.0](https://github.com/pattern-zones-co/koine/compare/v2.2.0...v2.3.0) (2025-12-27)


### Features

* **gateway:** add allowedTools support for tool restrictions ([#83](https://github.com/pattern-zones-co/koine/issues/83)) ([a4b0a5e](https://github.com/pattern-zones-co/koine/commit/a4b0a5edcf0c32453e4e5f3e27848944a557edb4))


### Documentation

* add stream-object documentation across all guides ([#81](https://github.com/pattern-zones-co/koine/issues/81)) ([4936e60](https://github.com/pattern-zones-co/koine/commit/4936e602e2d800dd1ca65e8fbe264bd098642a32))

## [2.2.0](https://github.com/pattern-zones-co/koine/compare/v2.1.0...v2.2.0) (2025-12-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koine",
"version": "2.2.0",
"version": "2.3.0",
"private": true,
"type": "module",
"description": "Koine - HTTP gateway and SDK for Claude Code CLI",
Expand Down
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@patternzones/koine",
"private": true,
"version": "2.2.0",
"version": "2.3.0",
"description": "HTTP gateway service for Claude Code CLI",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "koine-sdk"
version = "2.2.0"
version = "2.3.0"
description = "Python SDK for Koine gateway"
readme = "README.md"
license = "AGPL-3.0-only OR LicenseRef-Commercial"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/python/src/koine_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""

# x-release-please-start-version
__version__ = "2.2.0"
__version__ = "2.3.0"
# x-release-please-end

# Client factory (primary API)
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternzones/koine-sdk",
"version": "2.2.0",
"version": "2.3.0",
"description": "TypeScript SDK for Koine gateway",
"repository": {
"type": "git",
Expand Down