Skip to content

Releases: osteel/openapi-httpfoundation-testing

v0.14

04 Dec 11:04
48096d4

Choose a tag to compare

What's Changed

  • Fix cache support and refactor public API by @osteel in #57

Full Changelog: v0.13...v0.14

v0.13

01 Dec 15:29
d7d07fd

Choose a tag to compare

What's Changed

  • Symfony 8 support by @osteel in #55
  • Fix reference resolution for YAML and JSON strings by @osteel in #54

Full Changelog: v0.12...v0.13

v0.12

07 Nov 17:06

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11...v0.12

v0.11

12 Jan 15:37
978cfc7

Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v0.11

v0.10.2

29 Nov 16:11
6011952

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.1...v0.10.2

v0.10.1

21 Jun 17:12
09eca4e

Choose a tag to compare

What's Changed

  • Support for older dependency versions by @osteel in #36

Full Changelog: v0.10...v0.10.1

v0.10

19 Jun 15:32
7716190

Choose a tag to compare

What's Changed

Breaking changes

  • Dropped support for PHP 7.4 (8.0 is now the minimum required)
  • Renamed Adapters\AdapterInterface for Adapters\MessageAdapterInterface
  • Renamed ValidatorBuilder@setAdapter for ValidatorBuilder@setMessageAdapter
  • Adapters\MessageAdapterInterface@convert now returns ResponseInterface|ServerRequestInterface instead of MessageInterface
  • OpenAPI PSR-7 Message Validator has changed InvalidBody exception messages in 0.20

Full Changelog: v0.9...v0.10

v0.9

23 Mar 17:37
f3d16f2

Choose a tag to compare

What's Changed

Breaking changes

  • Drops support for PHP 7.2

Full Changelog: v0.8...v0.9

v0.8

01 Feb 19:27
718cd0c

Choose a tag to compare

What's Changed

  • PHP 8.2 support by @osteel in #22
  • Speed up validator build by avoiding is_file() by @paul-m in #23

New Contributors

Full Changelog: v0.7.2...v0.7.3

v0.7.2

01 Jul 16:14
f0fc193

Choose a tag to compare

What's Changed

  • Improved compatibility testing by @osteel in #19
  • Improved exception content (invalid field) by @osteel in #21

Full Changelog: v0.7.1...v0.7.2