Skip to content
This repository was archived by the owner on Jun 11, 2023. It is now read-only.

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates whitenoise from 5.3.0 to 6.1.0.

Changelog

6.1.0

------------------

* Drop support for Django 2.2, 3.0, and 3.1.

6.0.0

------------------

* Drop support for Python 3.5 and 3.6.

* Add support for Python 3.9 and 3.10.

* Drop support for Django 1.11, 2.0, and 2.1.

* Add support for Django 4.0.

* Import new MIME types from Nginx, changes:

- ``.avif`` files are now served with the ``image/avif`` MIME type.

- Open Document files with extensions ``.odg``, ``.odp``, ``.ods``, and
 ``.odt`` are now served with their respective
 ``application/vnd.oasis.opendocument.*`` MIME types.

* The ``whitenoise.__version__`` attribute has been removed. Use
``importlib.metadata.version()`` to check the version of Whitenoise if you
need to.

* Requests using the ``Range`` header can no longer read beyond the end of the
requested range.

Thanks to Richard Tibbles in `PR 322 <https://github.com/evansd/whitenoise/pull/322>`__.

* Treat empty and ``"*"`` values for ``Accept-Encoding`` as if the client doesn’t support any encoding.

Thanks to Richard Tibbles in `PR 323 <https://github.com/evansd/whitenoise/pull/323>`__.
Links

@codecov
Copy link

codecov bot commented May 10, 2022

Codecov Report

Merging #216 (bb81b71) into main (436e1d1) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #216   +/-   ##
=======================================
  Coverage   86.85%   86.85%           
=======================================
  Files          21       21           
  Lines         289      289           
=======================================
  Hits          251      251           
  Misses         38       38           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 436e1d1...bb81b71. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants