You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADING.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
Upgrading Grape
2
2
===============
3
3
4
-
### Upgrading to >= 1.3.4
4
+
### Upgrading to >= 1.4.0
5
5
6
6
#### Reworking stream and file and un-deprecating stream like-objects
7
7
8
8
Previously in 0.16 stream-like objects were deprecated. This release restores their functionality for use-cases other than file streaming.
9
9
10
-
This release also renamed `file`to `sendfile` to better document it's purpose.
10
+
This release deprecated `file`in favor of `sendfile` to better document its purpose.
11
11
12
-
To deliver a file via `sendfile` if available do this.
12
+
To deliver a file via the Sendfile support in your web server and have the Rack::Sendfile middleware enabled. See [`Rack::Sendfile`](https://www.rubydoc.info/gems/rack/Rack/Sendfile)
0 commit comments