Skip to content

Commit 1743564

Browse files
committed
Update CHANGELOG and README
1 parent f0c06c8 commit 1743564

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to `flask-compress` will be documented in this file.
44

5+
## 1.17 (unreleased)
6+
7+
- Add support for Python 3.13 in tox and classifiers
8+
- Expand mimetype defaults, see [#57](https://github.com/colour-science/flask-compress/pull/57)
9+
- Minor performance improvements, cache the algorithm selection logic
10+
511
## 1.16 (2024-10-13)
612

713
- Drop support for Python 3.8 and lower, see [#46](https://github.com/colour-science/flask-compress/pull/46)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Version](https://img.shields.io/pypi/v/flask-compress.svg)](https://pypi.python.org/pypi/Flask-Compress)
55
[![Downloads](https://static.pepy.tech/badge/flask-compress)](https://pypi.python.org/pypi/Flask-Compress)
66

7-
Flask-Compress allows you to easily compress your [Flask](http://flask.pocoo.org/) application's responses with gzip, deflate or brotli. It originally started as a fork of [Flask-gzip](https://github.com/closeio/Flask-gzip).
7+
Flask-Compress allows you to easily compress your [Flask](http://flask.pocoo.org/) application's responses with gzip, deflate, brotli or zstd. It originally started as a fork of [Flask-gzip](https://github.com/closeio/Flask-gzip). Supported Python versions are 3.9 and newer.
88

99
The preferred solution is to have a server (like [Nginx](http://wiki.nginx.org/Main)) automatically compress the static files for you. If you don't have that option Flask-Compress will solve the problem for you.
1010

0 commit comments

Comments
 (0)