v1.12.2
版本发布时间: 2022-05-02 09:42:38
FAForever/server最新发布版本:v1.13.4(2023-11-13 05:58:19)
Summary
This release contains mostly just minor housekeeping things. The biggest change was a removal of the custom __eq__
and __hash__
implementations for Player
objects. This was causing some really obscure bugs especially with the party system where it was possible to be in a party by yourself but not have party owner permissions. Hopefully this won't happen anymore.
What's Changed
- Issue/#860 Update README by @Askaholic in https://github.com/FAForever/server/pull/869
- Set game_id_counter to 0 if no games by @Brutus5000 in https://github.com/FAForever/server/pull/896
- Issue/#897 config housekeeping by @Askaholic in https://github.com/FAForever/server/pull/899
- Fix integration tests by @Askaholic in https://github.com/FAForever/server/pull/898
- Issue/#893 player hash implementation by @Askaholic in https://github.com/FAForever/server/pull/895
Full Changelog: https://github.com/FAForever/server/compare/v1.12.1...v1.12.2