Skip to content

Commit d0c7e2c

Browse files
committed
Update CHANGELOG.md
1 parent 30344c1 commit d0c7e2c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ 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.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+
617
## v1.3.2
718
### Fixed
819
* Fixes self-upgrade incorrectly executing the command to un-tar downloaded archives.

0 commit comments

Comments
 (0)