Skip to content

Commit 74a825f

Browse files
committed
Preparing for release, 3.3.0
1 parent 8c7d07f commit 74a825f

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 3.3.0 (Next)
1+
### 3.3.0 (2026-06-20)
22

33
#### Features
44

@@ -63,7 +63,6 @@
6363
* [#2757](https://github.com/ruby-grape/grape/pull/2757): Build the `Grape::Cookies` jar only when a cookie is read or written (via a new `Grape::Request#cookies?` predicate gating response-cookie flushing), and drop the jar's now-redundant lazy-parse `Proc` - [@ericproulx](https://github.com/ericproulx).
6464
* [#2756](https://github.com/ruby-grape/grape/pull/2756): Tighten dependency lower bounds to their compatibility floors (`rack >= 2.2.4`, `zeitwerk >= 2.6`, `dry-configurable >= 1.0`) - [@ericproulx](https://github.com/ericproulx).
6565
* [#2762](https://github.com/ruby-grape/grape/pull/2762): Parse request bodies with `JSON.parse` in the stdlib JSON fallback, dropping the `create_additions: false` wrapper from #2759 (`JSON.parse` never honours `json_class`) - [@ericproulx](https://github.com/ericproulx).
66-
* Your contribution here.
6766

6867
#### Fixes
6968

@@ -78,7 +77,6 @@
7877
* [#2759](https://github.com/ruby-grape/grape/pull/2759): Use `create_additions: false` in `Grape::Json.load` to prevent object instantiation via the `json_class` key when using the stdlib JSON fallback - [@dblock](https://github.com/dblock).
7978
* [#2765](https://github.com/ruby-grape/grape/pull/2765): Detect the `MultiXML` constant to avoid the multi_xml 0.9 `MultiXml` deprecation - [@ericproulx](https://github.com/ericproulx).
8079
* [#2764](https://github.com/ruby-grape/grape/pull/2764): Route `Grape::Json` through the non-deprecated `MultiJSON` API - [@ericproulx](https://github.com/ericproulx).
81-
* Your contribution here.
8280

8381
### 3.2.1 (2026-04-16)
8482

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ Grape is a REST-like API framework for Ruby. It's designed to run on Rack or com
1010

1111
## Stable Release
1212

13-
You're reading the documentation for the next release of Grape, which should be 3.3.0.
14-
The current stable release is [3.2.0](https://github.com/ruby-grape/grape/blob/v3.2.0/README.md).
13+
You're reading the documentation for the stable release of Grape, 3.3.0.
1514

1615
## Project Resources
1716

0 commit comments

Comments
 (0)