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 #886

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 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

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 6, 2022
@sonarcloud
Copy link

sonarcloud bot commented Jan 6, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-jsonapi-5.0.0 branch 6 times, most recently from 25c2649 to c17ba28 Compare February 9, 2022 16:31
@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-jsonapi-5.0.0 branch from c17ba28 to 9da000e Compare March 4, 2022 15:36
@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-jsonapi-5.0.0 branch 2 times, most recently from 8c6b734 to b15d323 Compare March 30, 2022 16:49
@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-jsonapi-5.0.0 branch from b15d323 to 815f7c6 Compare April 12, 2022 14:43
@sonarcloud
Copy link

sonarcloud bot commented Apr 12, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-jsonapi-5.0.0 branch 2 times, most recently from b25bf06 to 252fe72 Compare May 26, 2022 13:37
@sonarcloud
Copy link

sonarcloud bot commented May 26, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-jsonapi-5.0.0 branch 3 times, most recently from deffa8e to bd79635 Compare January 24, 2023 18:41
@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-jsonapi-5.0.0 branch from bd79635 to c4aa1ae Compare February 6, 2023 16:16
@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-jsonapi-5.0.0 branch from c4aa1ae to 8041179 Compare February 16, 2023 16:28
@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-jsonapi-5.0.0 branch from 8041179 to 24316b4 Compare February 28, 2023 15:13
@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-jsonapi-5.0.0 branch 2 times, most recently from f539092 to 3122ffd Compare March 13, 2023 17:30
@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-jsonapi-5.0.0 branch 2 times, most recently from cf0b037 to a21aa69 Compare March 27, 2023 17:27
@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-jsonapi-5.0.0 branch from a21aa69 to dd74155 Compare April 6, 2023 20:51
@sonarcloud
Copy link

sonarcloud bot commented Apr 6, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@okaycj
Copy link
Contributor

okaycj commented Apr 16, 2024

@dependabot rebase

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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/djangorestframework-jsonapi-5.0.0 branch from dd74155 to 4d26017 Compare April 16, 2024 12:35
Copy link

sonarcloud bot commented Apr 16, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

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.

1 participant