Skip to content

Commit ab3ac21

Browse files
committed
release: ship v1.2.1
1 parent 428d3a6 commit ab3ac21

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

docs/releases/v1.2.1.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Release v1.2.1
2+
3+
Release line: `stable`
4+
5+
This document anchors the current stable release reference used by the docs portal.
6+
7+
## Scope
8+
9+
- Current package version in `package.json` is `1.2.1`.
10+
- Canonical command family remains `codex auth ...`.
11+
- Canonical package name remains `codex-multi-auth`.
12+
- Carries forward the merged non-`dev` PR set landed after `v1.2.0`.
13+
14+
## Changes
15+
16+
- Added `codex auth forecast --explain` support and related regression coverage.
17+
- Aligned GPT-5 model routing with current OpenAI defaults.
18+
- Added package subpath exports and tightened shipped config/public API coverage.
19+
- Added maintainer runbooks and refreshed onboarding and command guidance.
20+
- Hardened storage export behavior so empty current pools fail cleanly instead of exporting invalid state.
21+
- Carried forward remaining non-`dev` storage/settings hardening work onto fresh `main`.
22+
- Hardened CLI manual-login test isolation and fixed the `wait-utils` fake-timer regression.
23+
24+
## Included Merges
25+
26+
- `#318` `release: merge current main-target PR set`
27+
- `#319` `carry forward remaining unique non-dev PR work`
28+
- `#320` `fix(storage): fail export when current pool is empty`
29+
- `#321` `test: harden codex manager cli isolation`
30+
31+
## Validation
32+
33+
- Merged `main` commit: `428d3a66006dacaa9de93cfe56c6a38263154886`
34+
- `npm run lint`
35+
- `npm run typecheck`
36+
- `npm run build`
37+
- `npm test -- --pool=threads --maxWorkers=1`
38+
- Full suite passed: `221/221` files, `3166/3166` tests
39+
40+
## Related
41+
42+
- [../getting-started.md](../getting-started.md)
43+
- [../upgrade.md](../upgrade.md)
44+
- [../reference/commands.md](../reference/commands.md)
45+
- [../reference/public-api.md](../reference/public-api.md)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codex-multi-auth",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Multi-account OAuth manager and codex auth wrapper for the official @openai/codex CLI, with switching, health checks, and recovery tools",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)