Reel v0.4.0 Release Notes

    • ๐Ÿšš Rack adapter moved to the reel-rack project
    • ๐Ÿ‘ Pipelining support
    • Reel::Connection#each_request for iterating through keep-alive requests
    • Reel::Request#body now returns a Reel::RequestBody object instead of a String
    • ๐Ÿ†• New WebSocket API: obtain WebSockets through Reel::Request#websocket instead of through Reel::Connection#request. Allows processing of WebSockets through other means than the built-in WebSocket support
    • ๐Ÿ‘ Allow Reel to stop cleanly
    • โœ‚ Remove on_error callback system
    • Increase buffer size
    • โœ‚ Remove Reel::App (unmaintained, sorry)
    • Reel::CODENAME added (0.4.0 is "Garbo")