v10.5.2
🚀 Features
- Run arbitrary RCon commands on chat messages (@FlorianSW)
- You can now configure "RCon chat commands" which trigger specific RCon commands when a chat message is used
- These commands can use parameters (either user-provided ones, or ones provided by the context, such as the player's steam/MS Game Pass ID)
Example commands are available in the respective configuragtion page of the Community RCon tool
🐛 Bug Fixes
- We had some really inefficient queries, performance should be better in general and have fewer excess connection errors when using multiple game servers (@FlorianSW)
- Fixes an intermittent issue that would cause crashing when many game servers were configured
- Seed VIP was using the incorrect parameter when giving VIP to players who did not previously have it
Upgrade Instructions
git fetch --tags
git checkout v10.5.2
docker compose pull
docker compose up -d
What's Changed
- Bump black from 24.8.0 to 24.10.0 by @dependabot in #731
- Bump sentry-sdk[django] from 2.16.0 to 2.17.0 by @dependabot in #730
- Bump humanize from 4.10.0 to 4.11.0 by @dependabot in #729
- Remove pandas to make build working again by @FlorianSW in #589
- Bump rollup from 3.29.4 to 3.29.5 in /rcongui by @dependabot in #708
- Use the correct config parameter for names by @cemathey in #732
- Remove explicit numpy pinning by @FlorianSW in #733
- Bump orjson from 3.10.7 to 3.10.11 by @dependabot in #749
- Bump django-cors-headers from 4.4.0 to 4.6.0 by @dependabot in #748
- Bump sqlalchemy from 2.0.35 to 2.0.36 by @dependabot in #740
- Bump redis from 5.1.1 to 5.2.0 by @dependabot in #737
- Don't crash on startup when using 4+ servers by @cemathey in #735
- [FEATURE] Allow arbitrary RCon commands in chat commands by @FlorianSW in #678
- Maint/query optimization by @cemathey in #750
Full Changelog: v10.5.1...v10.5.2