v0.7.0-rc.1
Pre-release
Pre-release
v0.7.0 - 2026-03-25
Added
- Supporting services (beta) — Deploy supporting services alongside databases. This release includes the pgEdge Postgres MCP Server, with automatic database credential provisioning, high-availability connection routing, and declarative configuration.
- Added
patroni_portto the database and instance APIs. - Added ability to configure per-component log levels.
- Added a default value for the
host_idconfiguration setting. It will now default to the short hostname (hostname -s) of the host machine. - Added guided walkthrough with GitHub Codespaces support.
- Added support for Postgres 16.13, 17.9, and 18.3. Default version is now 18.3.
- Added stop/start instance operations to the client library.
- Etcd mode reconfiguration — Hosts can now switch between etcd server and client modes at runtime, with support for host identity changes via peer URL updates.
- Scoped tasks and new task endpoints — Tasks are now scoped to databases and hosts, with new list/get endpoints for better observability. The
remove-hostAPI now returns a task for tracking removal progress. - Stable random port assignments — Randomly assigned ports now persist across instance restarts and database updates.
Changed
- Improved disaster recovery — Better quorum loss handling, host removal resilience, and crash recovery.
- Breaking: Replaced
hostnameandipv4_addressfields in the API withpeer_addressesandclient_addressesfor host endpoints andaddressesfor instance and service instance endpoints.
Fixed
- Fixed a bug that prevented database deletion when we failed to create the Swarm service.
- Replaced fixed 100-second sync wait when adding a node with configurable health-based polling.
- Fixed sync event refresh blocking updates when Spock node is not configured.
- Fixed panics during task and workflow cancellation.
- Fixed add-node failing silently when Spock sync event is not confirmed.
- Fixed incomplete server shutdown that could leave the workflow engine running without required services.
- Fixed stale resource state blocking updates.
- Fixed IPAM subnet exhaustion after repeated database create/delete cycles by releasing subnets on network deletion.
Get the Docker image for this release from:
ghcr.io/pgedge/control-plane:v0.7.0-rc.1