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.13.2 to 0.14.0 #29

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps drf-spectacular from 0.13.2 to 0.14.0.

Changelog

Sourced from drf-spectacular's changelog.

0.14.0 (2021-03-09)

  • Fixed bug with cached_property non-Model objects not being traversed [Luke Plant]
  • Fixed issue [#314](https://github.com/tfranzel/drf-spectacular/issues/314) <https://github.com/tfranzel/drf-spectacular/issues/314>_ - include information about view/serializer in warnings. [Luke Plant]
  • bugfix forward/reverse model traversal [#323](https://github.com/tfranzel/drf-spectacular/issues/323) <https://github.com/tfranzel/drf-spectacular/issues/323>_
  • fix nested serializer detection & smarter metadata extraction [#319](https://github.com/tfranzel/drf-spectacular/issues/319) <https://github.com/tfranzel/drf-spectacular/issues/319>_
  • add drf-yasg compatibility feature 'swagger_fake_view' [#321](https://github.com/tfranzel/drf-spectacular/issues/321) <https://github.com/tfranzel/drf-spectacular/issues/321>_
  • fix django-filter through model edge case & catch exceptions [#320](https://github.com/tfranzel/drf-spectacular/issues/320) <https://github.com/tfranzel/drf-spectacular/issues/320>_
  • refactor/bugfix PATCH & Serializer(partial=True) behaviour.
  • bugfix django-filter custom filter class resolution [#317](https://github.com/tfranzel/drf-spectacular/issues/317) <https://github.com/tfranzel/drf-spectacular/issues/317>_
  • bugfix django-filter for Django 2.2 AutoField
  • improved/restructured resolution priority in django-filter extension [#317](https://github.com/tfranzel/drf-spectacular/issues/317) <https://github.com/tfranzel/drf-spectacular/issues/317>_ [#234](https://github.com/tfranzel/drf-spectacular/issues/234) <https://github.com/tfranzel/drf-spectacular/issues/234>_
  • handle Decimals for YAML [#316](https://github.com/tfranzel/drf-spectacular/issues/316) <https://github.com/tfranzel/drf-spectacular/issues/316>_
  • remove deprecated django-filter backend solution
  • update swagger-ui version
  • bugfix [] case and lint [#312](https://github.com/tfranzel/drf-spectacular/issues/312) <https://github.com/tfranzel/drf-spectacular/issues/312>_
  • discriminate None and typing.Any usage [#315](https://github.com/tfranzel/drf-spectacular/issues/315) <https://github.com/tfranzel/drf-spectacular/issues/315>_
  • fix multi-step source relation field resolution, again. [#274](https://github.com/tfranzel/drf-spectacular/issues/274) <https://github.com/tfranzel/drf-spectacular/issues/274>_ [#296](https://github.com/tfranzel/drf-spectacular/issues/296) <https://github.com/tfranzel/drf-spectacular/issues/296>_
  • Add any type for OpenApiTypes [André da Silva]
  • improve Extension usage documentation [#307](https://github.com/tfranzel/drf-spectacular/issues/307) <https://github.com/tfranzel/drf-spectacular/issues/307>_
  • restructure request body for extend_schema [#266](https://github.com/tfranzel/drf-spectacular/issues/266) <https://github.com/tfranzel/drf-spectacular/issues/266>_ [#279](https://github.com/tfranzel/drf-spectacular/issues/279) <https://github.com/tfranzel/drf-spectacular/issues/279>_
  • bugfix multipart boundary showing up in Accept header
  • bugfix: use get_parsers() and get_renderers() [#266](https://github.com/tfranzel/drf-spectacular/issues/266) <https://github.com/tfranzel/drf-spectacular/issues/266>_
  • Fix for better support of PEP 563 compatible annotations. [Luke Plant]
  • Add document authentication [gongul]
  • Do not override query params [Fabricio Aguiar]
  • New setting for enabling/disabling error/warn messages [Fabricio Aguiar]
  • bugfix response headers without body [#297](https://github.com/tfranzel/drf-spectacular/issues/297) <https://github.com/tfranzel/drf-spectacular/issues/297>_
  • issue [#296](https://github.com/tfranzel/drf-spectacular/issues/296) <https://github.com/tfranzel/drf-spectacular/issues/296>_ [Luis Saavedra]
  • ✨ Fixes [#283](https://github.com/tfranzel/drf-spectacular/issues/283) <https://github.com/tfranzel/drf-spectacular/issues/283>_ -- implement response header parameters [Sergei Maertens]
  • ✅ Added feature test for response headers [Sergei Maertens]
  • robustify django-filter enum sorting [#295](https://github.com/tfranzel/drf-spectacular/issues/295) <https://github.com/tfranzel/drf-spectacular/issues/295>_

Breaking changes / important additions:

  • drf-spectacular's custom DjangoFilterBackend removed after previous deprecation. Just use the original class again.
  • django-filter extension received a significant refactoring so your schema may have several changes, hopefully positive ones.
  • Added response headers feature
  • Extended @extend_schema(request=X), where X may now also be a Dict[content_type, serializer_etc]
  • Updated Swagger UI version
  • Fixed several model traveral issues that may lead to PK changes in the schema
  • Added drf-yasg's swagger_fake_view
Commits
  • 4115ed4 version bump
  • 9ff71ce Merge pull request #329 from spookylukey/fix_cached_properties_support
  • a83ecc4 Merge pull request #327 from spookylukey/better_traceability_in_warnings_alt1
  • ccaf02c Fixed bug with cached_property non-Model objects not being traversed
  • 52b1c88 Fixed issue #314 - include information about view/serializer in warnings.
  • 6f12e8d bugfix forward/reverse model traversal #323
  • d8c416a fix nested serializer detection & smarter metadata extraction #319
  • 8c48c49 add drf-yasg compatibility feature 'swagger_fake_view' #321
  • 4cec67b fix django-filter through model edge case & catch exceptions #320
  • a4a5460 refactor/bugfix PATCH & Serializer(partial=True) behaviour.
  • Additional commits viewable in compare view

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 @github
Copy link
Author

dependabot bot commented on behalf of github Mar 15, 2021

The following labels could not be found: dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 5, 2021

Superseded by #43.

@dependabot dependabot bot closed this Apr 5, 2021
@dependabot dependabot bot deleted the dependabot/pip/drf-spectacular-0.14.0 branch April 5, 2021 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants