Skip to content

Bump drf-spectacular from 0.17.2 to 0.18.0#57

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 26, 2021

Bumps drf-spectacular from 0.17.2 to 0.18.0.

Changelog

Sourced from drf-spectacular's changelog.

0.18.0 (2021-08-25)

  • prevent exception and warn when ReadOnlyField is used with non-ModelSerializer [#432](https://github.com/tfranzel/drf-spectacular/issues/432) <https://github.com/tfranzel/drf-spectacular/issues/432>_
  • allow raw JS in Swagger settings [#457](https://github.com/tfranzel/drf-spectacular/issues/457) <https://github.com/tfranzel/drf-spectacular/issues/457>_
  • add support for check framework [#477](https://github.com/tfranzel/drf-spectacular/issues/477) <https://github.com/tfranzel/drf-spectacular/issues/477>_
  • improve common FAQ @​action question [#399](https://github.com/tfranzel/drf-spectacular/issues/399) <https://github.com/tfranzel/drf-spectacular/issues/399>_
  • update @​extend_schema doc [#476](https://github.com/tfranzel/drf-spectacular/issues/476) <https://github.com/tfranzel/drf-spectacular/issues/476>_
  • adapt to changes in iMerica/dj-rest-auth 2.1.10 (ResendEmailVerification)
  • add raw schema to @​extend_schema(request={MIME: RAW}) [#476](https://github.com/tfranzel/drf-spectacular/issues/476) <https://github.com/tfranzel/drf-spectacular/issues/476>_
  • bugfix test case for 3.6 [#474](https://github.com/tfranzel/drf-spectacular/issues/474) <https://github.com/tfranzel/drf-spectacular/issues/474>_
  • bugfix header underscore handling for simplejwt [#474](https://github.com/tfranzel/drf-spectacular/issues/474) <https://github.com/tfranzel/drf-spectacular/issues/474>_
  • properly parse TokenMatchesOASRequirements (oauth toolkit) [#469](https://github.com/tfranzel/drf-spectacular/issues/469) <https://github.com/tfranzel/drf-spectacular/issues/469>_
  • add whitelist setting to manage auth method exposure [#326](https://github.com/tfranzel/drf-spectacular/issues/326) <https://github.com/tfranzel/drf-spectacular/issues/326>_ [#471](https://github.com/tfranzel/drf-spectacular/issues/471) <https://github.com/tfranzel/drf-spectacular/issues/471>_
  • Update set_password instead of list [Greg Campion]
  • Update documentation to illustrate how to override a specific method [Greg Campion]

Breaking changes / important additions:

  • This is a y-stream release because we added Django checks <https://docs.djangoproject.com/en/3.2/topics/checks/>_ which might emit warnings and subsequently break CI. This can be easily suppressed with Django's SILENCED_SYSTEM_CHECKS.
  • Several small fixes and features that should not have a big impact.

0.17.3 (2021-07-26)

  • port custom "Bearer" bugfix/workaround to simplejwt [#467](https://github.com/tfranzel/drf-spectacular/issues/467) <https://github.com/tfranzel/drf-spectacular/issues/467>_
  • add setting for listing/paginating/filtering on non-2XX [#402](https://github.com/tfranzel/drf-spectacular/issues/402) <https://github.com/tfranzel/drf-spectacular/issues/402>_ [#277](https://github.com/tfranzel/drf-spectacular/issues/277) <https://github.com/tfranzel/drf-spectacular/issues/277>_
  • fix Typo [Eunsub LEE]
  • nit typofix [adamsteele-city]
  • Add a few return type annotations [Nikhil Benesch]
  • add django-filter queryset annotation and extend_schema_field support
  • account for functools.partial wrapped type hints [#451](https://github.com/tfranzel/drf-spectacular/issues/451) <https://github.com/tfranzel/drf-spectacular/issues/451>_
  • Update swagger_ui.js [Jordan Facibene]
  • Update customization.rst to fix example typo [Atsuo Shiraki]
  • update swagger-ui version
  • add oauth2 config for swagger ui [#438](https://github.com/tfranzel/drf-spectacular/issues/438) <https://github.com/tfranzel/drf-spectacular/issues/438>_

Breaking changes / important additions:

  • Just a few bugfixes and some small features with minimal impact on existing 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 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.18.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.18.0)

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

dependabot bot commented on behalf of github Sep 1, 2021

Superseded by #61.

@dependabot dependabot bot closed this Sep 1, 2021
@dependabot dependabot bot deleted the dependabot/pip/dev/drf-spectacular-0.18.0 branch September 1, 2021 05:04
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