This repository was archived by the owner on Jan 31, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,11 @@ Releases prior to 1.2.0 did not have entries.
8
8
9
9
### Added
10
10
11
- - Nothing.
11
+ - [ #89 ] ( https://github.com/zendframework/zenddiagnostics/pull/89 ) adds full documentation at https://docs.zendframework.com/zend-diagnostics
12
+
13
+ - [ #89 ] ( https://github.com/zendframework/zenddiagnostics/pull/89 ) adds support for Guzzle 6. While support was previously
14
+ added, it included syntax that emitted deprecation notices; it now
15
+ correctly uses the Guzzle HTTP client.
12
16
13
17
### Changed
14
18
@@ -20,7 +24,11 @@ Releases prior to 1.2.0 did not have entries.
20
24
21
25
### Removed
22
26
23
- - Nothing.
27
+ - [ #89 ] ( https://github.com/zendframework/zenddiagnostics/pull/89 ) removes support for Guzzle versions 3 and 4 when using the
28
+ Guzzle HTTP checks. Guzzle 3 has been EOL for approximately 5 years, while version
29
+ 4 is incompatible with PHP versions 7.1 and 7.2 due to a syntax issue that only
30
+ those versions detect correctly. Since version 5 has been available for almost 4
31
+ years, users who are on older versions should upgrade.
24
32
25
33
### Fixed
26
34
You can’t perform that action at this time.
0 commit comments