We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b72fd7 commit 041927cCopy full SHA for 041927c
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Change Log
2
3
+## 1.4.0 - 2017-04-05
4
+
5
+### Added
6
7
+- `CacheKeyGenerator` interface that allow you to configure how the PSR-6 cache key is created. There are two implementations
8
+of this interface: `SimpleGenerator` (default) and `HeaderCacheKeyGenerator`.
9
10
+### Fixed
11
12
+- Issue where deprecation warning always was triggered. Not it is just triggered if `respect_cache_headers` is used.
13
14
## 1.3.0 - 2017-03-28
15
16
### Added
0 commit comments