|
10 | 10 |
|
11 | 11 | .. towncrier release notes start
|
12 | 12 |
|
| 13 | +3.12.11 (2025-06-07) |
| 14 | +==================== |
| 15 | + |
| 16 | +Features |
| 17 | +-------- |
| 18 | + |
| 19 | +- Improved SSL connection handling by changing the default ``ssl_shutdown_timeout`` |
| 20 | + from ``0.1`` to ``0`` seconds. SSL connections now use Python's default graceful |
| 21 | + shutdown during normal operation but are aborted immediately when the connector |
| 22 | + is closed, providing optimal behavior for both cases. Also added support for |
| 23 | + ``ssl_shutdown_timeout=0`` on all Python versions. Previously, this value was |
| 24 | + rejected on Python 3.11+ and ignored on earlier versions. Non-zero values on |
| 25 | + Python < 3.11 now trigger a ``RuntimeWarning`` -- by :user:`bdraco`. |
| 26 | + |
| 27 | + The ``ssl_shutdown_timeout`` parameter is now deprecated and will be removed in |
| 28 | + aiohttp 4.0 as there is no clear use case for changing the default. |
| 29 | + |
| 30 | + |
| 31 | + *Related issues and pull requests on GitHub:* |
| 32 | + :issue:`11148`. |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | +Deprecations (removal in next major release) |
| 38 | +-------------------------------------------- |
| 39 | + |
| 40 | +- Improved SSL connection handling by changing the default ``ssl_shutdown_timeout`` |
| 41 | + from ``0.1`` to ``0`` seconds. SSL connections now use Python's default graceful |
| 42 | + shutdown during normal operation but are aborted immediately when the connector |
| 43 | + is closed, providing optimal behavior for both cases. Also added support for |
| 44 | + ``ssl_shutdown_timeout=0`` on all Python versions. Previously, this value was |
| 45 | + rejected on Python 3.11+ and ignored on earlier versions. Non-zero values on |
| 46 | + Python < 3.11 now trigger a ``RuntimeWarning`` -- by :user:`bdraco`. |
| 47 | + |
| 48 | + The ``ssl_shutdown_timeout`` parameter is now deprecated and will be removed in |
| 49 | + aiohttp 4.0 as there is no clear use case for changing the default. |
| 50 | + |
| 51 | + |
| 52 | + *Related issues and pull requests on GitHub:* |
| 53 | + :issue:`11148`. |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | +---- |
| 59 | + |
| 60 | + |
13 | 61 | 3.12.10 (2025-06-07)
|
14 | 62 | ====================
|
15 | 63 |
|
|
0 commit comments