File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- ### 2.4.0 (Next )
1+ ### 2.4.0 (2025-06-18 )
22
33#### Features
44
1616* [ #2561 ] ( https://github.com/ruby-grape/grape/pull/2561 ) : Optimize hash alloc for middleware's default options - [ @ericproulx ] ( https://github.com/ericproulx ) .
1717* [ #2563 ] ( https://github.com/ruby-grape/grape/pull/2563 ) : Update ` Grape::Middleware::Auth::Base ` - [ @ericproulx ] ( https://github.com/ericproulx ) .
1818* [ #2571 ] ( https://github.com/ruby-grape/grape/pull/2571 ) : Update RuboCop 1.75.8 - [ @pieterocp ] ( https://github.com/pieterocp ) .
19- * Your contribution here.
2019
2120#### Fixes
2221
2726* [ #2548 ] ( https://github.com/ruby-grape/grape/pull/2548 ) : Formatting from header acts like versioning from header - [ @ericproulx ] ( https://github.com/ericproulx ) .
2827* [ #2552 ] ( https://github.com/ruby-grape/grape/pull/2552 ) : Fix declared params optional array - [ @ericproulx ] ( https://github.com/ericproulx ) .
2928* [ #2553 ] ( https://github.com/ruby-grape/grape/pull/2553 ) : Improve performance of query params parsing - [ @ericproulx ] ( https://github.com/ericproulx ) .
30- * Your contribution here.
3129
3230### 2.3.0 (2025-02-08)
3331
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ Grape is a REST-like API framework for Ruby. It's designed to run on Rack or com
156156
157157## Stable Release
158158
159- You're reading the documentation for the next release of Grape, which should be 2.4.0.
160- The current stable release is [ 2.3.0 ] ( https://github.com/ruby-grape/grape/blob/v2.3 .0/README .md ) .
159+ You're reading the documentation for the stable release of Grape, 2.4.0.
160+ Please read [ UPGRADING ] ( https://github.com/ruby-grape/grape/blob/v2.4 .0/UPGRADING .md ) when upgrading from a previous version .
161161
162162## Project Resources
163163
You can’t perform that action at this time.
0 commit comments