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 )
2
2
3
3
#### Features
4
4
16
16
* [ #2561 ] ( https://github.com/ruby-grape/grape/pull/2561 ) : Optimize hash alloc for middleware's default options - [ @ericproulx ] ( https://github.com/ericproulx ) .
17
17
* [ #2563 ] ( https://github.com/ruby-grape/grape/pull/2563 ) : Update ` Grape::Middleware::Auth::Base ` - [ @ericproulx ] ( https://github.com/ericproulx ) .
18
18
* [ #2571 ] ( https://github.com/ruby-grape/grape/pull/2571 ) : Update RuboCop 1.75.8 - [ @pieterocp ] ( https://github.com/pieterocp ) .
19
- * Your contribution here.
20
19
21
20
#### Fixes
22
21
27
26
* [ #2548 ] ( https://github.com/ruby-grape/grape/pull/2548 ) : Formatting from header acts like versioning from header - [ @ericproulx ] ( https://github.com/ericproulx ) .
28
27
* [ #2552 ] ( https://github.com/ruby-grape/grape/pull/2552 ) : Fix declared params optional array - [ @ericproulx ] ( https://github.com/ericproulx ) .
29
28
* [ #2553 ] ( https://github.com/ruby-grape/grape/pull/2553 ) : Improve performance of query params parsing - [ @ericproulx ] ( https://github.com/ericproulx ) .
30
- * Your contribution here.
31
29
32
30
### 2.3.0 (2025-02-08)
33
31
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
156
156
157
157
## Stable Release
158
158
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 .
161
161
162
162
## Project Resources
163
163
You can’t perform that action at this time.
0 commit comments