Skip to content

Bump drf-spectacular from 0.17.2 to 0.20.2#82

Closed
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/dev/drf-spectacular-0.20.2
Closed

Bump drf-spectacular from 0.17.2 to 0.20.2#82
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/pip/dev/drf-spectacular-0.20.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 18, 2021

Bumps drf-spectacular from 0.17.2 to 0.20.2.

Changelog

Sourced from drf-spectacular's changelog.

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 annotation isolation. There should be no more side effects from arbitrarily mixing and matching the decorators.
  • Improved handling of completely empty serializers with COMPONENT_SPLIT_REQUEST.

0.20.1 (2021-10-03)

  • move swagger CDN to jsdelivr (unpkg has been flaky)
  • bugfix wrong DIST setting in Redoc [#546](https://github.com/tfranzel/drf-spectacular/issues/546) <https://github.com/tfranzel/drf-spectacular/issues/546>_
  • Allow paginated_name customization [Georgy Komarov]

Breaking changes / important additions:

  • Hotfix release due to regression in the Redoc template

0.20.0 (2021-10-01)

  • Add support for specification extensions. [Nick Pope]
  • add example injection for (discovered) parameters [#414](https://github.com/tfranzel/drf-spectacular/issues/414) <https://github.com/tfranzel/drf-spectacular/issues/414>_
  • Fix crash with read-only polymorphic sub-serializer. [Nick Pope]
  • Add arbitrarily deep ListSerializer nesting [#539](https://github.com/tfranzel/drf-spectacular/issues/539) <https://github.com/tfranzel/drf-spectacular/issues/539>_
  • tighten serializer assumptions [#539](https://github.com/tfranzel/drf-spectacular/issues/539) <https://github.com/tfranzel/drf-spectacular/issues/539>_
  • fix whitespace stripping on methods
  • Rename AutoSchema._map_field_validators().insert_field_validators(). [Nick Pope]
  • Rename AutoSchema._map_min_max().insert_min_max(). [Nick Pope]
  • Fix detection of int64 from min/max values. [Nick Pope]
  • Fix zero handling in _map_min_max(). [Nick Pope]
  • Add support for introspection of nested validators. [Nick Pope]
  • Fix invalid schemas caused by validator introspection. [Nick Pope]

... (truncated)

Commits
  • 552000d version bump
  • 0fff18a add setting for manual path prefix: SCHEMA_PATH_PREFIX_INSERT #567
  • 5104ef6 improve type hint for @​extend_schema_field #569
  • 52e8250 bugfix COMPONENT_SPLIT_REQUEST for empty req/resp serializers #572
  • a058cb8 Merge pull request #571 from johnthagen/patch-1
  • ac0d0ca Make it cleared that ENUM_NAME_OVERRIDES is a key within SPECTACULAR_SETTINGS
  • 9ab8d44 Merge pull request #566 from johnthagen/patch-1
  • a342d9c Fix formatting for RST
  • 9e65bce Improve formatting in customization docs
  • 37fff30 Merge branch 'pr554'
  • 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.20.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.20.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 18, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 11, 2021

Superseded by #88.

@dependabot dependabot bot closed this Nov 11, 2021
@dependabot dependabot bot deleted the dependabot/pip/dev/drf-spectacular-0.20.2 branch November 11, 2021 05:05
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants