Apr 09, 2025
Handle Fiber changes in web requests better
Ruby4.5.9
Fixed
- Ensure request transactions are always closed in the
Rack::EventHandler
. A problem with Fibers changing during a request would cause transactions transactions to be left open and the data from requests to not be sent to our servers.
View the Ruby gem v4.5.9 changelog for more information.