- Add support for Python 3.13 in tox and classifiers - Expand mimetype defaults, see [57](https://github.com/colour-science/flask-compress/pull/57) - Minor performance improvements, cache the algorithm selection logic
1.16
- Drop support for Python 3.8 and lower, see [46](https://github.com/colour-science/flask-compress/pull/46) - Fix cache pollution caused by caching compression results for different compression algorithms, see [53](https://github.com/colour-science/flask-compress/issues/53)
1.15
- Add support of Zstandard compression.
1.14
- Add `text/javascript` mimetype. See [41](https://github.com/colour-science/flask-compress/pull/41) - Use [brotlicffi](https://github.com/python-hyper/brotlicffi) for PyPy
1.13
- Re-enable compression for streaming, but hide it behind a new option `COMPRESS_STREAMS` that defaults to `True`. See [36](https://github.com/colour-science/flask-compress/pull/36)
1.12
- Disable compression when response is streamed, see [31](https://github.com/colour-science/flask-compress/pull/31)