Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@MikeDev101 MikeDev101 released this 29 Sep 01:34
· 99 commits to master since this release

#118

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.