Grape v0.16.1 Release Notes

  • ๐Ÿ”‹ Features

    • ๐Ÿ’Ž #1276: Replace rack-mount with new router - @namusyaka.
    • ๐Ÿ’Ž #1321: Serve files without using FileStreamer-like object - @lfidnl.
    • ๐Ÿ’Ž #1339: Implement Grape::API.recognize_path - @namusyaka.

    ๐Ÿ›  Fixes

    • ๐Ÿ’Ž #1325: Params: Fix coerce_with helper with Array types - @ngonzalez.
    • ๐Ÿ’Ž #1326: Fix wrong behavior for OPTIONS and HEAD requests with catch-all - @ekampp, @namusyaka.
    • ๐Ÿ“œ #1330: Add register keyword for adding customized parsers and formatters - @namusyaka.
    • ๐Ÿ’Ž #1336: Do not modify Hash argument to error! - @tjwp.