1 parent 1a763b9 commit 01fb1b6Copy full SHA for 01fb1b6
1 file changed
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## v6.10.0
4
5
+ * **Added tests for latest Grape / Rack combination
6
+
7
+ For a short period of time, Grape and Rack had issues working. Generally, Rack 2.1.0
8
+ should be avoided in all cases due to breaking changes in many gems reliant on Rack.
9
+ We recommend using either Rack <= 2.0.9, or using latest Rack when using Grape (2.2.2 at
10
+ the time of this writing).
11
12
* **Bugfix: Calculate Content-Length in bytes**
13
14
Previously, the Content-Length HTTP header would be incorrect after injecting the Browser Monitoring
0 commit comments