Skip to content

Cloud 2.0

Latest
Compare
Choose a tag to compare
@Citymonstret Citymonstret released this 24 Aug 21:21
· 8 commits to master since this release
7ecc3c8

Cloud 2.0 is a complete rewrite of the Cloud command framework. Major refactoring to both internal components and the public API has taken place in order to allow for things that were previously very cumbersome, if not outright impossible.

While too many changes have been made to list them all, there is a non-exhaustive changelog available here which lists the major changes. You may also find the 2.0 beta release notes here.

The documentation has been rewritten and is available at https://cloud.incendo.org. You are encouraged to contribute to the documentation effort 😄 For further help and discussions you're free to join our Discord!

Packages & Group IDs

Cloud no longer uses cloud.commandframework as the base package, we instead use org.incendo. The same thing goes for the Maven group ID. This makes it very easy to spot whether a project is using Cloud 1.0 or Cloud 2.0.

Repositories & Versioning

The platform implementations are no longer housed in the same repository as the core modules. We have also started versioning the different components separately.

Important

This stable release does not mean that the platform modules are ready for stable releases.