Skip to content

Releases: FAForever/faf-rust-replayserver

0.3.2

08 May 13:53
Compare
Choose a tag to compare

This fixes two issues found after last deployment to prod.

  • Don't use views for database queries. Should help with mariadb complaining about error 1615.
  • Don't log empty connections, like python server doesn't.

Small refactors and bugfixes

01 Jan 16:21
Compare
Choose a tag to compare

Various small changes after I returned to the code and realized some stuff is too complicated/hard to understand. I think this is good enough for production.

This will be used on test weekend

04 Jun 17:55
Compare
Choose a tag to compare
0.3.0

Version used on test weekend

"Dunno what to improve at this point" edition

14 May 13:03
Compare
Choose a tag to compare

Options at this point:

  • Someone else looks at a code, improves things (say, adds tests) or gives their approval
  • We run some more serious tests on the test server, if everything works we deploy on prod
  • We wait

"Released to dockerhub this time, honest"

24 Mar 23:26
Compare
Choose a tag to compare

First test server deployable version

16 Mar 17:46
Compare
Choose a tag to compare

All functionality is there. Extra stuff like docs, Dockerfile, CI, also there. Tests are satisfactory, I should probably add a few more but I'm lazy, eventually it will happen. A bunch of bugs were caught by tests and fixed. Time to try and deploy this on the test server.