Skip to content

Commit 0cde97f

Browse files
lawrencecchenclaude
andcommitted
Release v0.1.28
Absorbs brief Anthropic 529/5xx overloads with bounded same-account retries (honoring Retry-After) so momentary blips stop force-failing clients (#35). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 9483ce5 commit 0cde97f

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.27",
3+
"version": "0.1.28",
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.27"
7+
version = "0.1.28"
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)