From 3d5a0acb8bcf14a09255689fafa8b5748ac5b0af Mon Sep 17 00:00:00 2001 From: "Shangxiang Fan (from Dev Box)" Date: Wed, 29 Jul 2026 20:30:45 +0800 Subject: [PATCH] chore(release): 1.4.0 Closes the unreleased section. Minor rather than patch: this adds the Responses API over WebSocket, four HTTP endpoints, and per-request billing figures. Nothing is breaking -- existing endpoints, config files and client integrations behave as before, and the config schema upgrade to v4 only adds keys. The sample /health response in docs/api.md carried the old version too. --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- docs/api.md | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef5b653..f526e52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.4.0] - 2026-07-29 + ### Added - **Live quota with no extra API call.** Copilot attaches per-SKU quota to every response (`x-quota-snapshot-chat`, `-completions`, `-premium_interactions`), diff --git a/Cargo.lock b/Cargo.lock index 9775012..866c440 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -752,7 +752,7 @@ dependencies = [ [[package]] name = "ghc-proxy" -version = "1.3.0" +version = "1.4.0" dependencies = [ "async-stream", "axum", diff --git a/Cargo.toml b/Cargo.toml index 530e6d6..3b9ced3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ghc-proxy" -version = "1.3.0" +version = "1.4.0" edition = "2021" description = "GitHub Copilot API Proxy - Provides OpenAI and Anthropic compatible endpoints via GitHub Copilot (Rust port of ghc-tunnel)" license = "MIT" diff --git a/docs/api.md b/docs/api.md index 201fce1..cdc87f5 100644 --- a/docs/api.md +++ b/docs/api.md @@ -182,7 +182,7 @@ curl http://127.0.0.1:8314/health { "status": "ok", "ready": true, - "version": "1.3.0", + "version": "1.4.0", "uptime_seconds": 128, "copilot_token": { "present": true, "expires_in_seconds": 1487 }, "models_loaded": 77,