CloudLink Python server v0.2.0 is a complete rewrite from the ground up. It focuses on improving the overall stability, performance, and security of the CloudLink Python server codebase.
0.2.0 utilizes the underlying WebSocket engine more effectively, implements Cerberus for faster and easier JSON validation, and improves JSON parse/dump speeds by using ultra JSON.
0.2.0 deprecates a lot of the legacy bloat of 0.1.x and utilizes a more modular approach to its source code. New functionality is implemented using async decorators instead of referenced functions.