Skip to content

Commit d137d46

Browse files
authored
Prepare for 1.7.0 (#64)
1 parent cd77610 commit d137d46

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CHANGELOG.md

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

3-
## 1.7.0 - unreleased
3+
## 1.7.0 - 2019-12-17
44

55
### Added
66

7+
* Support for Symfony 5.
8+
* Support for PSR-17 `StreamFactoryInterface`.
79
* 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.
810

911
## 1.6.0 - 2019-01-23
@@ -21,32 +23,32 @@
2123

2224
### Changed
2325

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.
2527

2628
## 1.4.0 - 2017-04-05
2729

28-
### Added
30+
### Added
2931

3032
- `CacheKeyGenerator` interface that allow you to configure how the PSR-6 cache key is created. There are two implementations
3133
of this interface: `SimpleGenerator` (default) and `HeaderCacheKeyGenerator`.
3234

3335
### Fixed
3436

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.
3638

3739
## 1.3.0 - 2017-03-28
3840

3941
### Added
4042

4143
- New `methods` option which allows to configure the request methods which can be cached.
4244
- 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
4446
the correct config settigns for each usecase.
4547

4648
### Changed
4749

4850
- 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.
5052

5153
### Deprecated
5254

0 commit comments

Comments
 (0)