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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,17 @@ 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.4.0
7
+
### Fixed
8
+
* Removes the use of tagging when storing server resource usage in the cache. This addresses errors encountered when using the `file` driver.
9
+
* Fixes Wings response handling if Wings returns an error response with a 200-level status code that would improperly be passed back to the client as a successful request.
10
+
* Fixes use of JSON specific functions in SQL queries to better support MariaDB users.
11
+
* Fixes a migration that could fail on some MySQL/MariaDB setups when trying to encrypt node token values.
12
+
13
+
### Changed
14
+
* Increases the maximum length allowed for a server name using the Rust egg.
15
+
* Updated server resource utilization API call to Wings to use new API response format used by `Wings@1.4.0`.
16
+
6
17
## v1.3.2
7
18
### Fixed
8
19
* Fixes self-upgrade incorrectly executing the command to un-tar downloaded archives.
0 commit comments