File tree Expand file tree Collapse file tree
docs-site/src/content/docs/deployment Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.4.1 "
2+ "." : " 0.4.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.4.2] ( https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.4.1...codex-pooler-v0.4.2 ) (2026-06-24)
4+
5+
6+ ### Bug Fixes
7+
8+ * correct upstream popover placement ([ cb16fe4] ( https://github.com/icoretech/codex-pooler/commit/cb16fe4062b4537dc05c04ca4a5a588b7859157c ) )
9+ * ** gateway:** accept trailing terminal response SSE events ([ 548909e] ( https://github.com/icoretech/codex-pooler/commit/548909e9c21717afd6ed4e98457829b98c5638bb ) )
10+ * ** gateway:** release health-neutral stream probes ([ 5a2d194] ( https://github.com/icoretech/codex-pooler/commit/5a2d1944d54cf2f5cdb691c93b9eb0ecffc6ac79 ) )
11+ * ** gateway:** track oversized terminal response SSE events ([ 2a22bd7] ( https://github.com/icoretech/codex-pooler/commit/2a22bd78494a102c0c4e309195bd8c8ec0fcbb1e ) )
12+ * ** request-compression:** add bounded token accounting ([ a70e0a4] ( https://github.com/icoretech/codex-pooler/commit/a70e0a4c54f2534381d1601b4c63a864ef29be75 ) )
13+ * ** request-compression:** preserve grep search shape fidelity ([ b31d704] ( https://github.com/icoretech/codex-pooler/commit/b31d7046d133e7229c2b4a29ab0106d7d5a7a249 ) )
14+ * ** streaming:** keep overload failures health-neutral ([ a3139ae] ( https://github.com/icoretech/codex-pooler/commit/a3139aeb3c6c098d3da614ca0cb483776543df88 ) )
15+
316## [ 0.4.1] ( https://github.com/icoretech/codex-pooler/compare/codex-pooler-v0.4.0...codex-pooler-v0.4.1 ) (2026-06-24)
417
518
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ less explicit for a real install.
3131
3232``` bash
3333export CODEX_POOLER_IMAGE=ghcr.io/icoretech/codex-pooler
34- export CODEX_POOLER_IMAGE_TAG=0.4.1
34+ export CODEX_POOLER_IMAGE_TAG=0.4.2
3535scripts/self-host/generate-env.sh
3636```
3737
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Set an explicit immutable image tag for real deployments. Don't rely on `latest`
4949``` yaml
5050image :
5151 repository : ghcr.io/icoretech/codex-pooler
52- tag : 0.4.1
52+ tag : 0.4.2
5353 pullPolicy : IfNotPresent
5454` ` `
5555
@@ -224,9 +224,9 @@ Render manifests locally before applying them:
224224
225225` ` ` bash
226226helm template codex-pooler icoretech/codex-pooler \
227- --version 0.4.1 \
227+ --version 0.4.2 \
228228 --set image.repository=ghcr.io/icoretech/codex-pooler \
229- --set image.tag=0.4.1 \
229+ --set image.tag=0.4.2 \
230230 --set config.host=pooler.example.com \
231231 --set ingress.enabled=true \
232232 --set ingress.hosts[0].host=pooler.example.com
Original file line number Diff line number Diff 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.1 " ,
8+ version: "0.4.2 " ,
99 # x-release-please-end
1010 elixir: "~> 1.16" ,
1111 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
You can’t perform that action at this time.
0 commit comments