v4.3.12
Fixed 4
- Apply authentication rate limits per real client behind reverse proxies and Cloudflare, preventing visitors from sharing one rate-limit bucket
- Reset a server's unreachable counter after a successful connection check, preventing stale failures and false unreachable alerts
- Correct placeholder alignment in code editor fields
- Queue Cloud registration verification emails with retries for more reliable delivery
From Coolify
Fixes
- Applied authentication rate limits per real client behind reverse proxies and Cloudflare, preventing visitors from sharing one rate-limit bucket (#11515).
- Reset a server's unreachable counter after a successful connection check, preventing stale failures and false unreachable alerts (#11417, closes #11416).
- Corrected placeholder alignment in code editor fields (#11514, closes #11420).
- Queued Cloud registration verification emails with retries, making delivery more reliable.
What's Changed
- fix(server): reset unreachable_count after successful connection check by @mrcleanandfresh in https://github.com/coollabsio/coolify/pull/11417
- fix(ui): monaco editor placeholder alignment by @peaklabs-dev in https://github.com/coollabsio/coolify/pull/11514
- fix(auth): rate limit by proxy-aware client IP by @peaklabs-dev in https://github.com/coollabsio/coolify/pull/11515
New Contributors
- @mrcleanandfresh made their first contribution in https://github.com/coollabsio/coolify/pull/11417
Full Changelog: https://github.com/coollabsio/coolify/compare/v4.3.11...v4.3.12