Features
- Added configurable HTTPS redirects for service applications across the dashboard, API, and MCP.
Fixes
- Prevented members from accessing deployment, database, service, and other mutable controls, and clarified disabled control styling.
- Fixed confirmation modal checkboxes that generated malformed Livewire bindings (#11335).
- Kept table page-size dropdowns visible and usable near the bottom of the viewport (#11349, fixes #11336).
- Persisted PostgreSQL public-access changes so they no longer reverted after refreshes or proxy restarts (#11348, fixes #11345).
- Corrected Traefik redirect capture groups and selected the proper Docker network for routed Compose applications and services.
- Reconciled proxy networks from running containers, improving routing when cached resource status was stale.
Improvements
- Made GitHub repository and branch selectors searchable and preselected each repository’s default branch.
- Improved active-deployment indicator contrast with solid surfaces in every state.
What's Changed
- fix(modal): use checkbox ids for Livewire bindings by @andrasbacsai in #11335
- fix(postgresql): persist selected public access state by @andrasbacsai in #11348
- fix(table): keep page-size dropdown within viewport by @andrasbacsai in #11349
Full Changelog: v4.3.7...v4.3.8