Releases: Aelysium-Group/rusty-connector
v0.5.1 Beta
Please report any errors or bugs to us on Discord. The wiki has been updated to the latest version.
v0.5.0 rewrites major components of the RustyConnector core. Some of which (particularly the Redis rewrite) contained a memory leak! Please update from v0.5.0 to v0.5.1 as soon as possible!
Change Log:
- Fixed Redis based memory leak.
- Fixed players not connecting to root-family when kicked from sub-family when
catch-disconnecting-players
is enabled. - Fixed Redis on RC-Paper not allowing you to provide an empty password.
- Adjusted some config comments.
v0.5.0 Beta (Unstable)
This version should not be used! It contains known memory leaks!
Please report any errors or bugs to us on Discord. The wiki has been updated to the latest version.
v0.5.0 rewrites major components of the RustyConnector core. MAKE SURE YOU TAKE BACKUPS BEFORE UPDATING!
Change Log:
- Rewrote Redis core
- Rewrote Redis messages
- Rewrote load balancing service
- Removed
Families
- Added
Scalar Families
- Added
Static Families
- The root family now must only be defined in the
root-family.name
node. Root families are always Scalar - Add the ability to invert whitelists so they work as blacklists
- Optimized load balancing more
- Added Discord Webhook integration
v0.4.1 Beta
Please report any errors or bugs to us on Discord. The wiki has been updated to the latest version.
Change Log:
- Added Folia Implementation
- Updated
/tpa
to work with Folia - Fixed issue where incoming TPA requests wouldn't appear for
/tpa deny
and/tpa accept
- Rewrite base-level RC core api
- Remove garbage debug logs (woops!)
- Fix null API call on Proxy heartbeat init
v0.4.0 Beta
THIS VERSION DOES NOT SUPPORT FOLIA
Please report any errors or bugs to us on Discord. The wiki has been updated to the latest version.
Change Log:
- Added cross-server
/tpa
command - Added Velocity console
/rc send
command - Added bstats
- Added config versioning and upgrade docs
- Added the removal of
/server
command (Use/rc send
instead!!!!) - Fixed issue with
.java
files compiling into the jar