Skip to content

Commit

Permalink
Bumped up the version
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Jan 5, 2025
1 parent 264a6f9 commit 74022ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/versionhistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Version history

This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.

**UNRELEASED**
**4.8.0**

- Added **experimental** support for running functions in subinterpreters on Python
3.13 and later
Expand All @@ -13,7 +13,7 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
task factory created via ``asyncio.create_eager_task_factory()``, to preserve expected
Trio-like task scheduling semantics (PR by @agronholm and @graingert)
- Configure ``SO_RCVBUF``, ``SO_SNDBUF`` and ``TCP_NODELAY`` on the selector
thread waker socket pair. This should improve the performance of ``wait_readable()``
thread waker socket pair (this should improve the performance of ``wait_readable()``)
and ``wait_writable()`` when using the ``ProactorEventLoop``
(`#836 <https://github.com/agronholm/anyio/pull/836>`_; PR by @graingert)
- Fixed ``AssertionError`` when using ``nest-asyncio``
Expand Down

0 comments on commit 74022ec

Please sign in to comment.