-
Notifications
You must be signed in to change notification settings - Fork 56
release: patch post-merge review fixes for v1.2.4 #356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
3107259
fix: patch post-merge review regressions for v1.2.4
ndycode 012751c
fix: address remaining v1.2.4 review follow-ups
ndycode b141799
fix: cover remaining review regressions
ndycode e0019c4
fix: address latest review follow-ups
ndycode 9e65040
test: cover flagged storage retry follow-ups
ndycode 07f4d4c
test: cover flagged backup retry edge cases
ndycode File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| # Release v1.2.4 | ||
|
|
||
| Release line: `stable` | ||
|
|
||
| This patch release follows the already-published `v1.2.3` rebuild and lands the post-merge review fixes that were raised afterward. | ||
|
|
||
| ## Scope | ||
|
|
||
| - Current package version in `package.json` is `1.2.4`. | ||
| - Canonical command family remains `codex auth ...`. | ||
| - Canonical package name remains `codex-multi-auth`. | ||
| - This patch is prepared from `main` after merge commit `c1da059852d698fd53014b9b529eeeeb2db1d39d`. | ||
|
|
||
| ## What Changed | ||
|
|
||
| - preserved standalone `config.json` values when unified settings are malformed, and hardened unified-settings writes so invalid primaries can be rebuilt safely without masking real unreadable-file errors | ||
| - retried flagged-account primary, backup, and legacy reads before fallback so transient Windows file locks do not trigger unnecessary recovery paths | ||
| - avoided capability-policy failure penalties on fallback stream-failover `429` responses | ||
| - retried shadow-home sync-back renames in the Codex wrapper so transient `EBUSY` and `EPERM` locks do not drop auth-state sync | ||
| - removed scheduler-fragile midpoint assertions from quota-refresh CLI tests and tightened dashboard/unified-settings regressions around the real legacy/unified read paths | ||
|
|
||
| ## Validation | ||
|
|
||
| - `npm run lint` | ||
| - `npm run typecheck` | ||
| - `npm run build` | ||
| - `npm test` | ||
| - Full suite passed: `222/222` files, `3307/3307` tests | ||
|
|
||
| ## Related | ||
|
|
||
| - [v1.2.3.md](v1.2.3.md) | ||
| - [../getting-started.md](../getting-started.md) | ||
| - [../upgrade.md](../upgrade.md) | ||
| - [../reference/commands.md](../reference/commands.md) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.