Grape v0.11.0 Release Notes

    • ๐Ÿ’Ž #925: Fixed toplevel constant DateTime referenced by Virtus::Attribute::DateTime - @u2.
    • ๐Ÿ’Ž #916: Added DateTime/Date/Numeric/Boolean type support allow_blank - @u2.
    • ๐Ÿ’Ž #871: Fixed Grape::Middleware::Base#response - @galathius.
    • ๐Ÿ“œ #559: Added support for Rack 1.6.0, which parses requests larger than 128KB - @myitcv.
    • ๐Ÿ’Ž #876: Call to declared(params) now returns a Hashie::Mash - @rodzyn.
    • ๐Ÿ’Ž #879: The route_info value is no longer included in params Hash - @rodzyn.
    • ๐Ÿ’Ž #881: Fixed Grape::Validations::ValuesValidator support for Range type - @ajvondrak.
    • ๐Ÿ’Ž #901: Fix: callbacks defined in a version block are only called for the routes defined in that block - @kushkella.
    • ๐Ÿ’Ž #886: Group of parameters made to require an explicit type of Hash or Array - @jrichter1.
    • ๐Ÿ“š #912: Extended the :using feature for param documentation to optional fields - @croeck.
    • ๐Ÿ“œ #906: Fix: invalid body parse errors are not rescued by handlers - @croeck.
    • ๐Ÿ’Ž #913: Fix: Invalid accept headers are not processed by rescue handlers - @croeck.
    • ๐Ÿ’Ž #913: Fix: Invalid accept headers cause internal processing errors (500) when http_codes are defined - @croeck.
    • ๐Ÿ’Ž #917: Use HTTPS for rubygems.org - @O-I.