Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 26, 2022

Bumps drf-spectacular from 0.21.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.21.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.21.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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 26, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 14, 2022

Superseded by #64.

@dependabot dependabot bot closed this Sep 14, 2022
@dependabot dependabot bot deleted the dependabot/pip/drf-spectacular-0.23.1 branch September 14, 2022 21:57
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.

1 participant