Correctly expose OOM disable state for a server

This commit is contained in:
Dane Everitt 2021-09-13 21:02:12 -07:00
parent f5a1ce13b8
commit 5fdb0a5909
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 9 additions and 1 deletions

View file

@ -6,7 +6,8 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
## v1.6.1
### Fixed
* Fixes server build modifications not being properly persisted to the database when edited.
* Correctly exposes the `oom_disabled` field in the `build` limits block for a server build so that Wings can pick it up.
*
## v1.6.0
### Fixed
* Fixes array merging logic for server transfers that would cause a 500 error to occur in some scenarios.