[1.1.0] - 2024-05-22
Added
- Added issue and pull request templates.
- Added
backward-compatibility.md
- a backward compatibility promise. - Added a Contributor Code of Conduct, CODE_OF_CONDUCT.md.
- Added a CONTRIBUTING file with information for contributing to the project.
- Added SECURITY.md
Changed
- Updated header docblock for each file to be more compact.
- Updated PHP-CS-Fixer configuration with new coding style rules; updated source files with these changes.
- Updated
phpunit.xml
with the new 11.1 schema/options. - Replace
BeeCeptor
andHTTPBinGo
withMocko
- Requires installing Mocko standalone. Also see the Unit Tests section of the README.
- Replaces the composer section of the workflows with
ramsey/composer-install
. - Updated the
retryDecider
andretryDelay
functions.- Added new tests/modified existing for these changes.
Pull Requests
- Configure Renovate by @renovate in #1
- Update dependency phpunit/phpunit to v11.1.1 by @renovate in #6
- Update dependency friendsofphp/php-cs-fixer to v3.54.0 by @renovate in #8
- Update dependency symfony/cache to v7.0.7 by @renovate in #13
- Update dependency friendsofphp/php-cs-fixer to v3.56.1 by @renovate in #14
- Update dependency friendsofphp/php-cs-fixer to v3.57.2 by @renovate in #15
New Contributors
Full Changelog: v1.0.0...v1.1.0