-
-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec57f43
commit 930abfb
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,22 @@ | ||
# Changelog | ||
|
||
## v1.4.6 | ||
### Fixed | ||
* Environment variable starting with the same prefix no longer get merged into a single environment variable value (skipping all but the first). | ||
* The `start_on_completion` flag for server installs will now properly start the server. | ||
* Fixes socket files unintentionally causing backups to be aborted. | ||
* Files extracted from a backup now have their preior mode properly set on the restored files, rather than defaulting to 0644. | ||
* Fixes logrotate issues due to a bad user configuration on some systems. | ||
|
||
### Updated | ||
* The minimum Go version required to compile Wings is now `go1.16`. | ||
|
||
### Deprecated | ||
> Both of these deprecations will be removed in `[email protected]`. | ||
* The `Server.Id()` method has been deprecated in favor of `Server.ID()`. | ||
* The `directory` field on the `/api/servers/:server/files/pull` endpoint is deprecated and should be updated to use `root` instead for consistency with other endpoints. | ||
|
||
## v1.4.5 | ||
### Changed | ||
* Upped the process limit for a container from `256` to `512` in order to address edge-cases for some games that spawn a lot of processes. | ||
|