2.3.4
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 ifContent-Length
orTransfer-Encoding
HTTP Headers are absent @leojonathanoh (#91)
📝 Documentation
- Fix (development): Add
bf2
server and Gamespy server indocker-compose.yml
to setup a full development stack simply bydocker-compose up
@leojonathanoh (#92) - Docs (examples): Add missing step to restart BF2 server after setting up the DB the first time @leojonathanoh (#93)
🧰 Maintenance
- Chore: Bump version to
2.3.4
@leojonathanoh (#95)