1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Release history
===============
.. currentmodule:: sniffio
.. towncrier release notes start
Sniffio 1.3.1 (2024-02-26)
--------------------------
Bugfixes
~~~~~~~~
- Added missing ``thread_local`` to ``sniffio.__all__`` (`#44 <https://github.com/python-trio/sniffio/issues/44>`__)
sniffio 1.3.0 (2022-09-01)
--------------------------
Features
~~~~~~~~
- Add support for Python 3.9 and 3.10. (`#29 <https://github.com/python-trio/sniffio/pull/29>`__)
- Provide ``sniffio.thread_local.name`` for coroutine libraries to set (`#23 <https://github.com/python-trio/sniffio/pull/23>`__)
Deprecations and Removals
~~~~~~~~~~~~~~~~~~~~~~~~~
- Drop support for Python 3.5 and 3.6. (`#29 <https://github.com/python-trio/sniffio/pull/29>`__)
sniffio 1.2.0 (2020-10-11)
--------------------------
Features
~~~~~~~~
- Include type hints (`#17 <https://github.com/python-trio/sniffio/pull/17>`__)
sniffio 1.1.0 (2019-04-19)
--------------------------
Features
~~~~~~~~
- Sniff for curio. (`#5 <https://github.com/python-trio/sniffio/issues/5>`__)
sniffio 1.0.0 (2018-07-31)
--------------------------
Initial release.
|