Skip to content

Releases: nijens/openapi-bundle

0.3.0

27 Nov 21:04
52cccb1
Compare
Choose a tag to compare

Added

  • Capability to override exception responses. (#13) Contributed by @davidcochrum
  • Support for loading OpenAPI specifications in YAML format. (#14) Contributed by @davidcochrum
  • RouteLoader resource change detection for development environments. (#15)

0.2.0

08 Nov 12:19
8f8c1fd
Compare
Choose a tag to compare

Added

  • A controller to catch all requests to paths with unavailable routes to both be able to improve error messages and triggering the Symfony's security access control on all API paths.
  • An exception subscriber to transform exception to readable JSON responses. With implementation to display additional information for the BadJsonRequestHttpException and InvalidRequestHttpException.

Changed

  • Improved differentiation between types of errors within the JsonRequestBodyValidationSubscriber.

0.1.0

29 Oct 08:10
30ef780
Compare
Choose a tag to compare

Initial release with route loading and JSON response body validation.