Roda v3.54.0 Release Notes

Release Date: 2022-03-14 // about 2 years ago
    • 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)