Skip to content

Commit 869bc22

Browse files
committed
Update CHANGELOG.md
1 parent 2d47f98 commit 869bc22

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ This file is a running track of new features and fixes to each version of the pa
33

44
This project follows [Semantic Versioning](http://semver.org) guidelines.
55

6+
## v1.6.0
7+
### Fixed
8+
* Fixes array merging logic for server transfers that would cause a 500 error to occur in some scenarios.
9+
* Fixes user password updates not correctly logging the user out and returning a failure message even upon successful update.
10+
* Fixes the count of used backups when browsing a paginated backup list for a server.
11+
12+
### Added
13+
* Adds foreign key relationship on the `mount_node`, `mount_server` and `egg_mount` tables.
14+
* Adds environment variable `PER_SCHEDULE_TASK_LIMIT` to allow manual overrides for the number of tasks that can exist on a single schedule. This is currently defaulted to `10`.
15+
* OOM killer can now be configured at the time of server creation.
16+
17+
### Changed
18+
* Server updates are not dependent on a successful call to Wings occurring — if the API call fails internally the error will be logged but the server update will still be persisted.
19+
20+
### Removed
21+
* Removed `WingsServerRepository::update()` function — if you were previously using this to modify server elements on Wings please replace calls to it with `::sync()` after updating Wings.
22+
623
## v1.5.1
724
### Fixed
825
* Fixes Docker image 404ing instead of being able to access the Panel.

0 commit comments

Comments
 (0)