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.12"
".": "0.5.13"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.5.13](https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.5.12...codex-pooler-v0.5.13) (2026-08-02)


### Features

* **gateway:** compress embedded JSON tool outputs ([992d2a3](https://github.com/icoretech/codex-pooler/commit/992d2a3addea49e26b9fad81d1965f8d3b7d5920))


### Bug Fixes

* **accounting:** avoid unused quota scans and handle rollbacks ([069758d](https://github.com/icoretech/codex-pooler/commit/069758dd27f381461fc5c58ae8a2a68474ca161d))
* **accounting:** precompute api key usage windows ([2e941f0](https://github.com/icoretech/codex-pooler/commit/2e941f0b5e12f3faed72105152fc14ac46eb5402))
* **deps:** update dependency @astrojs/starlight to v0.41.6 ([#238](https://github.com/icoretech/codex-pooler/issues/238)) ([3b7aafd](https://github.com/icoretech/codex-pooler/commit/3b7aafd541763c6a1cc4f015ff8914ac7bf165cc))
* **docs:** sync runtime route rate dashboard ([af830dc](https://github.com/icoretech/codex-pooler/commit/af830dcddc2c4c357db4e590328ca497cbc9a0dd))
* **usage:** ignore unclassified plan labels ([adfaae9](https://github.com/icoretech/codex-pooler/commit/adfaae9274b5dabfbc190a90a996a30edbc569ec))
* **usage:** preserve canonical enterprise automation plan token ([3a50563](https://github.com/icoretech/codex-pooler/commit/3a505631b25504458f1e2420bd7669ae4e07cb2c))

## [0.5.12](https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.5.11...codex-pooler-v0.5.12) (2026-08-01)


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.12
export CODEX_POOLER_IMAGE_TAG=0.5.13
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.12",
version: "0.5.13",
# x-release-please-end
elixir: "~> 1.16",
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down