Skip to content

Commit 9dcdfe4

Browse files
authored
Prepare for 1.3 (#32)
* Prepare for 1.3 * Update CHANGELOG.md * Update CHANGELOG.md
1 parent 55f531a commit 9dcdfe4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Change Log
22

3-
## 1.3.0 - unreleased
3+
## 1.3.0 - 2017-03-28
4+
45
### Added
56

67
- New `methods` option which allows to configure the request methods which can be cached.
@@ -11,12 +12,14 @@
1112
### Changed
1213

1314
- 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.
1416

1517
### Deprecated
1618

1719
- 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.
1820
If you had set `respect_cache_headers` to `false`, set the directives to `[]` to ignore all directives.
1921

22+
2023
## 1.2.0 - 2016-08-16
2124

2225
### Changed

0 commit comments

Comments
 (0)