Skip to content

2.3.4

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 10:26
· 182 commits to master since this release
95717a5

Changes

This is a backported release. It fixes a regression in the gameserver python files introduced in 2.3.3 which will cause the BF2 server's stats to be broken if the ASP webserver does not return either a Content-Length or Transfer-Encoding HTTP header on the *.aspx endpoints. It is advised to upgrade the gameserver python files to 2.3.4 immediately.

🐛 Bug Fixes

  • Fix (python): Fix regression in miniclient.http_get() to read full response body if Content-Length or Transfer-Encoding HTTP Headers are absent @leojonathanoh (#91)

📝 Documentation

  • Fix (development): Add bf2 server and Gamespy server in docker-compose.yml to setup a full development stack simply by docker-compose up @leojonathanoh (#92)
  • Docs (examples): Add missing step to restart BF2 server after setting up the DB the first time @leojonathanoh (#93)

🧰 Maintenance