Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.3"
".": "0.5.4"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.5.4](https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.5.3...codex-pooler-v0.5.4) (2026-07-23)


### Features

* **gateway:** let rollout drain finish in-flight websocket turns ([11af461](https://github.com/icoretech/codex-pooler/commit/11af4612c99bd867f68e675fbcb571cf63237ab1))
* **gateway:** retry bridged turns over HTTP when the peer dies pre-content ([8f89c10](https://github.com/icoretech/codex-pooler/commit/8f89c10769791b8be32f9d93bc2f5081d6b50e03))


### Bug Fixes

* **saved-resets:** harden the auto-consume latch against review findings ([06cadea](https://github.com/icoretech/codex-pooler/commit/06cadea82de6854bb35001f7cfeda0747a603e6c))
* **saved-resets:** latch automatic redemption until post-consume quota converges ([228ca44](https://github.com/icoretech/codex-pooler/commit/228ca445bbe69402c2d0b83ddb6942d1366c3f52))

## [0.5.3](https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.5.2...codex-pooler-v0.5.3) (2026-07-22)


Expand Down
2 changes: 1 addition & 1 deletion docs-site/src/content/docs/deployment/docker-compose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For every self-hosted install, choose a tagged stable release before creating

```bash
export CODEX_POOLER_IMAGE=ghcr.io/icoretech/codex-pooler
export CODEX_POOLER_IMAGE_TAG=0.5.3
export CODEX_POOLER_IMAGE_TAG=0.5.4
scripts/self-host/generate-env.sh
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule CodexPooler.MixProject do
[
app: :codex_pooler,
# x-release-please-start-version
version: "0.5.3",
version: "0.5.4",
# x-release-please-end
elixir: "~> 1.16",
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down