Skip to content

v2.0.0

Compare
Choose a tag to compare
@hubo1016 hubo1016 released this 10 Aug 11:52
· 39 commits to master since this release

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.