2.4.0-rc.22
Pre-release
Pre-release
Release candidate for 2.4.0.
Since 2.4.0-rc.21
- Go 1.26.6 (#772) —
go.modis the single source of truth; every workflow resolves the toolchain from it and the image tracksgolang:1.26-alpine3.23. --urladded to every runnable command in the repo (#771) — the README (including the Docker quick start and the volume-persistence example),MIGRATION.md, the perf harness and.env.sampleall documented commands that exited at boot, because--urlbecame mandatory in #764 and these were never swept.- e2e mock host ports are overridable (#770) — the suite published five fixed host ports and died at startup if any was taken locally, with no way to change it. Each is now
${SERVICE_HOST_PORT:-<default>}; defaults unchanged.
Upgrading from 2.3.x
--url is required — the server refuses to start without it. It is not --allowed-origins: --url is this server's own address, --allowed-origins is the apps it may redirect to. See Trusted base URL.
--encryption-key is required for RS*/ES* deployments.
Full detail in CHANGELOG.md.