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 djangorestframework-jsonapi from 3.1.0 to 5.0.0 #2

Open
wants to merge 14 commits into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 4, 2022

Bumps djangorestframework-jsonapi from 3.1.0 to 5.0.0.

Release notes

Sourced from djangorestframework-jsonapi's releases.

v5.0.0

See changelog for details.

v4.3.0

See changelog for details.

v4.2.1

See changelog for details.

v4.2.0

See changelog for details

v4.1.0

See changelog for details

v4.0.0

See changelog for details

v3.2.0

See changelog for details

Changelog

Sourced from djangorestframework-jsonapi's changelog.

[5.0.0] - 2022-01-03

This release is not backwards compatible. For easy migration best upgrade first to version 4.3.0 and resolve all deprecation warnings before updating to 5.0.0

Added

  • Added support for Django REST framework 3.13.

Changed

  • Adjusted to only use f-strings for slight performance improvement.
  • Set minimum required version of inflection to 0.5.
  • Set minimum required version of Django Filter to 2.4.
  • Set minimum required version of Polymorphic Models for Django to 3.0.
  • Set minimum required version of PyYAML to 5.4.

Removed

  • Removed support for Django 3.0.
  • Removed support for Django 3.1.
  • Removed support for Python 3.6.
  • Removed obsolete method utils.get_included_serializers.
  • Removed optional format_type argument of utils.format_link_segment.
  • Removed format_types default argument of utils.format_value. format_type is now required.

[4.3.0] - 2021-12-10

This is the last release supporting Django 3.0, Django 3.1 and Python 3.6.

Added

  • Added support for Django 4.0.
  • Added support for Python 3.10.

Fixed

  • Adjusted error messages to correctly use capital "JSON:API" abbreviation as used in the specification.
  • Avoid error when parser_context is None while parsing.
  • Raise comprehensible error when reserved field names meta and results are used.
  • Use relationships in the error object pointer when the field is actually a relationship.
  • Added missing inflection to the generated OpenAPI schema.
  • Added missing error message when resource_name is not properly configured.

Changed

  • Moved resolving of included_serialzers and related_serializers classes to serializer's meta class.

Deprecated

... (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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 4, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-jsonapi-5.0.0 branch 2 times, most recently from 11a0199 to 642d73d Compare May 16, 2022 12:57
@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-jsonapi-5.0.0 branch from 642d73d to 9075a95 Compare June 30, 2022 10:33
Bumps [djangorestframework-jsonapi](https://github.com/django-json-api/django-rest-framework-json-api) from 3.1.0 to 5.0.0.
- [Release notes](https://github.com/django-json-api/django-rest-framework-json-api/releases)
- [Changelog](https://github.com/django-json-api/django-rest-framework-json-api/blob/main/CHANGELOG.md)
- [Commits](django-json-api/django-rest-framework-json-api@v3.1.0...v5.0.0)

---
updated-dependencies:
- dependency-name: djangorestframework-jsonapi
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-jsonapi-5.0.0 branch from 9075a95 to 26d8155 Compare June 30, 2022 10:38
@rhodricusack rhodricusack force-pushed the develop branch 6 times, most recently from d027428 to 8fc3968 Compare January 23, 2024 13:54
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants