Skip to content

Commit 9e63fa8

Browse files
committed
Bump to version 1.19
1 parent cca52ae commit 9e63fa8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

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

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

5-
## Unreleased changes
5+
## 1.19 (2025-10-20)
66

7-
None so far.
7+
- Use `backports.zstd` instead of `pyzstd`, [#63](https://github.com/colour-science/flask-compress/pull/63) by @alexprengere
8+
- Add new behaviours to improve Etag compatibility, [#67](https://github.com/colour-science/flask-compress/pull/67), by @jlopex
9+
- 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`
811

912
## 1.18 (2025-07-11)
1013

0 commit comments

Comments
 (0)