Releases: osteel/openapi-httpfoundation-testing
Releases · osteel/openapi-httpfoundation-testing
v0.14
v0.13
v0.12
What's Changed
- Update README.md by @odolbeau in #42
- README fixes by @osteel in #43
- Updated rector and phpstan by @Ilyes512 in #47
- Fix phpcs deprecation warning by @Ilyes512 in #48
- Run CI against PHP 8.4 by @osteel in #50
- Update dependencies by @osteel in #51
- Add support for URLs to OpenAPI definitions by @osteel in #52
New Contributors
Full Changelog: v0.11...v0.12
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\AdapterInterfaceforAdapters\MessageAdapterInterface - Renamed
ValidatorBuilder@setAdapterforValidatorBuilder@setMessageAdapter Adapters\MessageAdapterInterface@convertnow returnsResponseInterface|ServerRequestInterfaceinstead ofMessageInterface- OpenAPI PSR-7 Message Validator has changed
InvalidBodyexception messages in 0.20
Full Changelog: v0.9...v0.10