Releases: svinota/pyroute2
Releases · svinota/pyroute2
0.9.1
pyroute2, but it's asynchronous.
Now the library core is built on asyncio
. The synchronous version is implemented as a wrapper around the asynchronous core, and should be compatible with the old code. To some extent.
- Important documentation: https://docs.pyroute2.org/asyncio.html
- PyPI: https://pypi.org/project/pyroute2/
0.9.1rc2
- Fix batch requests for netlink sockets
- Fix NFTables with the new core
- DHCP client fixes
0.9.1rc1
A fully rewritten library core — based on asyncio now.
- Asynchronous API available:
AsyncIPRoute
,AsyncNetlinkSocket
,AsyncCoreSocket
- Synchronous API is implemented for compatibility
- Improved support for DHCPv4
- Implemented basic 9p2000 protocol and filesystem support
Important documentation: https://docs.pyroute2.org/asyncio.html
PyPI: https://pypi.org/project/pyroute2/0.9.1rc1/