4.0.0-RC9 - Blizzard #1272
byRoadrunner
announced in
Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Update 4.0.0-RC9 - Blizzard
We are pleased to announce the nineth release candidate for CloudNet 4.0. This release includes fixes for reported issues and some improvements. We urge all users to install the update, as we will no longer provide support for RC8. Users who want to switch from 3.4.X to 4.0 can find instructions in the release information for RC1.
Please also see the changelog for RC6, this contains the detailed information about the switch to Dependency Injection in the API.
Cheers!
(Please remember, CloudNet is provided as-is - we are not responsible for data loss or corruption. You are encouraged to back up your files before any updates!)
Changelog
🐛 Fixes
✨ Improvements
@Service
annotation to integrate the service registry into dependency injection (feat: enable injection of services from the service registry #1232)It is important to note that setting the
-xmx
and-xms
parameters in the startup scripts now has no effect on the node's memory. To set the memory for the node the propertycloudnet.node.memory
must be set in the launcher.cnl. The value in launcher.cnl is always set in MB for the xmx and xms parameters. The default value is 256MB.You can add the following lines to your launcher.cnl to control the memory setting.
🔗 Links
This discussion was created from the release 4.0.0-RC9 - Blizzard.
Beta Was this translation helpful? Give feedback.
All reactions