Releases: Sahur01-arch/Smooth-Boot
Release list
SMOOTHBOOT-1.2.6-BETA
NEW UPDATE 🔧
SMOOTHBOOT-1.2.7-ALPHA
SmoothBoot v1.2.7-ALPHA Release Notes
This release focuses on improving the safety, stability, and transparency of
SmoothBoot, specifically addressing feedback from the community regarding server
stability and security scan aggressiveness.
- Security Refactor:
- Removed Dangerous Shutdowns: The SecurityScanner no longer performs an
automatic Bukkit.shutdown(). If a threat is detected, it now logs severe
warnings and restricts optimizations, allowing the server to remain online for
investigation.
- Removed Dangerous Shutdowns: The SecurityScanner no longer performs an
- Stability & Network Fixes:
- Reverted Risky Netty Tweaks: Removed checkBounds=false and
checkAccessible=false from the NetworkOptimizer. These tweaks, while providing
minor potential gains, introduced unacceptable safety risks and impaired server
diagnostics. We have reverted to default, robust settings.
- Reverted Risky Netty Tweaks: Removed checkBounds=false and
- Refined Security Scanning:
- Reduced the aggressiveness of the file scanner to significantly lower the
chance of false positives and unnecessary "Safe Mode" triggers.
- Reduced the aggressiveness of the file scanner to significantly lower the
- Configuration Cleanup:
- Removed the deprecated fast-packet-serialization setting from config.yml to
prevent confusion.
- Removed the deprecated fast-packet-serialization setting from config.yml to
- Documentation & Transparency:
- Updated README.md with explicit performance disclaimers, clear prerequisites, a
technical component reference, and an open feedback/support section. - Added a disclosure regarding our AI-assisted development workflow and strict
safety protocols.
- Updated README.md with explicit performance disclaimers, clear prerequisites, a
📢 A Note to Our Users
We are committed to building an engineering-grade tool. Transparency is core to our
development. If you encounter any performance issues, unexpected behavior, or have
suspicions regarding the plugin's interaction with your server, please report them
directly via our GitHub issues tracker. Your feedback directly influences our
development cycle and helps us refine the code through immediate hotfixes.
Thank you for helping us make SmoothBoot safer and more reliable.
For those interested in the technical details, please see our internal
SmoothBootInformation.md
(https://github.com/Sahur01-arch/Smooth-Boot/blob/main/SmoothBootInformation.md) for a
deep dive into our architectural logic.