Skip to content

Releases: MikeDev101/cloudlink

0.2.0

29 Sep 01:34
Compare
Choose a tag to compare

#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.

0.1.9.2

20 Mar 14:07
97b5ede
Compare
Choose a tag to compare

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

29 Oct 18:13
Compare
Choose a tag to compare

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:

  1. Standalone server
  2. Asynchronous or non-async client
  3. Multi-client support (with both asynchronous and non-async modes)
  4. Listeners, events, and custom methods
  5. Basic security implementations
  6. Scratch protocol support (server only)
  7. 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

10 Sep 02:17
Compare
Choose a tag to compare

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

04 Sep 19:41
04504cd
Compare
Choose a tag to compare

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

04 Sep 02:55
Compare
Choose a tag to compare

Lots of bug fixes and optimizations. No further comments.

Cloudlink 4.0 Early Release 1 (reupload)

03 Sep 02:05
6eb4b80
Compare
Choose a tag to compare

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

05 Dec 04:34
9ea5b23
Compare
Choose a tag to compare

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

21 Aug 01:48
e106863
Compare
Choose a tag to compare

The latest release of CloudLink Server + Client. Fully stable for personal, public, and/or commercial/non-commercial use.

CloudLink 3.0 Test

17 Jun 03:50
a83fd9c
Compare
Choose a tag to compare

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.