Roda v3.55.0 Release Notes
Release Date: 2022-04-12 // about 2 months ago-
๐ Allow passing blocks to the view method in the render plugin (jeremyevans) (#262)
Add :forward_response_headers middleware plugin option to use app headers as default for response (janko) (#259)
Previous changes from v3.54.0
-
0๏ธโฃ Make chunked plugin not use Transfer-Encoding: chunked by default (jeremyevans)
๐ Make run_handler plugin close bodies for upstream 404 responses when using not_found: :pass (jeremyevans)
โฌ๏ธ Drop all 1xx bodies in the drop body plugin (jeremyevans)
Do not set a Content-Length header for 205 responses on Rack <2.0.2 (jeremyevans)
๐ Use Rack::Files instead of Rack::File if available, to avoid deprecation warnings (jeremyevans)
Work with Rack 3 SPEC, using Rack::Headers to handle lowercasing header keys on Rack 3 (jeremyevans)
๐ Allow overriding script tag type attribute returned by assets method in assets plugin (pusewicz) (#250)
Make reloading render plugin after additional_view_directories plugin retain :allowed_paths (jeremyevans)