File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.7 .0"
2+ "." : " 1.8 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.8.0] ( https://github.com/Soju06/codex-lb/compare/v1.7.0...v1.8.0 ) (2026-03-21)
4+
5+
6+ ### Features
7+
8+ * ** proxy:** split service tier logging and pricing ([ #238 ] ( https://github.com/Soju06/codex-lb/issues/238 ) ) ([ 04c9304] ( https://github.com/Soju06/codex-lb/commit/04c93044aa061051d0ea404795078e44b6241360 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * fail closed when HTTP bridge loses previous_response continuity ([ #239 ] ( https://github.com/Soju06/codex-lb/issues/239 ) ) ([ a87e0ca] ( https://github.com/Soju06/codex-lb/commit/a87e0ca342981263d33668d97eac5cdc9c86842b ) )
14+ * improve native Codex websocket parity ([ #242 ] ( https://github.com/Soju06/codex-lb/issues/242 ) ) ([ fb0e759] ( https://github.com/Soju06/codex-lb/commit/fb0e7595f46984d26c97a761dd339af4ade83223 ) )
15+ * ** proxy:** support desktop Codex originators ([ #240 ] ( https://github.com/Soju06/codex-lb/issues/240 ) ) ([ ac38bd1] ( https://github.com/Soju06/codex-lb/commit/ac38bd186dd4eb51947ad9b7e83ecb6addd6ca99 ) )
16+ * tighten dashboard database indexes ([ #241 ] ( https://github.com/Soju06/codex-lb/issues/241 ) ) ([ f2469a2] ( https://github.com/Soju06/codex-lb/commit/f2469a2b8102dd1efe7f4948ee1e82d461f30e93 ) )
17+
318## [ 1.7.0] ( https://github.com/Soju06/codex-lb/compare/v1.6.3...v1.7.0 ) (2026-03-20)
419
520
Original file line number Diff line number Diff line change 1- __version__ = "1.7 .0" # x-release-please-version
1+ __version__ = "1.8 .0" # x-release-please-version
22__all__ = ["app" , "__version__" ]
33
44
Original file line number Diff line number Diff line change 11{
22 "name" : " frontend" ,
33 "private" : true ,
4- "version" : " 1.7 .0" ,
4+ "version" : " 1.8 .0" ,
55 "type" : " module" ,
66 "packageManager" : " bun@1.3.7" ,
77 "scripts" : {
Original file line number Diff line number Diff line change 11[project ]
22name = " codex-lb"
3- version = " 1.7 .0"
3+ version = " 1.8 .0"
44description = " Codex load balancer and proxy for ChatGPT accounts with usage dashboard"
55readme = " README.md"
66license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments