Skip to content

Releases: Soju06/codex-lb

Release v1.10.1

03 Apr 15:10
3503188

Choose a tag to compare

What's Changed

  • docs: external DB secrets guide, ServiceMonitor alternatives, production deployment guide by @Soju06 in #315
  • chore(helm): configurable service, db-init hook, global nodeSelector, enhanced tests by @Soju06 in #314
  • Improve request log error details UX by @L1st3r in #296
  • docs: add L1st3r as a contributor for code, and test by @allcontributors[bot] in #318
  • chore(main): release 1.10.1 by @Soju06 in #302

New Contributors

Full Changelog: v1.10.0...v1.10.1

Install / Run

uvx codex-lb
docker pull ghcr.io/Soju06/codex-lb:1.10.1
helm install codex-lb oci://ghcr.io/soju06/charts/codex-lb --version 1.10.1

Release v1.10.0

02 Apr 11:51
56e2708

Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.10.0

Install / Run

uvx codex-lb
docker pull ghcr.io/Soju06/codex-lb:1.10.0
helm install codex-lb oci://ghcr.io/soju06/charts/codex-lb --version 1.10.0

v1.9.0

02 Apr 08:57
8ede1fa

Choose a tag to compare

1.9.0 (2026-04-02)

Features

  • add a "API" page to see details of the API keys (#269) (938c734)
  • add stickysession selection box to select multiple sessions too be deleted (#286) (c64b860)
  • api-keys: add per-key enforced service tier (#288) (cc851a5)
  • api-keys: add self-service /v1/usage endpoint (#295) (652f600)
  • balancer: add capacity-weighted routing for tier-aware load distribution (#297) (fa8eab4)

Bug Fixes

  • balancer: trust usage data over stale runtime_reset for early quota resets (#289) (a269b37)
  • chat: prevent duplicated tool-call arguments in chat completions (#287) (41ceb4f)
  • deploy: restore Docker auto-migration, cache/rate-limiter fixes, Helm/K8s CI/CD (#274) (16391ae)
  • docker: resolve distroless ARM64 build by detecting arch-specific lib paths (b21d4bd)
  • prevent sticky session thrashing when all accounts exceed budget threshold (#279) (502db37)
  • proxy: resolve k8s-era TC regressions (#290) (020784a)
  • tests: stabilize proxy retry logging assertions (0f86737)

Performance Improvements

  • usage: replace DISTINCT ON with lateral join in latest_by_account (#277) (8be87a6)

Documentation

  • add Daltonganger as a contributor for code, and test (#298) (7f17d72)

Release v1.8.3

30 Mar 13:53
90d0983

Choose a tag to compare

What's Changed

  • enhance(ui): add account type dashboard + more precise reset time by @huzky-v in #264
  • enhance/fix: Fix api limit, and separate column for limit by @huzky-v in #265
  • fix(proxy): complete cache-locality fix for prompt cache hit rate restoration by @Soju06 in #273
  • chore(main): release 1.8.3 by @Soju06 in #275

Full Changelog: v1.8.2...v1.8.3

Install / Run

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

Release v1.8.2

26 Mar 04:39
2c9893e

Choose a tag to compare

What's Changed

  • fix: trend graph do not render when primary = [], even secondary have data by @huzky-v in #253
  • refactor(proxy): reduce bridge and balancer lock contention by @aaiyer in #243
  • doc: Update README.md for adding required option for codex app to work by @huzky-v in #256
  • docs: add huzky-v as a contributor for question, and maintenance by @allcontributors[bot] in #257
  • fix(api-keys): normalize timezone-aware expirations before persistence by @yigitkonur in #249
  • docs: add yigitkonur as a contributor for bug, and code by @allcontributors[bot] in #258
  • enhance(ui): sticky session on setting page by @huzky-v in #259
  • enhance/fix: Persist cost for request_logs by @huzky-v in #262
  • fix(middleware): handle disconnects and body read failures by @aaiyer in #263
  • chore(main): release 1.8.2 by @Soju06 in #255

New Contributors

Full Changelog: v1.8.1...v1.8.2

Install / Run

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

Release v1.8.1

23 Mar 01:25
320a11e

Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

Install / Run

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

Release v1.8.0

21 Mar 12:37
219ef11

Choose a tag to compare

What's Changed

  • fix: tighten dashboard database indexes by @Soju06 in #241
  • feat(proxy): split service tier logging and pricing by @aaiyer in #238
  • fix(proxy): support desktop Codex originators by @Soju06 in #240
  • fix: fail closed when HTTP bridge loses previous_response continuity by @Soju06 in #239
  • fix: improve native Codex websocket parity by @Soju06 in #242
  • chore(main): release 1.8.0 by @Soju06 in #244

Full Changelog: v1.7.0...v1.8.0

Install / Run

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

Release v1.7.0

20 Mar 06:14
3b33736

Choose a tag to compare

What's Changed

  • feat: add GPT-5.4 mini pricing by @aaiyer in #234
  • fix: bridge backend HTTP responses through websocket sessions by @Soju06 in #236
  • chore(main): release 1.7.0 by @Soju06 in #235

Full Changelog: v1.6.3...v1.7.0

Install / Run

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

Release v1.6.3

19 Mar 15:12
bea8588

Choose a tag to compare

What's Changed

  • fix: preserve v1 responses session continuity over HTTP by @Soju06 in #232
  • enhance(ui+ci): Fixes on CI, and dashboard ui changes by @huzky-v in #230
  • chore(main): release 1.6.3 by @Soju06 in #233

Full Changelog: v1.6.2...v1.6.3

Install / Run

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

Release v1.6.2

19 Mar 04:13
7210eb9

Choose a tag to compare

What's Changed

  • fix(proxy): restore token cache affinity routing by @Soju06 in #228
  • chore(main): release 1.6.2 by @Soju06 in #229

Full Changelog: v1.6.1...v1.6.2\n

Install / Run

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