v0.7.0
Changes
- UDP tunnel support for faster connections (Optimized further since the beta)
- Coalesced files (game configurations) are now stored in JSON files so can be modified without unpacking and repacking them (The server is now capable of packing at runtime)
- Tunnel keep-alive messages to prevent nginx from closing the connections if they're going unused
- Dashboard login code integration (New with plugin client beta)
- Possible fixes for some connection issues
- Improved keep alive system
- Fixes for deadlocks
- Dependencies bumped
- Improved performance internally removing extra locking and cloning switching out async locks
- Additional debug logging
What's Changed
- feat: decompiled coalesced by @jacobtread in #70
- feat: system messages, login codes by @jacobtread in #71
Full Changelog: v0.6.1...v0.7.0