Skip to content

Breaking Changes

Compare
Choose a tag to compare
@wohahobg wohahobg released this 04 Aug 14:49
· 60 commits to main since this release

🚨 Breaking Changes

  • Removed splitter_limit: The splitter_limit has been removed and replaced with the new Feature Limits system.

New Features and Improvements

πŸš€ Feature Limits Enhancement

  • Flexible Feature Limits: Now you can easily add any feature_limits from any add-on in your Pterodactyl setup.
  • JSON Input Support: Utilize JSON to specify feature limits. For example: {"proxies": 2, "split_limit": 2}.
  • Error Handling: If the JSON input is invalid, the module will gracefully ignore it.

πŸ–₯️ CPU Pinning

  • Advanced Configuration: Change server core CPU pinning.
    • Specify CPU Cores: Enter specific CPU cores that the process can run on, or leave blank to allow all cores.
    • Format Options: Use a single number, or a comma-separated list. Examples: 0, 0-1,3, or 0,1,3,4.

πŸ” Enhanced Port Searching

  • Improved Search: The module now ensures better port searching, especially when Dedicated IP is enabled.
  • Dedicated IP Care: It takes extra care to find an IP that is not used at all if any other ports are available for "adding".

What's Changed

New Contributors

Full Changelog: 1.2...1.3