v2.0.0
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.