Skip to content

v1.25.0

Choose a tag to compare

@rsamoilov rsamoilov released this 03 Jun 15:16
7bc1efb

v1.25.0

Fiber Scheduler Improvements

  • Fiber Interrupt Support - Implements FiberScheduler#fiber_interrupt with generation tracking to prevent stale fiber resumes.
  • Background Worker Pool - Adds FiberScheduler#blocking_operation_wait to offload blocking native operations to background threads, preventing them from stalling the main server thread.

Security Hardening

  • HTTP Token Authentication - Reject malformed or empty Authorization headers 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

Full Changelog: v1.24.0...v1.25.0