Skip to content

Commit f2fc755

Browse files
lawrencecchenclaude
andcommitted
Release v0.1.27
Adds request source attribution (remote_addr + user_agent) to the proxy request log so concurrency spikes are traceable to a tailnet device (#34). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a266e69 commit f2fc755

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "subrouter",
3-
"version": "0.1.26",
3+
"version": "0.1.27",
44
"description": "Routes AI coding-agent traffic across subscription accounts and API keys.",
55
"license": "MIT",
66
"homepage": "https://github.com/manaflow-ai/subrouter#readme",

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 = "subrouter"
7-
version = "0.1.26"
7+
version = "0.1.27"
88
description = "Routes AI coding-agent traffic across subscription accounts and API keys."
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)