forked from Alex/Pterodactyl-Panel
Update CHANGELOG.md
This commit is contained in:
parent
30344c1339
commit
d0c7e2c0e6
11
CHANGELOG.md
11
CHANGELOG.md
@ -3,6 +3,17 @@ This file is a running track of new features and fixes to each version of the pa
|
||||
|
||||
This project follows [Semantic Versioning](http://semver.org) guidelines.
|
||||
|
||||
## v1.4.0
|
||||
### Fixed
|
||||
* Removes the use of tagging when storing server resource usage in the cache. This addresses errors encountered when using the `file` driver.
|
||||
* 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.
|
||||
* Fixes use of JSON specific functions in SQL queries to better support MariaDB users.
|
||||
* Fixes a migration that could fail on some MySQL/MariaDB setups when trying to encrypt node token values.
|
||||
|
||||
### Changed
|
||||
* Increases the maximum length allowed for a server name using the Rust egg.
|
||||
* Updated server resource utilization API call to Wings to use new API response format used by `Wings@1.4.0`.
|
||||
|
||||
## v1.3.2
|
||||
### Fixed
|
||||
* Fixes self-upgrade incorrectly executing the command to un-tar downloaded archives.
|
||||
|
Loading…
Reference in New Issue
Block a user