v1.25.0
v1.25.0
Fiber Scheduler Improvements
- Fiber Interrupt Support - Implements
FiberScheduler#fiber_interruptwith generation tracking to prevent stale fiber resumes. - Background Worker Pool - Adds
FiberScheduler#blocking_operation_waitto offload blocking native operations to background threads, preventing them from stalling the main server thread.
Security Hardening
- HTTP Token Authentication - Reject malformed or empty
Authorizationheaders that lack the expected scheme separator. - Host Header Handling - Strip port from HTTP_HOST before matching cookie domains and exact host constraints in the router.
New Contributors
- @RedZapdos123 made their first contribution in #305
Full Changelog: v1.24.0...v1.25.0