|
5 | 5 | ---
|
6 | 6 |
|
7 | 7 | - \[Short description of non-trivial change.\]
|
8 |
| -- Requests Brotli compression, if either the `brotli` or `brotlicffi` package |
9 |
| - is installed. |
| 8 | + |
| 9 | +2.26.0 (2021-07-13) |
| 10 | +------------------- |
| 11 | + |
| 12 | +**Improvements** |
| 13 | + |
| 14 | +- Requests now supports Brotli compression, if either the `brotli` or |
| 15 | + `brotlicffi` package is installed. (#5783) |
| 16 | + |
| 17 | +- `Session.send` now correctly resolves proxy configurations from both |
| 18 | + the Session and Request. Behavior now matches `Session.request`. (#5681) |
| 19 | + |
| 20 | +**Bugfixes** |
| 21 | + |
| 22 | +- Fixed a race condition in zip extraction when using Requests in parallel |
| 23 | + from zip archive. (#5707) |
10 | 24 |
|
11 | 25 | **Dependencies**
|
12 | 26 |
|
13 | 27 | - Instead of `chardet`, use the MIT-licensed `charset_normalizer` for Python3
|
14 | 28 | to remove license ambiguity for projects bundling requests. If `chardet`
|
15 | 29 | is already installed on your machine it will be used instead of `charset_normalizer`
|
16 |
| - to keep backwards compatibility. |
| 30 | + to keep backwards compatibility. (#5797) |
17 | 31 |
|
18 | 32 | You can also install `chardet` while installing requests by
|
19 | 33 | specifying `[use_chardet_on_py3]` extra as follows:
|
|
24 | 38 |
|
25 | 39 | Python2 still depends upon the `chardet` module.
|
26 | 40 |
|
| 41 | +- Requests now supports `idna` 3.x on Python 3. `idna` 2.x will continue to |
| 42 | + be used on Python 2 installations. (#5711) |
| 43 | + |
27 | 44 | **Deprecations**
|
28 | 45 |
|
29 | 46 | - The `requests[security]` extra has been converted to a no-op install.
|
30 |
| - PyOpenSSL is no longer the recommended secure option for Requests. |
| 47 | + PyOpenSSL is no longer the recommended secure option for Requests. (#5867) |
31 | 48 |
|
32 |
| -- Requests has officially dropped support for Python 3.5. |
| 49 | +- Requests has officially dropped support for Python 3.5. (#5867) |
33 | 50 |
|
34 | 51 | 2.25.1 (2020-12-16)
|
35 | 52 | -------------------
|
|
0 commit comments