|
10 | 10 |
|
11 | 11 | .. towncrier release notes start |
12 | 12 |
|
| 13 | +3.13.3 (2026-01-03) |
| 14 | +=================== |
| 15 | + |
| 16 | +This release contains fixes for several vulnerabilities. It is advised to |
| 17 | +upgrade as soon as possible. |
| 18 | + |
| 19 | +Bug fixes |
| 20 | +--------- |
| 21 | + |
| 22 | +- Fixed proxy authorization headers not being passed when reusing a connection, which caused 407 (Proxy authentication required) errors |
| 23 | + -- by :user:`GLeurquin`. |
| 24 | + |
| 25 | + |
| 26 | + *Related issues and pull requests on GitHub:* |
| 27 | + :issue:`2596`. |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | +- Fixed multipart reading failing when encountering an empty body part -- by :user:`Dreamsorcerer`. |
| 32 | + |
| 33 | + |
| 34 | + *Related issues and pull requests on GitHub:* |
| 35 | + :issue:`11857`. |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | +- Fixed a case where the parser wasn't raising an exception for a websocket continuation frame when there was no initial frame in context. |
| 40 | + |
| 41 | + |
| 42 | + *Related issues and pull requests on GitHub:* |
| 43 | + :issue:`11862`. |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | +Removals and backward incompatible breaking changes |
| 49 | +--------------------------------------------------- |
| 50 | + |
| 51 | +- ``Brotli`` and ``brotlicffi`` minimum version is now 1.2. |
| 52 | + Decompression now has a default maximum output size of 32MiB per decompress call -- by :user:`Dreamsorcerer`. |
| 53 | + |
| 54 | + |
| 55 | + *Related issues and pull requests on GitHub:* |
| 56 | + :issue:`11898`. |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | +Packaging updates and notes for downstreams |
| 62 | +------------------------------------------- |
| 63 | + |
| 64 | +- Moved dependency metadata from :file:`setup.cfg` to :file:`pyproject.toml` per :pep:`621` |
| 65 | + -- by :user:`cdce8p`. |
| 66 | + |
| 67 | + |
| 68 | + *Related issues and pull requests on GitHub:* |
| 69 | + :issue:`11643`. |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | +Contributor-facing changes |
| 75 | +-------------------------- |
| 76 | + |
| 77 | +- Removed unused ``update-pre-commit`` github action workflow -- by :user:`Cycloctane`. |
| 78 | + |
| 79 | + |
| 80 | + *Related issues and pull requests on GitHub:* |
| 81 | + :issue:`11689`. |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | +Miscellaneous internal changes |
| 87 | +------------------------------ |
| 88 | + |
| 89 | +- Optimized web server performance when access logging is disabled by reducing time syscalls -- by :user:`bdraco`. |
| 90 | + |
| 91 | + |
| 92 | + *Related issues and pull requests on GitHub:* |
| 93 | + :issue:`10713`. |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | +- Added regression test for cached logging status -- by :user:`meehand`. |
| 98 | + |
| 99 | + |
| 100 | + *Related issues and pull requests on GitHub:* |
| 101 | + :issue:`11778`. |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | +---- |
| 107 | + |
| 108 | + |
13 | 109 | 3.13.2 (2025-10-28) |
14 | 110 | =================== |
15 | 111 |
|
|
0 commit comments