Grape v1.4.0 Release Notes

Release Date: 2020-07-10 // over 3 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ—„ #1520: Un-deprecate stream-like objects - @urkle.
    • ๐Ÿ’Ž #2060: Drop support for Ruby 2.4 - @dblock.
    • โฌ†๏ธ #2060: Upgraded Rubocop to 0.84.0 - @dblock.
    • ๐Ÿ’Ž #2077: Simplify logic for defining declared params - @dnesteryuk.
    • ๐Ÿ’Ž #2076: Make route information available for hooks when the automatically generated endpoints are invoked - @anakinj.

    ๐Ÿ›  Fixes

    • ๐Ÿ’Ž #2067: Coerce empty String to nil for all primitive types except String - @petekinnecom.
    • ๐Ÿ—„ #2064: Fix Ruby 2.7 deprecation warning in Grape::Middleware::Base#initialize - @skarger.
    • ๐Ÿ’Ž #2072: Fix Grape.eager_load! and compile! - @stanhu.
    • ๐Ÿ’Ž #2084: Fix memory leak in path normalization - @fcheung.