Skip to content

Releases: mozilla/django-csp

4.0b2

17 Sep 21:04
Compare
Choose a tag to compare
4.0b2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 4.0b1...4.0b2

4.0b1

20 Jun 00:08
Compare
Choose a tag to compare
4.0b1 Pre-release
Pre-release

Backwards-Incompatible Release - Beta for Community Testing

This release introduces significant changes that are not backwards compatible. We encourage all users to review the migration guide thoroughly before upgrading.

  • This beta version includes substantial updates that may affect the behavior of your existing applications.
  • Migration steps are necessary to ensure compatibility.
  • We welcome community testing and feedback to identify any issues or improvements needed before a final release.

What's Changed

  • Restructure CSP Configuration with Streamlined Settings (backwards incompatible) by @robhudson in #219
  • Add constants for CSP keywords by @robhudson in #222
  • Fix report_only to REPORT_ONLY in decorator docs by @robhudson in #224
  • Move to NONCE sentinel instead of 'include-nonce-in' by @robhudson in #223

New Contributors

Full Changelog: 3.8...4.0b1

3.8

01 Mar 13:56
Compare
Choose a tag to compare

Please note that 3.8 is Python-code-identical to 3.8rc1, and there were no regressions or problems noted or reported with 3.8rc0 nor 3.8rc1

django-csp lives!

It's been more than a year since the last release and the project needed some refreshing before we can move forward with it.

This release aims to be functionally equivalent to 3.7, but with formal support for more modern Django and Python versions, all the way up to Django 5 on Python 3.12

Please see https://github.com/mozilla/django-csp/blob/main/CHANGES for a short summary of changes.

Feedback and bug reports are very welcome. 🙇

What's Changed

New Contributors

Full Changelog: 3.7...3.8

3.8rc1

28 Feb 10:02
Compare
Choose a tag to compare

Release candidate for django-csp 3.8

Please note that 3.8rc1 is almost identical to 3.8rc0, and there were no regressions or problems noted with 3.8rc0

It's been more than a year since the last release and the project needed some refreshing before we can move forward with it.

This release aims to be functionally equivalent to 3.7, but with formal support for more modern Django and Python versions, all the way up to Django 5 on Python 3.12

Please see https://github.com/mozilla/django-csp/blob/main/CHANGES for a short summary of changes.

Feedback and bug reports are very welcome.

What's Changed in 3.8rc1

New Contributors to 3.8rc1

  • @hmpf made their first contribution in #216

What's Changed in 3.8rc0 (based on commit history)

New Contributors to 3.8rc0

Full Changelog: 3.7...3.8rc1

3.8rc

30 Jan 16:45
7200b16
Compare
Choose a tag to compare

Release candidate for django-csp 3.8

It's been more than a year since the last release and the project needed some refreshing before we can move forward with it.

This release aims to be functionally equivalent to 3.7, but with formal support for more modern Django and Python versions, all the way up to Django 5 on Python 3.12

Please see https://github.com/mozilla/django-csp/blob/main/CHANGES for a short summary of changes.

Feedback and bug reports are very welcome.

What's Changed (based on commit history)

New Contributors

Full Changelog: 3.7...3.8rc