Skip to content

Releases: svinota/pyroute2

version 0.3.2rc2

18 Nov 09:51
Compare
Choose a tag to compare
version 0.3.2rc2 Pre-release
Pre-release

Release candidate. Added optional async I/O thread in NetlinkSocket. IPDB restarts on I/O errors and when sync is lost.

version 0.3.2rc1

13 Nov 15:07
Compare
Choose a tag to compare
version 0.3.2rc1 Pre-release
Pre-release

Release candidate. The first version completely w/o iocore and rpc. New simplified architecture, increased performance, (supposed to be) more stable (but we'll see ;)

version 0.3.1

11 Oct 17:43
Compare
Choose a tag to compare
version 0.3.1 Pre-release
Pre-release

The new module layout. Utilities IPRoute and IPDB moved to pyroute2; all the netlink protocols moved to pyroute2.netlink.

The release is the intermediate step before the new approach, where all the netlink providers are simple threadless (but threadsafe) socket objects, and all the «cluster-oriented» code is deprecated. The new architecture one can review at the master branch, expected 0.3.2 release time — the end of November.