Skip to content

Bump drf-spectacular from 0.27.0 to 0.27.1

HIFIS Bot requested to merge dependabot/pip/drf-spectacular-0.27.1 into master

Bumps drf-spectacular from 0.27.0 to 0.27.1.

Release notes

Sourced from drf-spectacular's releases.

0.27.1

Important notes

  • Fixed some OAS 3.1 corner cases and added support for Webhooks (3.1) in addition to existing Callbacks

PRs

New Contributors

Full Changelog: https://github.com/tfranzel/drf-spectacular/compare/0.27.0...0.27.1

Changelog

Sourced from drf-spectacular's changelog.

0.27.1 (2024-01-18)

  • differentiate test cases for 3.1 null cases [#1139](https://github.com/tfranzel/drf-spectacular/issues/1139) <https://github.com/tfranzel/drf-spectacular/issues/1139>_
  • add enum suffix setting [Jonny Beaumont]
  • Fix handling of metadata when using OAS 3.1 [Viicos]
  • Provide all fixed field names for the components object [Sergei Maertens]
  • coerse Decimal to float format explicitly [#1134](https://github.com/tfranzel/drf-spectacular/issues/1134) <https://github.com/tfranzel/drf-spectacular/issues/1134>_
  • bugfix test [#1133](https://github.com/tfranzel/drf-spectacular/issues/1133) <https://github.com/tfranzel/drf-spectacular/issues/1133>_
  • add OAS 3.1 null translation case [#1133](https://github.com/tfranzel/drf-spectacular/issues/1133) <https://github.com/tfranzel/drf-spectacular/issues/1133>_
  • Add OpenAPI 3.1 webhook support [Federico Bond]
  • add OAS 3.1 null case

Breaking changes / important additions:

  • Fixed some OAS 3.1 corner cases and added support for Webhooks (3.1) in addition to existing Callbacks
Commits
  • db414d6 version bump
  • d52c9f3 Merge pull request #1135 from federicobond/webhooks
  • dbddbc3 remove type again because it is too cumbersome
  • 25aacb7 Default WEBHOOKS setting to an empty list
  • 0e628a3 Add documentation for OpenApiWebhook
  • 50c15e7 Remove webhooks parameter from SchemaGenerator and pass settings directly
  • eb60530 Move process_webhooks function to plumbing module
  • 79c3432 Load webhooks from settings as import paths
  • aeca119 Merge branch 'pr1139'
  • 691ac46 differentiate test cases for 3.1 null cases #1139
  • Additional commits viewable in compare view

Merge request reports