Releases: OpenFarLands/TheStoneProxy
Releases · OpenFarLands/TheStoneProxy
v3.0.1 Typo
Сhangelog:
- Fixed typo error (issue #11)
v3.0.0
Сhangelog:
- Fixed a problem with motd (now proxy doesn't panic if can't properly parse server id string from upstream server)
- New config & motd system (simplified work with OfflineMotd)
- Proxy puts default values when creating config since now
- Proxy split into 4 versions (light, api, metrics, both) so more lightweight now (if you didn't use api or metrics)
- Internal fixes and improvements (more memory-efficient)
v2.0.2 Bugfixes
Changelog:
- Fixed issue #8
The problem was that some servers were using an invalid or outdated format for the server ID string. Now the proxy will not try to set a custom value for a "broken" packet.
v2.0.1 Bugfixes
Changelog:
- Fixed bug when 2 proxy ran in the same time had the same server id (cause problems with motd)
- Fixed bug when specific OfflinePongMessage values instead of SERVER_UNIQUE_ID, PORT_V_4 and PORT_V_6 were ignored and still replaced by "correct ones"
- Add docs for docker & docker-compose
v2.0.0
First release
Release!
Changelog:
- Make basic proxy itself
- Make must important api endpoints
- Add config
- Add more api endpoints
- Add prometheus support
- Add basic middleware
- Setup CI/CD
- Fix bugs