Skip to content

Releases: svinota/pyroute2

0.9.1

02 Apr 18:32
0.9.1
82978c7
Compare
Choose a tag to compare

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.

0.9.1rc2

27 Mar 23:10
0.9.1rc2
1915199
Compare
Choose a tag to compare
0.9.1rc2 Pre-release
Pre-release
  • Fix batch requests for netlink sockets
  • Fix NFTables with the new core
  • DHCP client fixes

PyPI: https://pypi.org/project/pyroute2/0.9.1rc2/

0.9.1rc1

16 Mar 10:07
0.9.1rc1
27b3090
Compare
Choose a tag to compare
0.9.1rc1 Pre-release
Pre-release

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/