Skip to content

Releases: Soju06/codex-lb

Release v0.5.2

04 Feb 02:05
67d2485

Choose a tag to compare

What's Changed

  • fix(docker): default data dir in containers by @Soju06 in #52
  • chore(repo): add tooling configs by @Soju06 in #54
  • chore(main): release 0.5.2 by @Soju06 in #55

Full Changelog: v0.5.1...v0.5.2\n

Install / Run

uvx codex-lb
docker pull ghcr.io/Soju06/codex-lb:0.5.2

Release v0.5.1

03 Feb 08:37
9c2a324

Choose a tag to compare

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.1

Release v0.5.0

29 Jan 01:51
2c03090

Choose a tag to compare

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.0

Release v0.4.0

26 Jan 08:25
8be3bd7

Choose a tag to compare

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.0

Release v0.3.1

22 Jan 01:26
613842e

Choose a tag to compare

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

Full Changelog: v0.3.0...v0.3.1\n

Install / Run

uvx codex-lb
docker pull ghcr.io/Soju06/codex-lb:0.3.1

Release v0.3.0

21 Jan 08:50
9c77cc1

Choose a tag to compare

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

Full Changelog: v0.2.0...v0.3.0\n

Install / Run

uvx codex-lb
docker pull ghcr.io/Soju06/codex-lb:0.3.0

Release v0.2.0

19 Jan 02:03
f4d027f

Choose a tag to compare

What's Changed

  • feat: add ty type checking and refactors (v0.2.0) by @Soju06 in #15

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.0

Release v0.1.5

14 Jan 01:24
f49ec0c

Choose a tag to compare

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.5

Release v0.1.4

13 Jan 04:15
360dd7b

Choose a tag to compare

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.4

Release v0.1.3

12 Jan 02:57
56b365d

Choose a tag to compare

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.3

Artifacts

  • dist/codex_lb-0.1.3-py3-none-any.whl
  • dist/codex_lb-0.1.3.tar.gz

Contributors

  • 5 Soju06