Release Notes - Infrarust v1.1.0
🌟 Major Improvements
Enhanced Responsiveness
The proxy is now faster and more reliable! I've completely redesigned how McProxy handles connections, which means:
- Shorter response times when connecting to your servers
- Better disconnection handling
- More efficient use of your machine's resources
Hot reload for FileProvider
Now you can change the proxy server configurations juste by saving it while it is running.
Check config_examples/config.yaml for more informations !
Customizable Server Messages
You can now customize the message that appears in your Minecraft server list! For each server in your configuration, simply add a "motd" field:
motd:
version_name: "play.myserver.com"
text: "✨ Welcome to my awesome server! ✨"🔧 Technical Improvements
Enhanced Configuration System
- Configuration files are now watched in real-time
- Changes are applied instantly, no restart required (for ServerConfig only)
- Solid foundation for future configuration sources (databases, web APIs, etc.)
🐛 Bug Fixes
- Fixed an issue where requests continued to be processed after client disconnection
- Improved overall proxy stability
🔜 What's Next
- More configuration providers
- Additional server customization options
- Performance optimizations