Skip to content

Commit 5b5388f

Browse files
github-actions[bot]masterkain
authored andcommitted
chore(main): release codex-pooler 0.4.7
1 parent 93d611f commit 5b5388f

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.6"
2+
".": "0.4.7"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.4.7](https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.4.6...codex-pooler-v0.4.7) (2026-06-29)
4+
5+
6+
### Features
7+
8+
* expose skills usage metadata on codex models ([b12f84c](https://github.com/icoretech/codex-pooler/commit/b12f84c12a5393f436a624b755f75ace607a39ad))
9+
* **settings:** add websocket idle timeout setting ([367c02e](https://github.com/icoretech/codex-pooler/commit/367c02ed488c3ee4b2720fb8fbe27412197cec49))
10+
11+
12+
### Bug Fixes
13+
14+
* **gateway:** persist safe public responses stream summaries ([50d786c](https://github.com/icoretech/codex-pooler/commit/50d786c5554bc9f91b68e53ae6ba197ac2dda75c))
15+
* **observability:** classify websocket pre-reservation closes ([3551fd5](https://github.com/icoretech/codex-pooler/commit/3551fd50ddc257721b9e82f874a80266c7195a23))
16+
* **websocket:** apply bounded idle and message limits ([a728516](https://github.com/icoretech/codex-pooler/commit/a72851653557367fec714ce16d7e532e24f47338))
17+
* **websocket:** size inbound frames from ingress body limit ([3097f5c](https://github.com/icoretech/codex-pooler/commit/3097f5c6cf4628bdbae9e5e9d0109aef277e7f8a))
18+
319
## [0.4.6](https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.4.5...codex-pooler-v0.4.6) (2026-06-29)
420

521

docs-site/src/content/docs/deployment/docker-compose.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ less explicit for a real install.
3131

3232
```bash
3333
export CODEX_POOLER_IMAGE=ghcr.io/icoretech/codex-pooler
34-
export CODEX_POOLER_IMAGE_TAG=0.4.6
34+
export CODEX_POOLER_IMAGE_TAG=0.4.7
3535
scripts/self-host/generate-env.sh
3636
```
3737

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule CodexPooler.MixProject do
55
[
66
app: :codex_pooler,
77
# x-release-please-start-version
8-
version: "0.4.6",
8+
version: "0.4.7",
99
# x-release-please-end
1010
elixir: "~> 1.16",
1111
elixirc_paths: elixirc_paths(Mix.env()),

0 commit comments

Comments
 (0)