Skip to content

Bump drf-spectacular from 0.17.2 to 0.18.1#61

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

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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 1, 2021

Bumps drf-spectacular from 0.17.2 to 0.18.1.

Changelog

Sourced from drf-spectacular's changelog.

0.18.1 (2021-08-31)

  • Improved docs regarding how ENUM_NAME_OVERRIDES works [Luke Plant]
  • bugfix raw schema handling for @​extend_schema_field on SerializerMethodField method 481
  • load common SwaggerUI dep SwaggerUIStandalonePreset [#483](https://github.com/tfranzel/drf-spectacular/issues/483) <https://github.com/tfranzel/drf-spectacular/issues/483>_
  • allow versioning of SpectacularAPIView via query [#483](https://github.com/tfranzel/drf-spectacular/issues/483) <https://github.com/tfranzel/drf-spectacular/issues/483>_
  • update swagger UI
  • move checks to "--deploy" section, bugfix public=True [#487](https://github.com/tfranzel/drf-spectacular/issues/487) <https://github.com/tfranzel/drf-spectacular/issues/487>_

Breaking changes / important additions:

  • This is a hotfix release as the newly introduced Django check was executing the wrong code path.
  • Check also moved into the --deploy section to prevent double execution. This can be disabled with ENABLE_DJANGO_DEPLOY_CHECK
  • Facitities added to utilize SwaggerUI Topbar for versioning.

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

... (truncated)

Commits
  • 58c13df version bump
  • b325a35 Merge pull request #490 from spookylukey/issue-482-enum-name-overrides-docume...
  • 311d759 Improved docs regarding how ENUM_NAME_OVERRIDES works
  • c41d9d7 bugfix raw schema handling for @​extend_schema_field on SerializerMethodField ...
  • 89c0b17 load common SwaggerUI dep SwaggerUIStandalonePreset #483
  • 580f435 allow versioning of SpectacularAPIView via query #483
  • c3341da update swagger UI
  • 8b7d4ff move checks to "--deploy" section, bugfix public=True #487
  • 6c5e8f8 version bump
  • ee28113 prevent exception and warn when ReadOnlyField is used with non-ModelSerialize...
  • 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.18.1.
- [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.1)

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

dependabot bot commented on behalf of github Sep 6, 2021

Superseded by #65.

@dependabot dependabot bot closed this Sep 6, 2021
@dependabot dependabot bot deleted the dependabot/pip/dev/drf-spectacular-0.18.1 branch September 6, 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