Skip to content

Releases: nijens/openapi-bundle

1.2.3

27 May 20:39
72193ed
Compare
Choose a tag to compare

Added


Full Changelog: 1.2.2...1.2.3

1.2.2

23 Sep 14:43
df6fd87
Compare
Choose a tag to compare

Fixed

  • Creating a serialization context when referencing a combined object schema containing an allOf item without a type property. (#58)

1.2.1

21 Sep 12:30
4a33f22
Compare
Choose a tag to compare

Fixed

  • Creating a serialization context when referencing a combined schema object. (#57)

1.2.0

31 Jul 20:42
940e252
Compare
Choose a tag to compare

Added

  • OpenAPI-based serialization context creation for the Symfony Serializer. (#52, #53)

Fixed

  • Validation of the content-type request header with charset or boundary directives. (#50)

1.1.0

25 Jul 21:26
eb077a9
Compare
Choose a tag to compare

Added

  • PHP 8.x support. (#46)

Removed

  • PHP 7.1 support. (#48)
  • Symfony 3.4 support. (#48)

Fixed

  • Throwable error resulting in a type error in the JsonResponseExceptionSubscriber. (#48) Contributed by @kiettran

1.0.1

20 Sep 11:14
84fbf8c
Compare
Choose a tag to compare

Fixed

  • Missing files in the version 1.0.0 release archive downloaded from GitHub. (#44)

1.0.0

06 Sep 17:22
8ae3b3d
Compare
Choose a tag to compare

⚠️ The release archive of this version does not include all the files. Please use version 1.0.1 or later.

Added

Changed

  • Replaced the abandoned league/json-reference package dependency with a JSON dereferencing implementation within the bundle. (#35)

Fixed

  • Compatibility of the CatchAllController with Symfony 3.4. (#33)

0.4.1

17 Jun 12:14
4183553
Compare
Choose a tag to compare

Fixed

  • Reverted listener priority of JsonResponseExceptionSubscriber back to 0. (#30) Contributed by @beau-ottens

0.4.0

10 Jun 06:20
43bf44e
Compare
Choose a tag to compare

Added

  • Validation of nullable property. (#29)

Changed

  • Remove the RouteCollection implementation, improving bundle performance. (#20) Contributed by @hansgoed

0.3.1

05 Feb 10:50
Compare
Choose a tag to compare

Fixed

  • Controller class deprecation. (#18) Contributed by @remcowesterduin