v4.3.8
Added 1
- Add configurable HTTPS redirects for service applications across the dashboard, API, and MCP
Changed 2
- Make GitHub repository and branch selectors searchable and preselect each repository's default branch
- Improve active-deployment indicator contrast with solid surfaces in every state
Fixed 6
- Prevent members from accessing deployment, database, service, and other mutable controls, and clarify disabled control styling
- Fix confirmation modal checkboxes that generated malformed Livewire bindings
- Keep table page-size dropdowns visible and usable near the bottom of the viewport
- Persist PostgreSQL public-access changes so they no longer revert after refreshes or proxy restarts
- Correct Traefik redirect capture groups and select the proper Docker network for routed Compose applications and services
- Reconcile proxy networks from running containers to improve routing when cached resource status is stale
From Coolify
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 https://github.com/coollabsio/coolify/pull/11335
- fix(postgresql): persist selected public access state by @andrasbacsai in https://github.com/coollabsio/coolify/pull/11348
- fix(table): keep page-size dropdown within viewport by @andrasbacsai in https://github.com/coollabsio/coolify/pull/11349
Full Changelog: https://github.com/coollabsio/coolify/compare/v4.3.7...v4.3.8