-
Notifications
You must be signed in to change notification settings - Fork 410
chore(main): release 1.24.0 #1692
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| ".": "1.23.0" | ||
| ".": "1.24.0" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [project] | ||
| name = "codex-lb" | ||
| version = "1.24.0-beta.1" | ||
| version = "1.24.0" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The version change promotes this train directly to stable, but the history from the previous stable release ( AGENTS.md reference: AGENTS.md:L64-L66 Useful? React with 👍 / 👎. |
||
| description = "Codex load balancer and proxy for ChatGPT accounts with usage dashboard" | ||
| readme = "README.md" | ||
| license = { file = "LICENSE" } | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For users reading the 1.24.0 release notes, this bug-fix list omits commit
0eb0ee7/ PR #1580, which is part of the range after5ebc327and fixes the HTTP bridge missing-created watchdog plus stale API-key activity handling. Its non-Conventional squash title caused release-please to skip it, so the published changelog would inaccurately describe the fixes delivered by this version; add the missing release-note entry through the release process.Useful? React with 👍 / 👎.