Skip to content

Releases: OpenFarLands/TheStoneProxy

v3.0.1 Typo

15 Jun 11:06
80d8092
Compare
Choose a tag to compare

Сhangelog:

  • Fixed typo error (issue #11)

v3.0.0

25 Mar 11:23
Compare
Choose a tag to compare

С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

23 Feb 09:11
Compare
Choose a tag to compare

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

23 Dec 11:38
Compare
Choose a tag to compare

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

01 Dec 17:05
Compare
Choose a tag to compare

Second Release!

Changelog:

  • Added prometheus support #4
  • Fixed bugs
  • Change config to more convenient
  • Added docker and CI/CD

First release

15 Nov 21:15
9c737b9
Compare
Choose a tag to compare

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