Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Tags: zendframework/zend-diagnostics

Tags

v1.6.0

Toggle v1.6.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
michalbundyra Michał Bundyra
zend-diagnostics 1.6.0

Added
-----

- [#101](#101) adds compatibility with symfony/yaml `^5.0`.

- [#101](#101) adds compatibility with sensiolabs/security-checker `^6.0`.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.

v1.5.0

Toggle v1.5.0's commit message
zend-diagnostics 1.5.0

Added
-----

- [#97](#97) adds support for doctrine/migrations v2 releases.

- [#96](#96) adds support for PHP 7.3.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.

v1.4.0

Toggle v1.4.0's commit message
zend-diagnostics 1.4.0

Added
-----

- Nothing.

Changed
-------

- [#95](#95) changes the minimum supported version of sensiolabs/security-checker from 1.3 to 5.0.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.

v1.3.1

Toggle v1.3.1's commit message
zend-diagnostics 1.3.1

Added
-----

- Nothing.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#94](#94) updates the
  `AbstractResult::$message` property to default to an empty string instead of
  `null`. Since both `ResultInterface` and `AbstractResult` document that the
  return type for `getMessage()` is a string, and all reporters expect a string,
  this ensures type safety for the method.

v1.3.0

Toggle v1.3.0's commit message
zend-diagnostics 1.3.0

Added
-----

- [#93](#93) adds compatibility for apcu

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.

v1.2.0

Toggle v1.2.0's commit message
zend-diagnostics 1.2.0

Added
-----

- [#88](#88) adds a new `Memcached` diagnostic check.

- [#89](#89) adds full documentation at https://docs.zendframework.com/zend-diagnostics

- [#89](#89) adds support for Guzzle 6. While support was previously
  added, it included syntax that emitted deprecation notices; it now
  correctly uses the Guzzle HTTP client.

Changed
-------

- [#90](#90) modifies what types are allowed for the `GuzzleHttpService` initial constructor
  argument. Previously, it only allowed a URL; it now allow any valid request instance the Guzzle client
  can accept. This change allows you to craft a custom request to send.

- [#90](#90) modifies the behavior of `GuzzleHttpService` slightly in relation to how
  it handles its `$body` argument. It now allows stream instances, any object implementing `__toString()`,
  any iterator objects, any `JsonSerializable` objects, and strings and arrays. In the latter case, it
  checks to see if the request `Content-Type` is JSON, casting the value to JSON if so, and otherwise
  serializing it as form-encoded data.

Deprecated
----------

- Nothing.

Removed
-------

- [#89](#89) removes support for Guzzle versions 3 and 4 when using the
  Guzzle HTTP checks. Guzzle 3 has been EOL for approximately 5 years, while version
  4 is incompatible with PHP versions 7.1 and 7.2 due to a syntax issue that only
  those versions detect correctly. Since version 5 has been available for almost 4
  years, users who are on older versions should upgrade.

Fixed
-----

- [#92](#92) fixes how the `ProcessRunning` diagnostic works when given
  a process name, but the current window is too small to display it (a problem
  that only occurs on some operating systems).

- [#80](#80) fixes how the `MongoDB\Client` instance is created when using ext-mongodb + mongodb/mongodb,
  ensuring it uses the provided connection URI.

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #83 from zendframework/php7_2_fix

fix PHP 7.2 issue and update the build matrix

v1.0.9

Toggle v1.0.9's commit message
Merge pull request #69 from rstgroup/middleware

Add info about PSR-7 middleware to readme.

v1.0.8

Toggle v1.0.8's commit message
Merge pull request #63 from easybiblabs/t/guzzle-6-compat

guzzle 6 compatibility

v1.0.7

Toggle v1.0.7's commit message
Merge pull request #64 from zendframework/rabbitmq-test-fix

fix RabbitMQ test