Instance Start/Stop crons + Fixes #1998
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #1985
Closes #1969
🆑
Fixed version telemetry not being reported. This was due to a misconfiguration in the deployment process and isn't reflected in code.
Fixed
GET /Administration
returning bad data if a prior request to it was aborted.Fixed downgrading to versions between <6.70 and >=6.6.0 migrating MySQL/MariaDB databases incorrectly.
UserId in OAuthConnections schema is now properly non-nullable.
(POTENTIAL INCOMPATIBILITY) Limited database cron string lengths to 1000 characters instead of 10000.
Fixed cases where very long timers could throw exceptions.
Added start/stop cron schedules for instance game servers.
/🆑
🆑 HTTP API
Added
autoStartCron
andautoStopCron
to Instance model. Functions identically toautoUpdateCron
but will instead launch and gracefully shutdown the server respectively. Added instance rights 2048 and 4096 to adjust these respectively./🆑
🆑 Nuget: API
Updated to API v10.12.0.
Added
Limits.CronStringLength
.Adjusted
StringLength
attribute onInstance.AutoUpdateCron
.Added
Instance.AutoStartCron
andInstance.AutoStopCron
.Added
InstanceManagerRights.SetAutoStart
andInstanceManagerRights.SetAutoStop
./🆑
🆑 Nuget: Client
Update API Library to v16.3.0
/:cl:
Merging with
[RESTDeploy][NugetDeploy]