Skip to content

Releases: Sahur01-arch/Smooth-Boot

SMOOTHBOOT-1.2.6-BETA

Choose a tag to compare

@Sahur01-arch Sahur01-arch released this 23 Jun 16:20

NEW UPDATE 🔧

SMOOTHBOOT-1.2.7-ALPHA

Pre-release

Choose a tag to compare

@Sahur01-arch Sahur01-arch released this 23 Jun 16:39
46d39ca

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.

⚠️ Key Changes & Improvements

  • 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.
  • 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.
  • Refined Security Scanning:
    • Reduced the aggressiveness of the file scanner to significantly lower the
      chance of false positives and unnecessary "Safe Mode" triggers.
  • Configuration Cleanup:
    • Removed the deprecated fast-packet-serialization setting from config.yml to
      prevent confusion.
  • 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.

📢 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.