All Versions
64
Latest Version
Avg Release Cycle
64 days
Latest Release
1183 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.6.2 Changes
December 30, 2021 -
v1.6.1 Changes
December 28, 2021๐ Features
- #2196: Add support for
passwords_hashed
param fordigest_auth
- @lHydra. - ๐ #2208: Added Rails 7 support - @ericproulx.
๐ Fixes
- ๐ #2206: Require main active_support lib before any of its extension definitions - @annih.
- ๐ #2193: Fixed the broken ruby-head NoMethodError spec - @Jack12816.
- ๐ #2192: Memoize the result of Grape::Middleware::Base#response - @Jack12816.
- ๐ #2200: Add validators module to all validators - @ericproulx.
- ๐คก #2202: Fix random mock spec error - @ericproulx.
- ๐ #2203: Add rubocop-rspec - @ericproulx.
- ๐ #2207: Autoload Validations/Validators - @ericproulx.
- ๐ #2209: Autoload Validations/Types - @ericproulx.
- #2196: Add support for
-
v1.6.0 Changes
October 04, 2021๐ Features
- โฌ๏ธ #2190: Upgrade dev deps & drop Ruby 2.4.x support - @dnesteryuk.
๐ Fixes
- ๐ #2176: Fix: OPTIONS fails if matching all routes - @myxoh.
- 0๏ธโฃ #2177: Fix:
default
validator fails if preceded byas
validator - @Catsuko. - ๐ #2180: Call
super
inAPI.inherited
- @yogeshjain999. - ๐ #2189: Fix: rename parameters when using
:as
(behaviour and grape-swagger documentation) - @Jack12816.
-
v1.5.3 Changes
March 07, 2021 -
v1.5.2 Changes
February 06, 2021๐ Features
- ๐ #2157: Custom types can set a message to be used in the response when invalid - @dnesteryuk.
- ๐ #2145: Ruby 3.0 compatibility - @ericproulx.
- โก๏ธ #2143: Enable GitHub Actions with updated RuboCop and Danger - @anakinj.
๐ Fixes
- ๐ #2144: Fix compatibility issue with activesupport 6.1 and XML serialization of arrays - @anakinj.
- โ๏ธ #2137: Fix typos - @johnny-miyake.
- ๐ #2131: Fix Ruby 2.7 keyword deprecation warning in validators/coerce - @K0H205.
- ๐ #2132: Use #ruby2_keywords for correct delegation on Ruby <= 2.6, 2.7 and 3 - @eregon.
- ๐ง #2152: Fix configuration method inside namespaced params - @fsainz.
-
v1.5.1 Changes
November 15, 2020๐ Fixes
- ๐ #2129: Fix validation error when Required Array nested inside an optional array, for Multiparam validators - @dwhenry.
- ๐ #2128: Fix validation error when Required Array nested inside an optional array - @dwhenry.
- ๐ #2127: Fix a performance issue with dependent params - @dnesteryuk.
- โ #2126: Fix warnings about redefined attribute accessors in
AttributeTranslator
- @samsonjs. - ๐ #2121: Fix 2.7 deprecation warning in validator_factory - @Legogris.
- ๐ #2115: Fix declared_params regression with multiple allowed types - @stanhu.
- ๐ #2123: Fix 2.7 deprecation warning in middleware/stack - @Legogris.
-
v1.5.0 Changes
October 05, 2020๐ Fixes
- ๐ #2104: Fix Ruby 2.7 keyword deprecation warning - @stanhu.
- ๐ #2103: Ensure complete declared params structure is present - @tlconnor.
- ๐ #2099: Added truffleruby to Travis-CI - @gogainda.
- ๐ #2089: Specify order of mounting Grape with Rack::Cascade in README - @jonmchan.
- ๐ #2083: Set
Cache-Control
header only for streamed responses - @stanhu. - ๐ #2092: Correct an example params in Include Missing doc - @huyvohcmc.
- ๐ #2091: Fix ruby 2.7 keyword deprecations - @dim.
- 0๏ธโฃ #2097: Skip to set default value unless
meets_dependency?
- @wanabe. - ๐ #2096: Fix redundant dependency check - @braktar.
- ๐ #2096: Fix nested coercion - @braktar.
- ๐ #2102: Fix retaining setup blocks when remounting APIs - @jylamont.
-
v1.4.1 Changes
๐ Features
- Your contribution here.
๐ Fixes
- Your contribution here.
- ๐ #2099: Added truffleruby to Travis-CI - @gogainda.
- ๐ #2089: Specify order of mounting Grape with Rack::Cascade in README - @jonmchan.
- ๐ #2083: Set
Cache-Control
header only for streamed responses - @stanhu. - ๐ #2092: Correct an example params in Include Missing doc - @huyvohcmc.
- ๐ #2091: Fix ruby 2.7 keyword deprecations - @dim.
- 0๏ธโฃ #2097: Skip to set default value unless
meets_dependency?
- @wanabe. - ๐ #2096: Fix redundant dependency check - @braktar.
- ๐ #2096: Fix nested coercion - @braktar.
- ๐ #2102: Fix retaining setup blocks when remounting APIs - @jylamont.
-
v1.4.0 Changes
July 10, 2020๐ 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 exceptString
- @petekinnecom. - ๐ #2064: Fix Ruby 2.7 deprecation warning in
Grape::Middleware::Base#initialize
- @skarger. - ๐ #2072: Fix
Grape.eager_load!
andcompile!
- @stanhu. - ๐ #2084: Fix memory leak in path normalization - @fcheung.