Skip to content

2.4.0-rc.22

Pre-release
Pre-release

Choose a tag to compare

@lakhansamani lakhansamani released this 14 Aug 14:35
· 16 commits to main since this release
2532341

Release candidate for 2.4.0.

Since 2.4.0-rc.21

  • Go 1.26.6 (#772) — go.mod is the single source of truth; every workflow resolves the toolchain from it and the image tracks golang:1.26-alpine3.23.
  • --url added 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.sample all documented commands that exited at boot, because --url became 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.