Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 16, 2022

Bumps drf-spectacular from 0.21.2 to 0.25.1.

Changelog

Sourced from drf-spectacular's changelog.

0.25.1 (2022-12-16)

  • Fix warning source line performance regression [#889](https://github.com/tfranzel/drf-spectacular/issues/889) <https://github.com/tfranzel/drf-spectacular/issues/889>_ [#897](https://github.com/tfranzel/drf-spectacular/issues/897) <https://github.com/tfranzel/drf-spectacular/issues/897>_
  • improve warning for transient @​api_view objects [#889](https://github.com/tfranzel/drf-spectacular/issues/889) <https://github.com/tfranzel/drf-spectacular/issues/889>_
  • adapt package arg due to setuptools deprecation [#786](https://github.com/tfranzel/drf-spectacular/issues/786) <https://github.com/tfranzel/drf-spectacular/issues/786>_
  • utilize queryset for SlugRelatedField [#897](https://github.com/tfranzel/drf-spectacular/issues/897) <https://github.com/tfranzel/drf-spectacular/issues/897>_

Breaking changes / important additions:

  • Bugfix release that addresses a performance regression in SpectacularApiView and an oversight in the now stricter handling of SlugRelatedField

0.25.0 (2022-12-13)

  • Fix missing description for ManyRelatedField and tested for SlugField ([#895](https://github.com/tfranzel/drf-spectacular/issues/895) <https://github.com/tfranzel/drf-spectacular/issues/895>_) [StopMotionCuber]
  • Simplify hashable_values [#833](https://github.com/tfranzel/drf-spectacular/issues/833) <https://github.com/tfranzel/drf-spectacular/issues/833>_
  • Add custom settings to CLI (view parity) [#892](https://github.com/tfranzel/drf-spectacular/issues/892) <https://github.com/tfranzel/drf-spectacular/issues/892>_
  • fix function misnomer [#891](https://github.com/tfranzel/drf-spectacular/issues/891) <https://github.com/tfranzel/drf-spectacular/issues/891>_
  • improve trace messages / warnings & add color [#866](https://github.com/tfranzel/drf-spectacular/issues/866) <https://github.com/tfranzel/drf-spectacular/issues/866>_
  • Treat SlugRelatedField analog to PrimaryKeyRelatedField [#854](https://github.com/tfranzel/drf-spectacular/issues/854) <https://github.com/tfranzel/drf-spectacular/issues/854>_
  • Include filename in call to _get_sidecar_url [Justin Spencer]
  • add django-parler blueprint [#887](https://github.com/tfranzel/drf-spectacular/issues/887) <https://github.com/tfranzel/drf-spectacular/issues/887>_
  • add a view to handle SwaggerUI oauth callbacks ([#882](https://github.com/tfranzel/drf-spectacular/issues/882) <https://github.com/tfranzel/drf-spectacular/issues/882>_) [Finn-Thorben Sell]
  • improve documentation
  • Introduce setting DEFAULT_QUERY_MANAGER to allow other managers for querset retrieval
  • fix flake8 6.0.0 breaking change
  • fix example list detection (symmetry with schema) [#872](https://github.com/tfranzel/drf-spectacular/issues/872) <https://github.com/tfranzel/drf-spectacular/issues/872>_
  • Use direct view methods for getting serializer instances [Numerlor]
  • name overrides for rest_framework_dataclasses [#839](https://github.com/tfranzel/drf-spectacular/issues/839) <https://github.com/tfranzel/drf-spectacular/issues/839>_
  • decouple TypedDict class from Py version [#861](https://github.com/tfranzel/drf-spectacular/issues/861) <https://github.com/tfranzel/drf-spectacular/issues/861>_ [#654](https://github.com/tfranzel/drf-spectacular/issues/654) <https://github.com/tfranzel/drf-spectacular/issues/654>_
  • bugfix djangorestframework_camel_case [#861](https://github.com/tfranzel/drf-spectacular/issues/861) <https://github.com/tfranzel/drf-spectacular/issues/861>_
  • bugfix djangorestframework_camel_case nested object handling [#861](https://github.com/tfranzel/drf-spectacular/issues/861) <https://github.com/tfranzel/drf-spectacular/issues/861>_
  • Utils: Replace List[] with Sequence[], because of Mypy note 'List is invariant. Consider using Sequence instead.' [Hans Aarne Liblik]
  • Fixed minor typos [Conrad]
  • Removing blank and null keys when generating the overridden choices hash to match the hash generation logic in the enum post processor hook [Trent Holliday]
  • fix test fixture overlap [#826](https://github.com/tfranzel/drf-spectacular/issues/826) <https://github.com/tfranzel/drf-spectacular/issues/826>_
  • specifiy min patch release for DRF (fixes [#812](https://github.com/tfranzel/drf-spectacular/issues/812) <https://github.com/tfranzel/drf-spectacular/issues/812>_)
  • Preserve context in get_list_serializer. [Brady Dean]
  • Allow field extensions to return None from map_serializer_field [Andrew Backer]

Breaking changes / important additions:

  • Officially set the lower bound for DRF version to 3.10.3
  • Refactored the CLI warning system for better code navigation / orientation, GUI support and color!
  • Some minor mechanics changes, several overall improvements, feature additions, and a few bugfixes.

0.24.2 (2022-09-26)

... (truncated)

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.21.2 to 0.25.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.25.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 Dec 16, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 6, 2023

Superseded by #106.

@dependabot dependabot bot closed this Mar 6, 2023
@dependabot dependabot bot deleted the dependabot/pip/drf-spectacular-0.25.1 branch March 6, 2023 22:11
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