Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 1, 2022

Bumps drf-spectacular from 0.17.2 to 0.21.2.

Changelog

Sourced from drf-spectacular's changelog.

0.21.2 (2022-02-01)

  • Add support for djangorestframework-dataclasses [Oxan van Leeuwen]
  • add version to schema for AcceptHeaderVersioning [#637](https://github.com/tfranzel/drf-spectacular/issues/637) <https://github.com/tfranzel/drf-spectacular/issues/637>_
  • FAQ for @​api_view [#635](https://github.com/tfranzel/drf-spectacular/issues/635) <https://github.com/tfranzel/drf-spectacular/issues/635>_
  • add extensions for dj_rest_auth's JWTCookieAuthentication [#626](https://github.com/tfranzel/drf-spectacular/issues/626) <https://github.com/tfranzel/drf-spectacular/issues/626>_

Breaking changes / important additions:

  • Some minor bugfixes and feature additions. Schemas using AcceptHeaderVersioning contain a small change.

0.21.1 (2021-12-20)

  • add root level extension setting [#619](https://github.com/tfranzel/drf-spectacular/issues/619) <https://github.com/tfranzel/drf-spectacular/issues/619>_
  • ease schema browser handling with "Content-Disposition" [#607](https://github.com/tfranzel/drf-spectacular/issues/607) <https://github.com/tfranzel/drf-spectacular/issues/607>_
  • custom settings per SpectacularAPIView instance [#365](https://github.com/tfranzel/drf-spectacular/issues/365) <https://github.com/tfranzel/drf-spectacular/issues/365>_
  • Support new X | Y union syntax in Python 3.10 (PEP 604) [Marti Raudsepp]
  • upstream release updates, compat test fix for jwt, consistency fix
  • add blueprint for django-auth-adfs [1110sillabo]
  • use is_list_serializer instead of isinstance() [Roman Sichnyi]
  • Fix schema generation for RecursiveField(many=True) [Roman Sichnyi]
  • enable clearing auth methods with empty list [#99](https://github.com/tfranzel/drf-spectacular/issues/99) <https://github.com/tfranzel/drf-spectacular/issues/99>_
  • Fix typos in the code example [Marcin Kurczewski]

Breaking changes / important additions:

  • Some minor bugfixes and small feature additions. No large schema changes are expected

0.21.0 (2021-11-10)

  • add renderer & parser whitelist setting [#598](https://github.com/tfranzel/drf-spectacular/issues/598) <https://github.com/tfranzel/drf-spectacular/issues/598>_
  • catch attr exception for invalid SerializerMethodField [#592](https://github.com/tfranzel/drf-spectacular/issues/592) <https://github.com/tfranzel/drf-spectacular/issues/592>_
  • add regression test for catch-all status codes [#573](https://github.com/tfranzel/drf-spectacular/issues/573) <https://github.com/tfranzel/drf-spectacular/issues/573>_
  • bugfix OpenApiResponse without description argument [#591](https://github.com/tfranzel/drf-spectacular/issues/591) <https://github.com/tfranzel/drf-spectacular/issues/591>_
  • introduce direction literal / import consolidation [#582](https://github.com/tfranzel/drf-spectacular/issues/582) <https://github.com/tfranzel/drf-spectacular/issues/582>_
  • mitigate CORS issues for external requests in Swagger UI [#588](https://github.com/tfranzel/drf-spectacular/issues/588) <https://github.com/tfranzel/drf-spectacular/issues/588>_
  • Swagger UI authorized schema retrieval [#342](https://github.com/tfranzel/drf-spectacular/issues/342) <https://github.com/tfranzel/drf-spectacular/issues/342>_ [#458](https://github.com/tfranzel/drf-spectacular/issues/458) <https://github.com/tfranzel/drf-spectacular/issues/458>_
  • remove cyclic import warning as fixes haves mitigated the issue. [#581](https://github.com/tfranzel/drf-spectacular/issues/581) <https://github.com/tfranzel/drf-spectacular/issues/581>_
  • bugfix: anchor parameter patterns with ^$
  • bugfix isolation of derivatives for @​extend_schema_serializer/@​extend_schema_field [#585](https://github.com/tfranzel/drf-spectacular/issues/585) <https://github.com/tfranzel/drf-spectacular/issues/585>_
  • add support for djangorestframework-recursive [#586](https://github.com/tfranzel/drf-spectacular/issues/586) <https://github.com/tfranzel/drf-spectacular/issues/586>_
  • Add blueprint for drf-extra-fields Base64FileField [johnthagen]
  • Add note about extensions registering themselves [johnthagen]
  • Document alternative to drf-yasg swagger_schema_field [johnthagen]
  • allow to bypass list detection for filter discovery [#407](https://github.com/tfranzel/drf-spectacular/issues/407) <https://github.com/tfranzel/drf-spectacular/issues/407>_

... (truncated)

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [drf-spectacular](https://github.com/tfranzel/drf-spectacular) from 0.17.2 to 0.21.2.
- [Release notes](https://github.com/tfranzel/drf-spectacular/releases)
- [Changelog](https://github.com/tfranzel/drf-spectacular/blob/master/CHANGELOG.rst)
- [Commits](tfranzel/drf-spectacular@0.17.2...0.21.2)

---
updated-dependencies:
- dependency-name: drf-spectacular
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 21, 2022

Superseded by #36.

@dependabot dependabot bot closed this Mar 21, 2022
@dependabot dependabot bot deleted the dependabot/pip/drf-spectacular-0.21.2 branch March 21, 2022 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant