Skip to content

Commit 461ca7d

Browse files
chore(main): release codex-pooler 0.3.0
1 parent d4c1bbc commit 461ca7d

5 files changed

Lines changed: 22 additions & 6 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.2.1"
2+
".": "0.3.0"
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.3.0](https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.2.1...codex-pooler-v0.3.0) (2026-06-20)
4+
5+
6+
### Features
7+
8+
* **admin:** inspect request log attempt diagnostics ([8f970ec](https://github.com/icoretech/codex-pooler/commit/8f970ec1eae0b731cd8744757152c29787f0fd8d))
9+
10+
11+
### Bug Fixes
12+
13+
* **admin:** deduplicate upstream stats rows ([aab6f80](https://github.com/icoretech/codex-pooler/commit/aab6f80b094b93f0a492a9276e0d6e4b80dd58c2))
14+
* **deps:** update dependency apexcharts to ^5.15.2 ([#72](https://github.com/icoretech/codex-pooler/issues/72)) ([d4c1bbc](https://github.com/icoretech/codex-pooler/commit/d4c1bbc324d91f476de64a5fb1a0c51d95a8b162))
15+
* **gateway:** persist http transport failure diagnostics ([bc1e52d](https://github.com/icoretech/codex-pooler/commit/bc1e52d0507b9a80e4b27d372b5f7ee91cad2c81))
16+
* preserve response incomplete terminal semantics ([51afd75](https://github.com/icoretech/codex-pooler/commit/51afd75ecb77bef8167fadb9f010daea1b2cda59))
17+
* **upstreams:** reuse fresh quota evidence for transient reconciliation probes ([e1cbac8](https://github.com/icoretech/codex-pooler/commit/e1cbac8172e3f159d0df459abffa48baefcc1daf))
18+
319
## [0.2.1](https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.2.0...codex-pooler-v0.2.1) (2026-06-18)
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.2.1
34+
export CODEX_POOLER_IMAGE_TAG=0.3.0
3535
scripts/self-host/generate-env.sh
3636
```
3737

docs-site/src/content/docs/deployment/helm.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Set an explicit immutable image tag for real deployments. Don't rely on `latest`
4949
```yaml
5050
image:
5151
repository: ghcr.io/icoretech/codex-pooler
52-
tag: 0.2.1
52+
tag: 0.3.0
5353
pullPolicy: IfNotPresent
5454
```
5555
@@ -224,9 +224,9 @@ Render manifests locally before applying them:
224224

225225
```bash
226226
helm template codex-pooler icoretech/codex-pooler \
227-
--version 0.2.1 \
227+
--version 0.3.0 \
228228
--set image.repository=ghcr.io/icoretech/codex-pooler \
229-
--set image.tag=0.2.1 \
229+
--set image.tag=0.3.0 \
230230
--set config.host=pooler.example.com \
231231
--set ingress.enabled=true \
232232
--set ingress.hosts[0].host=pooler.example.com

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.2.1",
8+
version: "0.3.0",
99
# x-release-please-end
1010
elixir: "~> 1.16",
1111
elixirc_paths: elixirc_paths(Mix.env()),

0 commit comments

Comments
 (0)