🚀 Features
🐛 Bug Fixes
- Fix example config for punish command in RCon Chat commands @FlorianSW in #759
⚙️ Other changes
- We've updated some (technical) libraries and components, while this should not be an issue with your setup, we wanted to mention them anyway where appropriate:
- Updated rq and rq-scheduler, which dropped support for redis servers below version 4; if you use the suggested setup from our documentation, you should be past affected redis versions since... well... forever. Redis 4 reelased back in 2015 😉
- alembic: This is our database migration tool, neither our tests, nor the release notes indicate that you need to worry about that, if you encounter any issues, please report them in <#706075642885832764> <:pepepray:1024660534089482361>
Upgrade Instructions
git fetch --tags
git checkout v10.6.0
docker compose pull
docker compose up -d
Full Changelog: v10.5.3...v10.6.0