Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump drf-spectacular from 0.13.1 to 0.15.0 #92

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 5, 2021

Bumps drf-spectacular from 0.13.1 to 0.15.0.

Changelog

Sourced from drf-spectacular's changelog.

0.15.0 (2021-04-03)

  • fix boundaries for decimals coerced to strings [#335](https://github.com/tfranzel/drf-spectacular/issues/335) <https://github.com/tfranzel/drf-spectacular/issues/335>_
  • improve util type hints
  • add convenience response wrapper OpenApiResponse [#345](https://github.com/tfranzel/drf-spectacular/issues/345) <https://github.com/tfranzel/drf-spectacular/issues/345>_ [#272](https://github.com/tfranzel/drf-spectacular/issues/272) <https://github.com/tfranzel/drf-spectacular/issues/272>_ [#116](https://github.com/tfranzel/drf-spectacular/issues/116) <https://github.com/tfranzel/drf-spectacular/issues/116>_
  • adapt for dj-rest-auth upstream changes in iMerica/dj-rest-auth#227
  • Fixed traversing of 'Optional' type annotations [Luke Plant]
  • prevent pagination on error responses. [#277](https://github.com/tfranzel/drf-spectacular/issues/277) <https://github.com/tfranzel/drf-spectacular/issues/277>_
  • fix SCHEMA_PATH_PREFIX_TRIM ^/ pitfall & remove unused old URL mounting
  • slighly improve [#332](https://github.com/tfranzel/drf-spectacular/issues/332) <https://github.com/tfranzel/drf-spectacular/issues/332>_ for django-filter range filters
  • introduce non-redundant title field. [#191](https://github.com/tfranzel/drf-spectacular/issues/191) <https://github.com/tfranzel/drf-spectacular/issues/191>_ [#286](https://github.com/tfranzel/drf-spectacular/issues/286) <https://github.com/tfranzel/drf-spectacular/issues/286>_
  • improve schema version string handling including variations [#303](https://github.com/tfranzel/drf-spectacular/issues/303) <https://github.com/tfranzel/drf-spectacular/issues/303>_
  • bugfix ENUM_NAME_OVERRIDES for categorized choices [#339](https://github.com/tfranzel/drf-spectacular/issues/339) <https://github.com/tfranzel/drf-spectacular/issues/339>_
  • improve SCHEMA_PATH_PREFIX handling, add auto-detect default, introduce prefix trimming [#336](https://github.com/tfranzel/drf-spectacular/issues/336) <https://github.com/tfranzel/drf-spectacular/issues/336>_
  • add support for all django-filters RangeFilter [Jules Waldhart]
  • Added default value for missing attribute [Matthias Erll]
  • Fix map_renderers where format is None [Matthias Erll]

Breaking changes / important additions:

  • explicitly set responses via @extend_schema will not get paginated/listed anymore for non-2XX status codes.
  • New default None for SCHEMA_PATH_PREFIX will attempt to determine a reasonable prefix. Previous behavior is restored with ''
  • Added OpenApiResponses to gain access to response object descriptions.

0.14.0 (2021-03-09)

  • Fixed bug with cached_property non-Model objects not being traversed [Luke Plant]
  • Fixed issue [#314](https://github.com/tfranzel/drf-spectacular/issues/314) <https://github.com/tfranzel/drf-spectacular/issues/314>_ - include information about view/serializer in warnings. [Luke Plant]
  • bugfix forward/reverse model traversal [#323](https://github.com/tfranzel/drf-spectacular/issues/323) <https://github.com/tfranzel/drf-spectacular/issues/323>_
  • fix nested serializer detection & smarter metadata extraction [#319](https://github.com/tfranzel/drf-spectacular/issues/319) <https://github.com/tfranzel/drf-spectacular/issues/319>_
  • add drf-yasg compatibility feature 'swagger_fake_view' [#321](https://github.com/tfranzel/drf-spectacular/issues/321) <https://github.com/tfranzel/drf-spectacular/issues/321>_
  • fix django-filter through model edge case & catch exceptions [#320](https://github.com/tfranzel/drf-spectacular/issues/320) <https://github.com/tfranzel/drf-spectacular/issues/320>_
  • refactor/bugfix PATCH & Serializer(partial=True) behaviour.
  • bugfix django-filter custom filter class resolution [#317](https://github.com/tfranzel/drf-spectacular/issues/317) <https://github.com/tfranzel/drf-spectacular/issues/317>_
  • bugfix django-filter for Django 2.2 AutoField
  • improved/restructured resolution priority in django-filter extension [#317](https://github.com/tfranzel/drf-spectacular/issues/317) <https://github.com/tfranzel/drf-spectacular/issues/317>_ [#234](https://github.com/tfranzel/drf-spectacular/issues/234) <https://github.com/tfranzel/drf-spectacular/issues/234>_
  • handle Decimals for YAML [#316](https://github.com/tfranzel/drf-spectacular/issues/316) <https://github.com/tfranzel/drf-spectacular/issues/316>_
  • remove deprecated django-filter backend solution
  • update swagger-ui version
  • bugfix [] case and lint [#312](https://github.com/tfranzel/drf-spectacular/issues/312) <https://github.com/tfranzel/drf-spectacular/issues/312>_
  • discriminate None and typing.Any usage [#315](https://github.com/tfranzel/drf-spectacular/issues/315) <https://github.com/tfranzel/drf-spectacular/issues/315>_
  • fix multi-step source relation field resolution, again. [#274](https://github.com/tfranzel/drf-spectacular/issues/274) <https://github.com/tfranzel/drf-spectacular/issues/274>_ [#296](https://github.com/tfranzel/drf-spectacular/issues/296) <https://github.com/tfranzel/drf-spectacular/issues/296>_
  • Add any type for OpenApiTypes [André da Silva]
  • improve Extension usage documentation [#307](https://github.com/tfranzel/drf-spectacular/issues/307) <https://github.com/tfranzel/drf-spectacular/issues/307>_
  • restructure request body for extend_schema [#266](https://github.com/tfranzel/drf-spectacular/issues/266) <https://github.com/tfranzel/drf-spectacular/issues/266>_ [#279](https://github.com/tfranzel/drf-spectacular/issues/279) <https://github.com/tfranzel/drf-spectacular/issues/279>_
  • bugfix multipart boundary showing up in Accept header
  • bugfix: use get_parsers() and get_renderers() [#266](https://github.com/tfranzel/drf-spectacular/issues/266) <https://github.com/tfranzel/drf-spectacular/issues/266>_
  • Fix for better support of PEP 563 compatible annotations. [Luke Plant]

... (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 @github
Copy link
Author

dependabot bot commented on behalf of github Apr 5, 2021

The following labels could not be found: dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 12, 2021

Superseded by #98.

@dependabot dependabot bot closed this Apr 12, 2021
@dependabot dependabot bot deleted the dependabot/pip/drf-spectacular-0.15.0 branch April 12, 2021 00:11
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