You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,23 @@ This file is a running track of new features and fixes to each version of the pa
3
3
4
4
This project follows [Semantic Versioning](http://semver.org) guidelines.
5
5
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
+
6
23
## v1.5.1
7
24
### Fixed
8
25
* Fixes Docker image 404ing instead of being able to access the Panel.
0 commit comments