Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2024

This PR contains the following updates:

Package Change Age Confidence
django-cors-headers (changelog) ^3.6.0 -> ^4.0.0 age confidence

Release Notes

adamchainz/django-cors-headers (django-cors-headers)

v4.9.0

Compare Source

  • Support Django 6.0.

v4.8.0

Compare Source

  • Support Python 3.14.

v4.7.0

Compare Source

  • Support Django 5.2.

v4.6.0

Compare Source

  • Drop Django 3.2 to 4.1 support.

v4.5.0

Compare Source

  • Drop Python 3.8 support.

  • Support Python 3.13.

v4.4.0

Compare Source

  • Support Django 5.1.

v4.3.1

Compare Source

  • Fixed ASGI compatibility on Python 3.12.

    Thanks to Adrian Capitanu for the report in Issue #&#8203;908 <https://github.com/adamchainz/django-cors-headers/issues/908>__ and Rooyal in PR #&#8203;911 <https://github.com/adamchainz/django-cors-headers/pull/911>__.

v4.3.0

Compare Source

  • Avoid adding the access-control-allow-credentials header to unallowed responses.

    Thanks to Adam Romanek in PR #&#8203;888 <https://github.com/adamchainz/django-cors-headers/pull/888>__.

  • Support Django 5.0.

v4.2.0

Compare Source

  • Drop Python 3.7 support.

v4.1.0

Compare Source

  • Support Python 3.12.

v4.0.0

Compare Source

  • Add CORS_ALLOW_PRIVATE_NETWORK setting, which enables support for the Local Network Access draft specification.

    Thanks to Issac Kelly in PR #&#8203;745 <https://github.com/adamchainz/django-cors-headers/pull/745>__ and jjurgens0 in PR #&#8203;833 <https://github.com/adamchainz/django-cors-headers/pull/833>__.

  • Remove three headers from the default "accept list": accept-encoding, dnt, and origin.
    These are Forbidden header names <https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_header_name>__, which means requests JavaScript can never set them.
    Consequently, allowing them via CORS has no effect.

    Thanks to jub0bs for the report in Issue #&#8203;842 <https://github.com/adamchainz/django-cors-headers/issues/842>__.

  • Drop the CORS_REPLACE_HTTPS_REFERER setting and CorsPostCsrfMiddleware.
    Since Django 1.9, the CSRF_TRUSTED_ORIGINS setting has been the preferred solution to making CSRF checks pass for CORS requests.
    The removed setting and middleware only existed as a workaround for Django versions before 1.9.

  • Add async support to the middleware, reducing overhead on async views.


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner August 30, 2024 15:42
@renovate renovate bot force-pushed the renovate/django-cors-headers-4.x branch from 3301794 to bdfeaa3 Compare September 16, 2024 13:36
@renovate renovate bot force-pushed the renovate/django-cors-headers-4.x branch 3 times, most recently from a565399 to 9d66bc6 Compare September 26, 2024 22:17
@renovate renovate bot force-pushed the renovate/django-cors-headers-4.x branch from 9d66bc6 to 805ffda Compare October 28, 2024 19:08
@renovate renovate bot force-pushed the renovate/django-cors-headers-4.x branch from 805ffda to 4525879 Compare November 19, 2024 19:45
@renovate renovate bot force-pushed the renovate/django-cors-headers-4.x branch 7 times, most recently from 0acc53c to fa748ca Compare December 18, 2024 21:13
@renovate renovate bot force-pushed the renovate/django-cors-headers-4.x branch 6 times, most recently from d62e741 to d3db7a6 Compare January 7, 2025 21:14
@renovate renovate bot changed the title fix(deps): update dependency django-cors-headers to v4 Update dependency django-cors-headers to v4 Jan 7, 2025
@renovate renovate bot force-pushed the renovate/django-cors-headers-4.x branch from d3db7a6 to 72fc84e Compare February 20, 2025 17:22
@renovate renovate bot force-pushed the renovate/django-cors-headers-4.x branch from 72fc84e to 70cba02 Compare March 20, 2025 19:26
@renovate renovate bot force-pushed the renovate/django-cors-headers-4.x branch from 70cba02 to 0ea8486 Compare July 23, 2025 17:36
@renovate renovate bot changed the title Update dependency django-cors-headers to v4 fix(deps): update dependency django-cors-headers to v4 Jul 23, 2025
@renovate renovate bot force-pushed the renovate/django-cors-headers-4.x branch from 0ea8486 to 66e3c43 Compare July 23, 2025 18:14
@renovate renovate bot force-pushed the renovate/django-cors-headers-4.x branch 4 times, most recently from 49bb2f9 to ccba264 Compare August 8, 2025 13:13
@renovate renovate bot force-pushed the renovate/django-cors-headers-4.x branch from ccba264 to 9b41e4e Compare August 8, 2025 13:36
@renovate renovate bot force-pushed the renovate/django-cors-headers-4.x branch 6 times, most recently from ba0d2a3 to 3f8985e Compare September 8, 2025 19:15
@renovate renovate bot force-pushed the renovate/django-cors-headers-4.x branch 2 times, most recently from 102d22b to f0d0f9a Compare September 25, 2025 14:21
@renovate renovate bot force-pushed the renovate/django-cors-headers-4.x branch from f0d0f9a to f4b7343 Compare October 5, 2025 02:23
@renovate renovate bot force-pushed the renovate/django-cors-headers-4.x branch from f4b7343 to 93f9aa1 Compare October 12, 2025 14:48
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.

1 participant