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: CHANGELOG.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Change Log
2
2
3
-
## 1.3.0 - unreleased
3
+
## 1.3.0 - 2017-03-28
4
+
4
5
### Added
5
6
6
7
- New `methods` option which allows to configure the request methods which can be cached.
@@ -11,12 +12,14 @@
11
12
### Changed
12
13
13
14
- The `no-cache` directive is now respected by the plugin and will not cache the response. If you need the previous behaviour, configure `respect_response_cache_directives`.
15
+
- We always rewind the stream after loading response from cache.
14
16
15
17
### Deprecated
16
18
17
19
- The `respect_cache_headers` option is deprecated and will be removed in 2.0. This option is replaced by the new `respect_response_cache_directives` option.
18
20
If you had set `respect_cache_headers` to `false`, set the directives to `[]` to ignore all directives.
0 commit comments