Skip to content

Releases: svinota/pyroute2

0.9.4

29 Jul 14:36
0.9.4
8fffd6a
Compare
Choose a tag to compare

Bugfix release

Regression fixed: #1380

0.9.3

23 Jul 20:53
0.9.3
d94eaff
Compare
Choose a tag to compare
  • Async generic netlink sockets
  • Use pyproject files only

0.9.3rc2

21 Jul 15:33
0.9.3rc2
a862256
Compare
Choose a tag to compare
0.9.3rc2 Pre-release
Pre-release
  • packaging: use only pyproject files
  • packaging: update pyroute2-minimal modules list
  • fixtures: split out ndb fixture

0.9.3rc1

18 Jul 13:23
0.9.3rc1
cf31ba2
Compare
Choose a tag to compare
0.9.3rc1 Pre-release
Pre-release
  • 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

28 Apr 17:04
0.9.2
4b936b4
Compare
Choose a tag to compare

Minor improvements, including:

  • iproute basic Darwin support
  • plan9 call on read
  • plan9 Inode context manager API
  • nftables both sync and async APIs

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/