Skip to content

Commit 4dfb301

Browse files
committed
updated changelog
1 parent 4c8c429 commit 4dfb301

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
### Added
55

66
- 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.
8+
- Introduced `CachePlugin::clientCache` and `CachePlugin::serverCache` factory methods to easily setup the plugin with
9+
the correct config settigns for each usecase.
10+
11+
### Changed
12+
13+
- The `no-cache` directive is now respected by the plugin and will not cache the response
14+
15+
### Deprecated
16+
17+
- 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.
718

819
## 1.2.0 - 2016-08-16
920

0 commit comments

Comments
 (0)