Skip to content

Commit 7110f6c

Browse files
committed
cleanup changelog
1 parent 08ccb67 commit 7110f6c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@
33
## 1.3.0 - unreleased
44
### Added
55

6-
- New `methods` setting which allows to configure the request methods which can be cached.
7-
- New `respect_response_cache_directives` config setting to define specific cache directives to respect when handling responses.
6+
- New `methods` option which allows to configure the request methods which can be cached.
7+
- New `respect_response_cache_directives` option to define specific cache directives to respect when handling responses.
88
- Introduced `CachePlugin::clientCache` and `CachePlugin::serverCache` factory methods to easily setup the plugin with
9-
the correct config settigns for each usecase.
9+
the correct config settigns for each usecase.
1010

1111
### Changed
1212

13-
- The `no-cache` directive is now respected by the plugin and will not cache the response
13+
- 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`.
1414

1515
### Deprecated
1616

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

1920
## 1.2.0 - 2016-08-16
2021

0 commit comments

Comments
 (0)