All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Types of changes:
Added
: for new features.Changed
: for changes in existing functionality.Deprecated
: for soon-to-be removed features.Removed
: for now removed features.Fixed
: for any bug fixes.Security
: in case of vulnerabilities.
3.0.1 - 2022-12-18
- Fixed CI.
3.0.0 - 2022-12-18
- Require php >= 8.1.
2.1.0 - 2022-11-11
- Skip middleware if request option key is not set.
2.0.0 - 2022-11-05
- Added a matrix CI pipeline to test with php 8.0, 8.1 and 8.2, each with lowest and highest package requirements.
- 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.
- Pushed minimum version for carbon to support php 8.2 with lowest requirements.
1.1.1 - 2022-11-05
- Updated README.md with basic information about the package and it's usage.
1.1.0 - 2022-11-05
- Loosen up php and dependency version constraints to allow a broader usage of this package.
1.0.1 - 2022-11-05
- Added initial CI/CD setup.
1.0.0 - 2022-11-05
- Initial version of the
poor-plebs/guzzle-retry-after-middleware
.