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 #11417
- fix(ui): monaco editor placeholder alignment by @peaklabs-dev in #11514
- fix(auth): rate limit by proxy-aware client IP by @peaklabs-dev in #11515
New Contributors
- @mrcleanandfresh made their first contribution in #11417
Full Changelog: v4.3.11...v4.3.12