Releases: Soju06/codex-lb
Releases · Soju06/codex-lb
Release v0.5.2
Release v0.5.1
What's Changed
- fix(core): support gzip/deflate request decompression by @choi138 in #49
- docs: add choi138 as a contributor for code, bug, and test by @allcontributors[bot] in #50
- chore(main): release 0.5.1 by @Soju06 in #51
New Contributors
Full Changelog: v0.5.0...v0.5.1\n
Install / Run
uvx codex-lb
docker pull ghcr.io/Soju06/codex-lb:0.5.1Release v0.5.0
What's Changed
- fix(accounts): handle OAuth re-link with duplicate email by @Soju06 in #35
- fix(usage): coalesce refresh requests by @Soju06 in #36
- fix(proxy): use short-lived sessions for streaming by @Soju06 in #38
- fix(core): support zstd request decompression and modularize middleware by @Soju06 in #42
- feat(proxy): add v1 chat and models endpoints by @hhsw2015 in #39
- docs: add hhsw2015 as a contributor for maintenance by @allcontributors[bot] in #43
- feat(db): add configurable pool settings by @Soju06 in #44
- chore(main): release 0.5.0 by @Soju06 in #37
Full Changelog: v0.4.0...v0.5.0\n
Install / Run
uvx codex-lb
docker pull ghcr.io/Soju06/codex-lb:0.5.0Release v0.4.0
What's Changed
- Added request log filtering and better handling for upstream errors by @Quack6765 in #24
- chore(ci): add ty typecheck job by @Soju06 in #27
- fix(dashboard): remove rounding in avgPerHour calculation by @Soju06 in #29
- feat(proxy): add v1 responses compatibility for OpenCode by @hhsw2015 in #28
- docs: add hhsw2015 as a contributor for code, and test by @allcontributors[bot] in #31
- docs: add OpenCode setup guide by @pcy06 in #32
- docs: add pcy06 as a contributor for doc by @allcontributors[bot] in #34
- chore(main): release 0.4.0 by @Soju06 in #30
New Contributors
Full Changelog: v0.3.1...v0.4.0\n
Install / Run
uvx codex-lb
docker pull ghcr.io/Soju06/codex-lb:0.4.0Release v0.3.1
What's Changed
- chore(contributors): add all-contributors config and list by @Soju06 in #21
- Complete Frontend Redesign with Modern Dark/Light Theme System by @Quack6765 in #20
- docs: add Quack6765 as a contributor for design by @allcontributors[bot] in #22
- chore(main): release 0.3.1 by @Soju06 in #23
New Contributors
- @allcontributors[bot] made their first contribution in #22
Full Changelog: v0.3.0...v0.3.1\n
Install / Run
uvx codex-lb
docker pull ghcr.io/Soju06/codex-lb:0.3.1Release v0.3.0
What's Changed
- Showing reasoning effort in history by @JKamsker in #11
- Fix error logs and faulty behaviour with codex-cli by @JKamsker in #17
- Support multiple accounts per Team/Business workspace by @Quack6765 in #14
- Fix sqlite config, usage UI, and async migration connection by @Soju06 in #18
- feat: add cached input tokens handling and update related metrics in … by @JKamsker in #12
- Add sticky caching behaviour by @JKamsker in #10
- Improve settings checkbox accessibility by @Soju06 in #19
- chore(main): release 0.3.0 by @Soju06 in #16
New Contributors
- @JKamsker made their first contribution in #11
- @Quack6765 made their first contribution in #14
Full Changelog: v0.2.0...v0.3.0\n
Install / Run
uvx codex-lb
docker pull ghcr.io/Soju06/codex-lb:0.3.0Release v0.2.0
What's Changed
Features
- add ty type checking and pre-commit hook
- add health response schema and typed context cleanup
Bug Fixes
- normalize stored plan types (pro/team/business/enterprise/edu) so accounts no longer show as unknown
- prevent rate-limit status when usage is below 100% by using cooldown/backoff and primary-window quota checks
- surface per-account quota reset times by applying primary/secondary reset windows with fallbacks
Refactor
- move auth/usage helpers into module boundaries and extract proxy helpers
- tighten typing across services and tests
Full Changelog: v0.1.5...v0.2.0\n
Install / Run
uvx codex-lb
docker pull ghcr.io/Soju06/codex-lb:0.2.0Release v0.1.5
What's Changed
- Align rate-limit backoff and account reset handling by @Soju06 in #7
- chore(main): release 0.1.5 by @Soju06 in #8
Full Changelog: v0.1.4...v0.1.5\n
Install / Run
uvx codex-lb
docker pull ghcr.io/Soju06/codex-lb:0.1.5Release v0.1.4
What's Changed
- Fix async session cleanup during cancellations by @Soju06 in #5
- chore(main): release 0.1.4 by @Soju06 in #6
Full Changelog: v0.1.3...v0.1.4\n
Install / Run
uvx codex-lb
docker pull ghcr.io/Soju06/codex-lb:0.1.4Release v0.1.3
What's New in v0.1.3
- Release date: 2026-01-12
- Commits: 5
Changes
- Merge pull request #4 from Soju06/release-please--branches--main
- chore(main): release 0.1.3
- docs: use absolute image URLs for PyPI
- ci: fix release notes artifact listing
- ci: align release-please and release workflows
Install / Run
uvx codex-lb
pip install codex-lb
docker pull ghcr.io/Soju06/codex-lb:0.1.3Artifacts
- dist/codex_lb-0.1.3-py3-none-any.whl
- dist/codex_lb-0.1.3.tar.gz
Contributors
- 5 Soju06