Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump drf-spectacular from 0.11.1 to 0.12.0 #6734

Merged
merged 1 commit into from
Dec 22, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 21, 2020

Bumps drf-spectacular from 0.11.1 to 0.12.0.

Changelog

Sourced from drf-spectacular's changelog.

0.12.0 (2020-12-19)

  • add exclusion for discovered parameters [#212](https://github.com/tfranzel/drf-spectacular/issues/212) <https://github.com/tfranzel/drf-spectacular/issues/212>_
  • bugfix incorrect collision warning [#233](https://github.com/tfranzel/drf-spectacular/issues/233) <https://github.com/tfranzel/drf-spectacular/issues/233>_
  • introduce filter extensions [#234](https://github.com/tfranzel/drf-spectacular/issues/234) <https://github.com/tfranzel/drf-spectacular/issues/234>_
  • revert Swagger UI view to single request and alternative [#211](https://github.com/tfranzel/drf-spectacular/issues/211) <https://github.com/tfranzel/drf-spectacular/issues/211>_ [#173](https://github.com/tfranzel/drf-spectacular/issues/173) <https://github.com/tfranzel/drf-spectacular/issues/173>_
  • bugfix Simple JWT token refresh [#232](https://github.com/tfranzel/drf-spectacular/issues/232) <https://github.com/tfranzel/drf-spectacular/issues/232>_
  • bugfix simple JWT serializer schema [#232](https://github.com/tfranzel/drf-spectacular/issues/232) <https://github.com/tfranzel/drf-spectacular/issues/232>_
  • Fix enum postprocessor to allow 0 as possible value [Vikas]
  • bugfix/restore optional default parameter value [#226](https://github.com/tfranzel/drf-spectacular/issues/226) <https://github.com/tfranzel/drf-spectacular/issues/226>_
  • Include QuerySerializer in documentation [KimSoungRyoul]
  • support OAS3.0 ExampleObject to @extend_schema & @extend_schema_serializer [#115](https://github.com/tfranzel/drf-spectacular/issues/115) <https://github.com/tfranzel/drf-spectacular/issues/115>_ [KimSoungRyoul]
  • add explicit double and int32 types. [#214](https://github.com/tfranzel/drf-spectacular/issues/214) <https://github.com/tfranzel/drf-spectacular/issues/214>_
  • added type extension for int64 format support [Peter Dreuw]
  • fix TokenAuthentication handling of keyword [#205](https://github.com/tfranzel/drf-spectacular/issues/205) <https://github.com/tfranzel/drf-spectacular/issues/205>_
  • Allow callable limit_value in schema [Serkan Hosca]
  • @extend_schema responses param now accepts tuples with media type [#201](https://github.com/tfranzel/drf-spectacular/issues/201) <https://github.com/tfranzel/drf-spectacular/issues/201>_
  • bugfix List hint extraction with non-basic sub types [#207](https://github.com/tfranzel/drf-spectacular/issues/207) <https://github.com/tfranzel/drf-spectacular/issues/207>_

Breaking changes:

  • reverted back to 0.10.0 Swagger UI behavior as default. Users relying on stricter CSP should use SpectacularSwaggerSplitView
  • tokenAuth slightly changed to properly model correct Authorization header
  • a lot of minor improvements that may slightly alter the schema
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 21, 2020
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Dec 21, 2020
@afabiani afabiani added this to the 3.2 milestone Dec 22, 2020
@dependabot dependabot bot force-pushed the dependabot/pip/drf-spectacular-0.12.0 branch 2 times, most recently from 7c02284 to a10e35f Compare December 22, 2020 09:06
@dependabot dependabot bot force-pushed the dependabot/pip/drf-spectacular-0.12.0 branch from a10e35f to 780878d Compare December 22, 2020 09:08
@afabiani afabiani merged commit b15e3c4 into master Dec 22, 2020
@dependabot dependabot bot deleted the dependabot/pip/drf-spectacular-0.12.0 branch December 22, 2020 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant