Skip to content

Commit 536bc49

Browse files
committed
chore(release): prepare v6.1.1
This release rolls the validated retry-path fixes into a publishable patch version after the merged server-overload and live server_error work landed on main. The version bump is paired with a changelog entry and the retry-suite isolation fix so the release tree and the verified tree stay identical. Constraint: npm already has oc-codex-multi-auth@6.1.0, so a new publish requires a new semver version Rejected: Reuse 6.1.0 | npm registry rejects republishing an existing version Confidence: high Scope-risk: narrow Reversibility: clean Directive: Do not tag or cut GitHub release artifacts for 6.1.1 until npm publish succeeds from the synced release worktree Tested: npm run lint; npm run typecheck; npm run build; npm test Not-tested: npm publish from this agent environment remains auth-gated
1 parent c151a21 commit 536bc49

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Added
1111
- (placeholder for next release)
1212

13+
## [6.1.1] - 2026-04-22
14+
15+
### Fixed
16+
- Retry structured `service_unavailable_error` / `server_is_overloaded` payloads as server faults even on non-5xx responses, while preserving overload `retry_after` backoff when the account pool is exhausted.
17+
- Retry live upstream `server_error` payloads that arrive on non-5xx responses instead of falling straight through as unrecoverable failures.
18+
- Stabilize merged retry regression coverage so the overload and live `server_error` fetch-loop cases do not leak module state between tests.
19+
1320
## [6.1.0] - 2026-04-17
1421

1522
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oc-codex-multi-auth",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "OpenCode plugin for Codex-first GPT-5 workflows with ChatGPT Plus/Pro OAuth, multi-account rotation, and guided setup",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)