Releases: PyO3/pyo3-async-runtimes
Releases · PyO3/pyo3-async-runtimes
v0.28.0
What's Changed
- bump MSRV to 1.83 by @davidhewitt in #74
- Don't depend on the whole futures crate by @bilelmoussaoui in #72
- Check for awaitable instead of coroutine in stream glue by @anuraaga in #73
- Update README's MSRV by @MatthijsKok in #75
- Update pyo3 requirement from 0.27 to 0.28 by @dependabot[bot] in #76
- Prep for 0.28 release by @kylebarron in #77
New Contributors
- @bilelmoussaoui made their first contribution in #72
- @anuraaga made their first contribution in #73
- @MatthijsKok made their first contribution in #75
Full Changelog: v0.27.0...v0.28.0
v0.27.0
NB: this was released on 2025-10-20, but the GitHub release was not pushed until 2026-01-10.
What's Changed
- Don't attach to runtime when cloning TaskLocals. by @iksteen in #62
- Move Python::attach calls outside of tokio event loop in future_into_py by @stepancheg in #60
- pyo3 downcasts changed to casts by @jessekrubin in #65
- Fix missing LICENSE file in macros crate by @musicinmybrain in #63
- use
pyo3::intern!by @jessekrubin in #66 - Update pyo3 requirement from 0.26 to 0.27 by @dependabot[bot] in #68
- Bump version to 0.27 by @kylebarron in #69
New Contributors
- @iksteen made their first contribution in #62
- @stepancheg made their first contribution in #60
- @jessekrubin made their first contribution in #65
- @musicinmybrain made their first contribution in #63
Full Changelog: v0.26.0...v0.27.0
v0.26.0
What's Changed
- ci: test 3.14, configure trusted publishing by @davidhewitt in #55
- Prepare for pyo3 0.26 by @kylebarron in #54
Full Changelog: v0.25.0...v0.26.0
v0.25.0
This bumps the PyO3 version to 0.25.
Thanks to @kylebarron and @cjdsellers for help upgrading!
v0.24.0
This bumps the PyO3 version to 0.24.
Thanks to @kylebarron and @cjdsellers for help upgrading!
0.23.0
This bumps the supported PyO3 version to 0.23.
Thank you to @kylebarron for the help upgrading!
pyo3-async-runtimes v0.22.0
Initial release of the new fork of pyo3-asyncio, now built atop PyO3 0.22
Thank you to everyone who helped set up this new fork:
@bschoenmaeckers
@cjdsellers
@davidhewitt
@douglasdavis
@lakako