Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 11, 2021

Bumps drf-spectacular from 0.17.2 to 0.21.0.

Changelog

Sourced from drf-spectacular's changelog.

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>_
  • add blueprint (closes [#448](https://github.com/tfranzel/drf-spectacular/issues/448) <https://github.com/tfranzel/drf-spectacular/issues/448>_), fix test misnomer
  • non-blank string enforcement for parameters [#282](https://github.com/tfranzel/drf-spectacular/issues/282) <https://github.com/tfranzel/drf-spectacular/issues/282>_
  • add setting ENFORCE_NON_BLANK_FIELDS to enable blank checks [#186](https://github.com/tfranzel/drf-spectacular/issues/186) <https://github.com/tfranzel/drf-spectacular/issues/186>_

Breaking changes / important additions:

  • Fixed two more decorator isolation issues.
  • Added Swagger UI plugin to handle reloading the schema on authentication changes ('SERVE_PUBLIC': False).
  • Added minLength where a blank value is not allowed. Apart the the dedicated setting, it is implicitly enabled by COMPONENT_SPLIT_REQUEST.
  • Several other small fixes and additional settings for corner cases. This is mainly a y-steam release due to the potential impact on the Swagger UI and minLength changes.

0.20.2 (2021-10-15)

  • add setting for manual path prefix: SCHEMA_PATH_PREFIX_INSERT [#567](https://github.com/tfranzel/drf-spectacular/issues/567) <https://github.com/tfranzel/drf-spectacular/issues/567>_
  • improve type hint for @​extend_schema_field [#569](https://github.com/tfranzel/drf-spectacular/issues/569) <https://github.com/tfranzel/drf-spectacular/issues/569>_
  • bugfix COMPONENT_SPLIT_REQUEST for empty req/resp serializers [#572](https://github.com/tfranzel/drf-spectacular/issues/572) <https://github.com/tfranzel/drf-spectacular/issues/572>_
  • Make it cleared that ENUM_NAME_OVERRIDES is a key within SPECTACULAR_SETTINGS [johnthagen]
  • Improve formatting in customization docs [johnthagen]
  • bugfix @​extend_schema_view on @​api_view [#554](https://github.com/tfranzel/drf-spectacular/issues/554) <https://github.com/tfranzel/drf-spectacular/issues/554>_
  • bugfix isolation for @​extend_schema/@​extend_schema_view reorg [#554](https://github.com/tfranzel/drf-spectacular/issues/554) <https://github.com/tfranzel/drf-spectacular/issues/554>_
  • Fix inheritance bugs with @​extend_schema_view(). [Nick Pope]
  • Allow methods in @​extend_schema to be case insensitive. [Nick Pope]
  • Added a documentation blueprint for RapiDoc. [Nick Pope]
  • Tidy templates for documentation views. [Nick Pope]
  • Use latest version for CDN packages. [Nick Pope]

Breaking changes / important additions:

  • Mainly a bugfix release that solves several longstanding issues with @extend_schema_view/@extend_schema

... (truncated)

Commits
  • 03d315c version bump
  • e793dca add renderer & parser whitelist setting #598
  • af1cccd catch attr exception for invalid SerializerMethodField #592
  • 36b970e add regression test for catch-all status codes #573
  • 1839303 bugfix OpenApiResponse without description argument #591
  • 62877a9 Merge pull request #552 from tfranzel/swagger_non_public
  • 7fd64d3 introduce direction literal / import consolidation #582
  • 94b437a mitigate CORS issues for external requests in Swagger UI #588
  • 01ea966 Swagger UI authorized schema retrieval #342 #458
  • 56d720d Merge pull request #583 from johnthagen/patch-2
  • 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 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.0.
- [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.0)

---
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 Nov 11, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 20, 2021

Superseded by #27.

@dependabot dependabot bot closed this Dec 20, 2021
@dependabot dependabot bot deleted the dependabot/pip/drf-spectacular-0.21.0 branch December 20, 2021 14:23
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