Skip to content

Bump drf-spectacular from 0.13.2 to 0.23.1#494

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/drf-spectacular-0.23.1
Closed

Bump drf-spectacular from 0.13.2 to 0.23.1#494
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/drf-spectacular-0.23.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Aug 1, 2022

Bumps drf-spectacular from 0.13.2 to 0.23.1.

Changelog

Sourced from drf-spectacular's changelog.

0.23.1 (2022-07-26)

  • improve CAMELIZE_NAMES doc [#774](https://github.com/tfranzel/drf-spectacular/issues/774) <https://github.com/tfranzel/drf-spectacular/issues/774>_
  • move import into build_geo_schema function [bidaya0]

Breaking changes / important additions:

  • Hotfix release to mitigate unwanted import of optional GIS features that depend on GDAL. GDAL is not a new requirement.

0.23.0 (2022-07-25)

  • fix infinite recursion when accessing missing attributes in generator stats [Oleg Hoefling]
  • fix list pagination when examples are provided [topher235]
  • accept integer status codes in OpenApiExample [Nicholas Guriev]
  • Missing ":" in example documentation [Josué Millán Zamora]
  • Flip direction for callbacks serializers [Justas]
  • grammar fix [Kojo Idrissa]
  • fix sidecar for alternate staticfile storages [#718](https://github.com/tfranzel/drf-spectacular/issues/718) <https://github.com/tfranzel/drf-spectacular/issues/718>_
  • add support for rest_framework_gis
  • add mechanism to handle custom ListSerializers with extensions
  • Update based on review [johnthagen]
  • Hyphenate in-memory [johnthagen]
  • Add FAQ entry for how to serve in-memory generated files [johnthagen]
  • add pattern to OpenApiParameter [#738](https://github.com/tfranzel/drf-spectacular/issues/738) <https://github.com/tfranzel/drf-spectacular/issues/738>_
  • Add test that extend_schema_field on django-filter is not modified [Take Weiland]
  • Do not forcefully overwrite enum setting on custom django-filter schema [Take Weiland]
  • django-filter: Enable type extraction fallback for MultipleChoiceFilter as well [Take Weiland]
  • Add examples camelization note to settings.py [Zac Miller]
  • fix codecov badge url issue on github [#713](https://github.com/tfranzel/drf-spectacular/issues/713) <https://github.com/tfranzel/drf-spectacular/issues/713>_

Breaking changes / important additions:

  • A whole bunch of smaller bug fixes.
  • OpenAPI Callbacks should now be production ready
  • Introduction of rest_framework_gis support. This might impact APIs that are using GIS so this is a y-stream release.

0.22.1 (2022-04-25)

  • Update customization.rst [Lane Zhang]
  • Remove invalid example in drf-yasg migration documentation. [Nick Pope]
  • Avoid using default role in documentation. [Nick Pope]
  • Small documentation fixes. [Nick Pope]
  • improve parameter many handling and warnings [#703](https://github.com/tfranzel/drf-spectacular/issues/703) <https://github.com/tfranzel/drf-spectacular/issues/703>_
  • bugfix unconsidered warnings/errors for return code [#706](https://github.com/tfranzel/drf-spectacular/issues/706) <https://github.com/tfranzel/drf-spectacular/issues/706>_ [#702](https://github.com/tfranzel/drf-spectacular/issues/702) <https://github.com/tfranzel/drf-spectacular/issues/702>_
  • Include a list of applications urls as a parameter for SERVE_URLCONF [#709](https://github.com/tfranzel/drf-spectacular/issues/709) <https://github.com/tfranzel/drf-spectacular/issues/709>_ [anoirak]
  • bugfix/improve analyze_named_regex_pattern(path) [#697](https://github.com/tfranzel/drf-spectacular/issues/697) <https://github.com/tfranzel/drf-spectacular/issues/697>_ [Jon Iturmendi]
  • django-filter: added type extraction fallback for ChoiceFields [#690](https://github.com/tfranzel/drf-spectacular/issues/690) <https://github.com/tfranzel/drf-spectacular/issues/690>_

... (truncated)

Commits
  • 2f66fb1 version bump
  • cd91287 improve CAMELIZE_NAMES doc #774
  • b5626d6 Merge pull request #777 from Bidaya0/dependencyfix-gdal
  • 025eee3 move import into build_geo_schema function
  • f1b91f8 version bump
  • 383ee74 Merge pull request #772 from hoefling/master
  • 178a5c4 use dict for accessing attributes
  • 7c1bf5b Merge pull request #762 from Jusstas/master
  • 36fb2c2 fix infinite recursion when accessing missing attributes in generator stats
  • 37001fb Merge pull request #771 from topher235/examples-list-pagination
  • 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.13.2 to 0.23.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.13.2...0.23.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 @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Aug 1, 2022

The following labels could not be found: dependencies.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Sep 19, 2022

Superseded by #538.

@dependabot dependabot Bot closed this Sep 19, 2022
@dependabot dependabot Bot deleted the dependabot/pip/drf-spectacular-0.23.1 branch September 19, 2022 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants