v2.2
版本发布时间: 2018-06-07 02:23:55
caseyamcl/guzzle_retry_middleware最新发布版本:v2.11.0(2024-09-17 03:04:08)
Added
- Added
expose_retry_header
andretry_header
options for debugging purposes (thanks, @coudenysj) - Travis CI now tests PHP v7.2
Changed
- Allow newer versions of PHPUnit in
composer.json
(match Guzzle composer.json PHPUnit requirements)
Fixed
- Refactored data provider method name in PHPUnit test (
testRetryOccursWhenStatusCodeMatchesProvider
→providerForRetryOccursWhenStatusCodeMatches
) - Use PHPUnit new namespaced class name
- Fix
phpunit.xml.dist
specification so that PHPUnit no longer emits warnings - Travis CI should use lowest library versions on lowest supported version of PHP (v5.5, not 5.6)
Removed
-
hhvm
tests in Travis CI; they were causing builds to fail