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
+8-6
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
# Change Log
2
2
3
-
## 1.7.0 - unreleased
3
+
## 1.7.0 - 2019-12-17
4
4
5
5
### Added
6
6
7
+
* Support for Symfony 5.
8
+
* Support for PSR-17 `StreamFactoryInterface`.
7
9
* Added `blacklisted_paths` option, which takes an array of `strings` (regular expressions) and allows to define paths, that shall not be cached in any case.
8
10
9
11
## 1.6.0 - 2019-01-23
@@ -21,32 +23,32 @@
21
23
22
24
### Changed
23
25
24
-
* Removed check if etag is a string. Etag can never be a string, it is always an array.
26
+
* Removed check if etag is a string. Etag can never be a string, it is always an array.
25
27
26
28
## 1.4.0 - 2017-04-05
27
29
28
-
### Added
30
+
### Added
29
31
30
32
-`CacheKeyGenerator` interface that allow you to configure how the PSR-6 cache key is created. There are two implementations
31
33
of this interface: `SimpleGenerator` (default) and `HeaderCacheKeyGenerator`.
32
34
33
35
### Fixed
34
36
35
-
- Issue where deprecation warning always was triggered. Not it is just triggered if `respect_cache_headers` is used.
37
+
- Issue where deprecation warning always was triggered. Not it is just triggered if `respect_cache_headers` is used.
36
38
37
39
## 1.3.0 - 2017-03-28
38
40
39
41
### Added
40
42
41
43
- New `methods` option which allows to configure the request methods which can be cached.
42
44
- New `respect_response_cache_directives` option to define specific cache directives to respect when handling responses.
43
-
- Introduced `CachePlugin::clientCache` and `CachePlugin::serverCache` factory methods to easily setup the plugin with
45
+
- Introduced `CachePlugin::clientCache` and `CachePlugin::serverCache` factory methods to easily setup the plugin with
44
46
the correct config settigns for each usecase.
45
47
46
48
### Changed
47
49
48
50
- 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`.
49
-
- We always rewind the stream after loading response from cache.
51
+
- We always rewind the stream after loading response from cache.
0 commit comments