Releases: Poor-Plebs/guzzle-retry-after-middleware
Releases · Poor-Plebs/guzzle-retry-after-middleware
3.1.0
3.0.1
3.0.0
2.1.0
2.0.0
Added
- Added a matrix CI pipeline to test with php 8.0, 8.1 and 8.2, each with lowest
and highest package requirements.
Changed
- Changed the way the cache key is provided to the middleware. Instead of once
on setup, the key is set on the request options either on client instantiation
or on per request basis.
Fixed
- Pushed minimum version for carbon to support php 8.2 with lowest requirements.