Releases: nijens/openapi-bundle
Releases · nijens/openapi-bundle
1.2.2
Fixed
- Creating a serialization context when referencing a combined object schema containing an
allOf
item without a type
property. (#58)
1.2.1
Fixed
- Creating a serialization context when referencing a combined schema object. (#57)
1.2.0
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
Added
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
Fixed
- Missing files in the version 1.0.0 release archive downloaded from GitHub. (#44)
1.0.0
⚠️ 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
Fixed
- Reverted listener priority of
JsonResponseExceptionSubscriber
back to 0
. (#30) Contributed by @beau-ottens
0.4.0
Added
- Validation of
nullable
property. (#29)
Changed
- Remove the
RouteCollection
implementation, improving bundle performance. (#20) Contributed by @hansgoed
0.3.1
Fixed
- Controller class deprecation. (#18) Contributed by @remcowesterduin