Skip to content

Releases: nijens/openapi-bundle

2.1.1

29 Jan 15:44
fcb1c19
Compare
Choose a tag to compare

Fixed

  • Prevent the Symfony Router from resolving %-characters in an OpenAPI document as service container parameters by @niels-nijens in #102
  • Referenced parameter resolving by @niels-nijens in #101

Full Changelog: 2.1.0...2.1.1

2.1.0

15 May 14:59
c09f5ae
Compare
Choose a tag to compare

Added

  • Feature to treat anyOf and oneOf union types as allOf when creating a serialization context with the SerializationContextBuilder by @niels-nijens in #93

Full Changelog: 2.0.0...2.1.0

2.0.0

10 Apr 08:42
0c282f5
Compare
Choose a tag to compare

Added

Removed


Full Changelog: 1.5.4...2.0.0

1.5.4

27 Mar 15:01
d4745f9
Compare
Choose a tag to compare

Fixed

  • JsonRequestBodyDeserializationSubscriber priority in combination with the RequestValidationSubscriber by @jvdhehvg in #89

Full Changelog: 1.5.3...1.5.4

1.5.3

22 Mar 14:11
2faf0f2
Compare
Choose a tag to compare

Fixed

  • Priority of RequestValidationSubscriber to give more priority to the firewall listeners of Symfony's security bundle by @niels-nijens in #86

⚠️ Please note: This might be a breaking change when your application depends on the listener priority of this bundle.


Full Changelog: 1.5.2...1.5.3

1.5.2

27 Oct 13:47
dbb62b9
Compare
Choose a tag to compare

Fixed

  • Symfony 6.x deprecations in preparation for Symfony 7.0 by @niels-nijens in #83

Full Changelog: 1.5.1...1.5.2

1.5.1

08 Sep 07:37
f9cf94e
Compare
Choose a tag to compare

Fixed

  • Priority of kernel exception subscribers to be able to process security exceptions by @niels-nijens in #82

Full Changelog: 1.5.0...1.5.1

1.5.0

12 Mar 12:45
33cfad4
Compare
Choose a tag to compare

Added

  • Improved validation component by @niels-nijens in #71
  • Improved validation of requests without required JSON properties by @niels-nijens in #71
  • Validation of allowed content types according to loaded OpenAPI document by @niels-nijens in #71
  • Validation of request parameters based on the OpenAPI document by @niels-nijens in #71

Deprecated


Full Changelog: 1.4.1...1.5.0

1.4.1

23 Aug 21:32
9a0e339
Compare
Choose a tag to compare

Fixed

  • Validation of constraints in reference objects within a JSON schema by @niels-nijens in #72

Full Changelog: 1.4.0...1.4.1

1.4.0

10 Jul 21:10
b7ca6ac
Compare
Choose a tag to compare

Added

  • Support for request body deserialization and accompanying controller argument resolving by @niels-nijens in #65

Full Changelog: 1.3.0...1.4.0