Skip to content

Commit c5b9f4b

Browse files
committed
Bump to version 1.20
1 parent 382b04f commit c5b9f4b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22

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

5+
## 1.20 (2025-10-20)
6+
7+
- the new `COMPRESS_EVALUATE_CONDITIONAL_REQUEST` config option is now `True` by default
8+
59
## 1.19 (2025-10-20)
610

711
- Use `backports.zstd` instead of `pyzstd`, [#63](https://github.com/colour-science/flask-compress/pull/63) by @alexprengere
812
- Add new behaviours to improve Etag compatibility, [#67](https://github.com/colour-science/flask-compress/pull/67), by @jlopex
913
- weak etags are no longer modified by flask-compress
10-
- add new `COMPRESS_EVALUATE_CONDITIONAL_REQUEST` config option to call `response.make_conditional(request)` after compression, this ensures that 304 Not Modified responses are correctly generated when the client sends conditional requests with `If-None-Match`
14+
- add new `COMPRESS_EVALUATE_CONDITIONAL_REQUEST` config option to call `response.make_conditional(request)` after compression, this ensures that 304 Not Modified responses are correctly generated when the client sends conditional requests with `If-None-Match` (defaults to `False`)
1115

1216
## 1.18 (2025-07-11)
1317

0 commit comments

Comments
 (0)