Releases: svinota/pyroute2
Releases · svinota/pyroute2
0.9.4
0.9.3
0.9.3rc2
0.9.3rc1
- ndb: use AsyncIPRoute as RTNL source
- ndb: deprecate and remove NDB cli
- async versions for:
- acpi events
- conntrack
- devlink
- diag
- dquot
- ethtool
- event
- generic
- ipvs
- iwutil
- l2tp
- mptcp
- nl80211
- taskstats
- thermal events
- wireguard
- iproute: rt_files management #1360
- examples: update kernel module example
0.9.2
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/