Skip to content

v0.29.0

Choose a tag to compare

@github-actions github-actions released this 14 May 20:51
· 60 commits to main since this release
833dbcf

New: Postgres Hot Reload

The /v1/reload management endpoint now rebuilds postgres listeners alongside pipeline and MCP config.

Validation runs for all three subsystems (pipeline, MCP, and postgres) before any state is mutated, so a 422 response leaves the proxy fully untouched. In-flight postgres sessions on closed listeners are not drained.

Postgres support is experimental.

Changelog

  • 833dbcf feat(management): reload postgres listeners on /v1/reload (#118)