Releases: CatalysmsServerManager/7-days-to-die-server-manager
Releases Β· CatalysmsServerManager/7-days-to-die-server-manager
v1.21.2
Changes
π Features
- Add Discord invite link to startup logs @niekcandaele (#521)
- Add configurable prefix to all command replies @niekcandaele (#517)
π Bug Fixes
- Make sure the claim lock is always released, even when errors occur halfway the operation @niekcandaele (#523)
- Fix weird behaviour with logging levels @niekcandaele (#522)
- Fix port typo in compose file @niekcandaele (#520)
v1.21.1
Changes
π Bug Fixes
- Skip servers that have messed up configurations during migration @niekcandaele (#515)
- Fix bannedItem migration @niekcandaele (#514)
v1.21.0
Changes
π Features
- allow insecure cookies if hostname starts with http:// @niekcandaele (#513)
- Add tiers to banned items module @niekcandaele (#510)
- Improve local dev env setup @niekcandaele (#508)
- Add some more help text to ingame commands @niekcandaele (#503)
π Bug Fixes
- Fix customCommands that include a ; get split at places they shouldn't be @niekcandaele (#511)
- Fix issue in claim command after player tried to claim a bugged item @niekcandaele (#502)
- Add a lock to claim command to prevent players spamming the command @niekcandaele (#501)
π§° Maintenance
- Set default donor level to enterprise (highest) @niekcandaele (#509)
- Add link to forum post for non-Discord users @niekcandaele (#506)
- Add warning about free hosting being discontinued when CSMM runs in donor-only mode @niekcandaele (#505)
v1.20.2
Changes
π Features
- Let players control how many items get claimed in one go @niekcandaele (#500)
- Add support for case insensitive hook matching @niekcandaele (#498)
π Bug Fixes
- Fix default response for who command @niekcandaele (#499)
- Fix an issue when many writes happen at once to a players currency @niekcandaele (#497)
v1.20.1
Changes
π Features
- Add better handling for player not found in shop @niekcandaele (#494)
- Add offset to logs job execution @niekcandaele (#489)
- Handle server request timeouts smarter @niekcandaele (#485)
- Refactor logging hook to move heavy processing into worker process @niekcandaele (#475)
π Bug Fixes
- Fix Discord role integration @niekcandaele (#496)
- Remove random logs delay @niekcandaele (#490)
- Move how loggingObject gets initialized @niekcandaele (#488)
- Ensure server data is available in eventData @niekcandaele (#487)
- Fix loggingObject initialization on server add @niekcandaele (#486)
- Patches docker-compose to fix run-s usage @ZenJakey (#482)
- Add timeout to default job opts @niekcandaele (#484)
- Exit early and log error when hooks processor doesnt get good data @niekcandaele (#481)
v1.20.0
Changes
π Features
- Add new super simple easy to help debug 'me' controller @halkeye (#480)
- Load geoip db on demand, so instances that don't need it wont load it @halkeye (#479)
- Add tracing to worker jobs @niekcandaele (#478)
- More control over what people can add new servers to an instance @niekcandaele (#477)
- Only load datadog when relevant env variables are given @niekcandaele (#474)
- Add Datadog integration @niekcandaele (#472)
- Control analytics enabled status with env vars @niekcandaele (#469)
π Bug Fixes
- Keep more jobs around after completion/failing @niekcandaele (#473)
- Fixes for support ticket views @niekcandaele (#467)
v1.19.4
Changes
π Features
- Use raw queries for deletion of tracking data @niekcandaele (#466)
- Increase timeout, and force stdin/stdout to be flushed before exiting. @halkeye (#463)
- Move custom hooks to worker process @niekcandaele (#456)
π Bug Fixes
- Do not error out when user is not in a Discord guild @niekcandaele (#461)
- Remove some references to deleted hook @niekcandaele (#460)
- Delete call to start customHooks from set active helper @niekcandaele (#459)
- Fix issue fetching manageable discord guilds @niekcandaele (#458)
π§° Maintenance
- Initial performance improvements wrt slow queries @niekcandaele (#465)
- Use Sequelize for the health check @niekcandaele (#464)
- Switch to concurrently to attempt to make it easier to debug startup issues @halkeye (#462)
- Lower Sentry transaction sample rate @niekcandaele (#457)
v1.19.3
Changes
π Bug Fixes
- Fix issue fetching list of manageable guilds from Discord @niekcandaele (#453)
π§° Maintenance
- Revamp Docker image and workflows @niekcandaele (#431)
- Add lint staged @anusha5695 (#444)
π§ Dependencies
- Upgrade Discordjs version @niekcandaele (#447)
v1.19.2
Changes
π Features
- Increase performance for economy killEarner by parallelising promises @julesnuggy (#437)
π Bug Fixes
- Allow longer strings than 255 characters for gimme values @niekcandaele (#445)
- Increase concurrency for tracking processor @niekcandaele (#443)
π§° Maintenance
- Improve nodemon dev flow by including the worker @niekcandaele (#442)