Skip to content

Releases: Soju06/codex-lb

Release v1.6.0

Choose a tag to compare

@Soju06 Soju06 released this 18 Mar 02:54
cc4d175

What's Changed

  • fix(ui): the account page selected query param is not respected by @huzky-v in #198
  • fix(acc): define trend as secondary instead of primary for free acc by @huzky-v in #190
  • fix(ci-lint): Just fixing linting issue for #190 lol by @huzky-v in #216
  • feat(proxy): improve token cache affinity for codex and v1/responses endpoints by @Soju06 in #220
  • chore(main): release 1.6.0 by @Soju06 in #202

Full Changelog: v1.5.3...v1.6.0\n

Install / Run

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

Release v1.5.3

Choose a tag to compare

@Soju06 Soju06 released this 13 Mar 14:52
51905ed

What's Changed

  • fix(proxy): match Codex CLI header fingerprint for transcribe upstream requests by @pcy06 in #199
  • docs: add huzky-v as a contributor for code, and bug by @allcontributors[bot] in #201
  • chore(main): release 1.5.3 by @Soju06 in #200

Full Changelog: v1.5.2...v1.5.3\n

Install / Run

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

Release v1.5.2

Choose a tag to compare

@Soju06 Soju06 released this 13 Mar 08:01
5a76beb

What's Changed

  • fix(proxy): close stream immediately after terminal SSE events by @Soju06 in #196
  • chore(main): release 1.5.2 by @Soju06 in #197

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

Install / Run

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

Release v1.5.1

Choose a tag to compare

@Soju06 Soju06 released this 13 Mar 05:49
6aee4ce

What's Changed

  • fix(proxy): raise timeout defaults and remove getattr anti-pattern by @Soju06 in #193
  • chore(main): release 1.5.1 by @Soju06 in #194

Full Changelog: v1.5.0...v1.5.1\n

Install / Run

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

Release v1.5.0

Choose a tag to compare

@Soju06 Soju06 released this 13 Mar 04:11
9be86c9

What's Changed

  • feat(frontend): add privacy email blur toggle by @quangdo126 in #180
  • fix(proxy): decouple stream duration from proxy request budget by @Soju06 in #187
  • fix(ui): the label color in the trend does not show on dark mode by @huzky-v in #188
  • fix(proxy): preserve dedicated responses compact contract by @defin85 in #175
  • chore(pyproject): add maintainer metadata by @choi138 in #185
  • feat(responses): add websocket transport and request log tracing by @defin85 in #169
  • docs: add flokosti96 as a contributor for code, and test by @allcontributors[bot] in #192
  • feat(proxy): add upstream websocket transport control by @flokosti96 in #189
  • chore(main): release 1.5.0 by @Soju06 in #186

New Contributors

Full Changelog: v1.4.1...v1.5.0\n

Install / Run

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

Release v1.4.1

Choose a tag to compare

@Soju06 Soju06 released this 12 Mar 08:47
52bf9f4

What's Changed

  • fix(proxy): add sticky session controls and cleanup by @aaiyer in #176
  • fix(proxy): canonicalize additional quota routing by @Soju06 in #182
  • docs: add defin85 as a contributor for bug, and test by @allcontributors[bot] in #184
  • fix(db): fail fast on startup schema drift by @defin85 in #174
  • chore(main): release 1.4.1 by @Soju06 in #183

Full Changelog: v1.4.0...v1.4.1\n

Install / Run

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

Release v1.4.0

Choose a tag to compare

@Soju06 Soju06 released this 11 Mar 14:33
15d3f9b

What's Changed

  • fix(proxy): route gated models by additional usage by @Soju06 in #173
  • feat(proxy): bound request latency across proxy paths by @Soju06 in #178
  • chore(main): release 1.4.0 by @Soju06 in #177

Full Changelog: v1.3.2...v1.4.0\n

Install / Run

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

Release v1.3.2

Choose a tag to compare

@Soju06 Soju06 released this 10 Mar 12:49
058c5b2

What's Changed

  • fix(db): normalize postgresql enum value casing for legacy databases by @Soju06 in #170
  • chore(main): release 1.3.2 by @Soju06 in #171

Full Changelog: v1.3.1...v1.3.2\n

Install / Run

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

Release v1.3.1

Choose a tag to compare

@Soju06 Soju06 released this 10 Mar 12:15
a13cdaa

What's Changed

  • fix: safe line rendering, additional quotas relocation, and screenshot updates by @Soju06 in #166
  • chore(proxy): add service tier trace logging by @defin85 in #156
  • fix(proxy): decouple usage refresh from request selection by @defin85 in #155
  • docs: add defin85 as a contributor for code by @allcontributors[bot] in #168
  • fix(proxy): avoid refresh blocking and dedupe stale refreshes by @aaiyer in #162
  • chore(main): release 1.3.1 by @Soju06 in #167

New Contributors

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

Install / Run

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

Release v1.3.0

Choose a tag to compare

@Soju06 Soju06 released this 10 Mar 06:08
ebc4bb5

What's Changed

  • fix(proxy): preserve Codex session affinity for compact to stop 502s by @aaiyer in #143
  • docs: add aaiyer as a contributor for bug, code, and test by @allcontributors[bot] in #149
  • feat(db): optimize SQLite startup and query paths by @aaiyer in #145
  • fix(proxy): align compact retry account header after refresh by @aaiyer in #150
  • feat(proxy): add upstream request tracing by @aaiyer in #144
  • fix(proxy): add request logging to compact and transcribe paths by @Soju06 in #153
  • fix(proxy): skip error backoff for transient upstream 5xx errors by @Soju06 in #152
  • fix(proxy): preserve v1 prompt cache affinity by @Soju06 in #161
  • feat: additional rate limits (Spark quotas), EWMA depletion indicator, and quotas UI by @Soju06 in #151
  • fix(proxy): match Codex CLI compact timeout defaults by @aaiyer in #160
  • chore(main): release 1.3.0 by @Soju06 in #148

New Contributors

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

Install / Run

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