This release doesn't introduce many changes directly relevant to module developers. Most changes are internal and do not impact module development.
However, there are a few notable things:
- Modules now have the capability to manage themselves or other modules via the
ModuleRegistry
. - The
SlashCommandAddon
and all associated methods have been completely removed, following their deprecation in the previous release.
Internal Changes
- Package names have been updated for consistency.
- API and Core versions are now synchronized.
- CLI commands have been revised, with several default commands added related to Module management.