Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 25, 2022

Bumps drf-spectacular from 0.21.2 to 0.22.1.

Changelog

Sourced from drf-spectacular's changelog.

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>_
  • fix test, more precise naming, also wrap validation [#693](https://github.com/tfranzel/drf-spectacular/issues/693) <https://github.com/tfranzel/drf-spectacular/issues/693>_
  • bugfix PolymorphicProxySerializer many handling and add manual mode [#692](https://github.com/tfranzel/drf-spectacular/issues/692) <https://github.com/tfranzel/drf-spectacular/issues/692>_
  • Use Django management CommandError to eliminate the traceback on error [Brandon W Maister]
  • add swagger_fake_view FAQ entry [#321](https://github.com/tfranzel/drf-spectacular/issues/321) <https://github.com/tfranzel/drf-spectacular/issues/321>_
  • Fix [#688](https://github.com/tfranzel/drf-spectacular/issues/688) <https://github.com/tfranzel/drf-spectacular/issues/688>_ - avoid a TypeError when ChoiceFilter choices are a callable [Glenn Matthews]
  • map explicit float hints/decoration to double [#687](https://github.com/tfranzel/drf-spectacular/issues/687) <https://github.com/tfranzel/drf-spectacular/issues/687>_ [#674](https://github.com/tfranzel/drf-spectacular/issues/674) <https://github.com/tfranzel/drf-spectacular/issues/674>_

Breaking changes / important additions:

  • Small release consisting of minor bug fixes, improved PolymorphicProxySerializer, cleaned up documentation, and some improvements to django-filter

0.22.0 (2022-03-21)

  • Added detype_patterns() with @cache. [Nick Pope]
  • add "externalDocs" to operation via extend_schema [#681](https://github.com/tfranzel/drf-spectacular/issues/681) <https://github.com/tfranzel/drf-spectacular/issues/681>_
  • warn on invalid components names [#685](https://github.com/tfranzel/drf-spectacular/issues/685) <https://github.com/tfranzel/drf-spectacular/issues/685>_
  • wrap examples in list/pagination when serializer is many=True [#641](https://github.com/tfranzel/drf-spectacular/issues/641) <https://github.com/tfranzel/drf-spectacular/issues/641>_ [#640](https://github.com/tfranzel/drf-spectacular/issues/640) <https://github.com/tfranzel/drf-spectacular/issues/640>_ [#595](https://github.com/tfranzel/drf-spectacular/issues/595) <https://github.com/tfranzel/drf-spectacular/issues/595>_
  • python's and django's float is really "double precision" [#674](https://github.com/tfranzel/drf-spectacular/issues/674) <https://github.com/tfranzel/drf-spectacular/issues/674>_
  • Support negative numbers in pattern regex for coerced decimal fields [Mike Hansen]
  • add OpenAPI callback operations [#665](https://github.com/tfranzel/drf-spectacular/issues/665) <https://github.com/tfranzel/drf-spectacular/issues/665>_
  • Keep the urlpatterns in the apiview and pass it to the generator [Jorge Cardona]
  • django-filter: raise priority of explicitly given filter method type hints [#660](https://github.com/tfranzel/drf-spectacular/issues/660) <https://github.com/tfranzel/drf-spectacular/issues/660>_
  • also allow @​extend_schema_field on django-filter filter method [#660](https://github.com/tfranzel/drf-spectacular/issues/660) <https://github.com/tfranzel/drf-spectacular/issues/660>_
  • accommodate pyright limitations [#657](https://github.com/tfranzel/drf-spectacular/issues/657) <https://github.com/tfranzel/drf-spectacular/issues/657>_
  • fix doc extraction for built-in types [#654](https://github.com/tfranzel/drf-spectacular/issues/654) <https://github.com/tfranzel/drf-spectacular/issues/654>_
  • use get_doc for description [Josh Ferge]
  • add more information to resolved TypedDicts [Josh Ferge]
  • fix url escaping bug introduced in [#556](https://github.com/tfranzel/drf-spectacular/issues/556) <https://github.com/tfranzel/drf-spectacular/issues/556>_ ([#650](https://github.com/tfranzel/drf-spectacular/issues/650) <https://github.com/tfranzel/drf-spectacular/issues/650>_)
  • pass through version from UI to schema endpoint [#650](https://github.com/tfranzel/drf-spectacular/issues/650) <https://github.com/tfranzel/drf-spectacular/issues/650>_
  • factor out schema_url generation [#650](https://github.com/tfranzel/drf-spectacular/issues/650) <https://github.com/tfranzel/drf-spectacular/issues/650>_
  • relax AcceptHeaderVersioning contraint for modification [#650](https://github.com/tfranzel/drf-spectacular/issues/650) <https://github.com/tfranzel/drf-spectacular/issues/650>_
  • Enable the use of lists in extend_schema_view() [François Travais]

Breaking changes / important additions:

  • This is a y-stream release with a lot of bugfixes, some new features and potentially small schema changes (if affected features are used).
  • Examples are now wrapped in pagination/lists when endpoint/serializer is many=True

... (truncated)

Commits
  • 47cb434 version bump
  • dcdfe7f Merge branch 'pr711'
  • dae044b cleanup minors on #711
  • 95462ed Merge remote-tracking branch 'origin/master' into pr711
  • 05d0513 Merge pull request #715 from lane-eb/patch-1
  • 77bd7a4 Update customization.rst
  • 2f52d00 Merge pull request #713 from ngnpope/patch-1
  • 0728fcb Fixed issues raised by sphinx-lint.
  • 86753a9 Consistent spacing and underlines for headings in documentation.
  • 372d195 Remove invalid example in drf-yasg migration documentation.
  • 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.22.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.22.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 Apr 25, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 25, 2022

Superseded by #53.

@dependabot dependabot bot closed this Jul 25, 2022
@dependabot dependabot bot deleted the dependabot/pip/drf-spectacular-0.22.1 branch July 25, 2022 22:00
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