Releases: osteel/openapi-httpfoundation-testing
Releases · osteel/openapi-httpfoundation-testing
v0.11
What's Changed
- Fix deprecation issues for PHP CS Fixer by @ttomdewit in #38
- Add PHP 8.3 to testing matrix by @ttomdewit in #39
- Dependency bumps by @osteel in #40
Full Changelog: v0.10.2...v0.11
v0.10.2
What's Changed
- Add Symfony 7 support by @ttomdewit in #37
New Contributors
- @ttomdewit made their first contribution in #37
Full Changelog: v0.10.1...v0.10.2
v0.10.1
v0.10
What's Changed
- Drop support for PHP 7 by @osteel in #29
- Dependency bump by @osteel in #30
- PHP CS Fixer by @osteel in #31
- Cache support by @osteel in #33
- PHPStan by @osteel in #34
Breaking changes
- Dropped support for PHP 7.4 (8.0 is now the minimum required)
- Renamed
Adapters\AdapterInterface
forAdapters\MessageAdapterInterface
- Renamed
ValidatorBuilder@setAdapter
forValidatorBuilder@setMessageAdapter
Adapters\MessageAdapterInterface@convert
now returnsResponseInterface|ServerRequestInterface
instead ofMessageInterface
- OpenAPI PSR-7 Message Validator has changed
InvalidBody
exception messages in 0.20
Full Changelog: v0.9...v0.10
v0.9
v0.8
v0.7.2
v0.7.1
What's Changed
- Dependency Update - league/openapi-psr7-validator to 0.17 by @johnathanmdell in #16
New Contributors
- @johnathanmdell made their first contribution in #16
Full Changelog: v0.7...v0.7.1