Releases: MikeDev101/cloudlink
0.2.0
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.
0.1.9.2
Version 0.1.9.2 is the last major version of 0.1.x CloudLink server/client pair.
Once 0.2.0 is published, all versions of 0.1.x will be considered EOL.
Full Changelog: 4.0-stable1...0.1.9.2
Cloudlink 4 Stable 1
First stable release of Cloudlink 4.0. There will be no further compatibility-breaking code changes hereafter. Please disregard all previous version code formatting as there have been significant changes to how Cloudlink works.
This release has the following features implemented:
- Standalone server
- Asynchronous or non-async client
- Multi-client support (with both asynchronous and non-async modes)
- Listeners, events, and custom methods
- Basic security implementations
- Scratch protocol support (server only)
- Early documentation in code comments - Still working on proper docs.
If you have questions, comments, or concerns, please DM me in Discord: MikeDEV#9600
Cloudlink Early Release 4
This early release of Cloudlink 4 implements many bug fixes and optimizations. Join the Cloudlink discord server for help, FAQ, tips and tricks, and always up-to-date links to documentation. https://discord.gg/b2Sxf36SSN
Cloudlink 4.0 Early release 3
This early release of Cloudlink 4 implements many bug fixes and optimizations. Join the Cloudlink discord server for help, FAQ, tips and tricks, and always up-to-date links to documentation. https://discord.gg/b2Sxf36SSN
Cloudlink 4 Early release 2
Lots of bug fixes and optimizations. No further comments.
Cloudlink 4.0 Early Release 1 (reupload)
This is a re-release of Early Release 1. This fixes an issue that prevented Python from importing Cloudlink properly.
For documentation, please visit https://hackmd.io/g6BogABhT6ux1GA2oqaOXA
CloudLink 3.0 Stable 2
The latest release of CloudLink Server + Client. Fully stable for personal, public, and/or commercial/non-commercial use.
Improvements since stable1:
- Severe bug fixes
- Implement multithreading functionality for server
- Mitigated packet spoofing vulnerability
- Improved server stability
- Better callback functionality and implementation
- Actually readable and usable documentation
- More sane error codes
The CloudLink project has been improving alongside the Meower Project, and these are still only a small handful of issues yet to be fixed. Hopefully, this gets improved more and more as time goes on.
CloudLink 3.0 Stable 1
The latest release of CloudLink Server + Client. Fully stable for personal, public, and/or commercial/non-commercial use.
CloudLink 3.0 Test
Complete PyPI-friendly release of CloudLink 3.0. This is a test.
Do not use if loading older projects. Support for CloudAccount / CloudDisk / CloudCoin has NOT been implemented yet, and if you need to use these services, please download a copy of the CloudLink 2.x/Legacy release.
Older extension/server/suite code has been archived in 2.x-legacy.