2.28.0.txt

doc/release_notes/2.28.0.txt
Last Update: 2017-07-14 11:04:23 -0700

New Features

  • A status_303 plugin has been added, which changes the default redirect status from 302 to 303 if the HTTP version is 1.1 and the request is not a GET request.

Other Improvements

  • Roda is now optimized for ruby 2.3+ using frozen string literals instead of constant references. This improves performance on ruby 2.3+, and decreases performance on ruby <2.3.

Backwards Compatibility

  • Many now unused internal constants are now deprecated, and attempting to access them will result in deprecation warnings on ruby 2.3+.