Skip to content

Releases: hubo1016/vlcp

v2.2.1

12 Dec 06:38
1f21cd2
Compare
Choose a tag to compare

This release fix xid overflow on openflow protocol

v2.2.0

08 Nov 07:02
Compare
Choose a tag to compare
  • Experimental OpenFlow 1.4 support
  • Some minor fixes

v2.2.0a1

05 Nov 08:34
Compare
Choose a tag to compare
v2.2.0a1 Pre-release
Pre-release
  • Experimental OpenFlow 1.4 support
  • Some minor fixes

v2.1.0

13 Sep 06:32
Compare
Choose a tag to compare
  • New module: FreeARP (vlcp.service.sdn.freearp.FreeARP) automatically send free ARP on VLAN networks
  • Fix a crash caused by debugging console threading race condition
  • Fix a bug that causes ZooKeeper watches lost when reconnected
  • Fix a bug that causes resync when many endpoints are deleted concurrently

v2.0.0

10 Aug 11:52
Compare
Choose a tag to compare

v2.0 is the new series of VLCP, which only supports Python3.5+ and PyPy3. PyPy3 is recommended.

This release uses async functions instead of generators to fix some long existed issues related to GC in PyPy2. It also has a lot of performance optimizing, and is about 10% faster (tested with basic HTTP) than v1.x.

v2.0 is compatible in configuration, but not compatible in code. Plugins which are designed for v1.x must be upgraded and use the new interfaces.

v1.5.6

03 Aug 07:58
b52c28e
Compare
Choose a tag to compare

This release use fixed nstruct version to solve a compatibility issue (new version will be supported in v2.0)

v1.5.5

04 Jun 08:28
Compare
Choose a tag to compare
  • Fix some issues on very high load
  • Fix an issue introduced by an unsafe method calling from GC

v1.5.4

24 May 10:04
Compare
Choose a tag to compare
  • Improve compatibility with Python 3.7-rc
  • Fix some issues on very high load

v1.5.3

23 May 08:07
49ed318
Compare
Choose a tag to compare

This release fixes a random crash with IndexError when executing with PyPy

v1.5.2

10 May 03:41
6915608
Compare
Choose a tag to compare

This release fix an issue on high pressure causing connections dropped