From 8055d1355d7771b058f45c5f89a972b54c4a086a Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 2 May 2021 15:52:34 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be493b..09d2b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v1.4.2 +### Fixed +* Fixes the `~` character not being properly trimmed from container image names when creating a new server. + +### Changed +* Implemented exponential backoff for S3 uploads when working with backups. This should resolve many issues with external S3 compatiable systems that sometimes return 5xx level errors that should be re-attempted automatically. +* Implements exponential backoff behavior for all API calls to the Panel that do not immediately return a 401, 403, or 429 error response. This should address fragiligty in some API calls and address random call failures due to connection drops or random DNS resolution errors. + ## v1.4.1 ### Fixed * Fixes a bug that would cause the file unarchiving process to put all files in the base directory rather than the directory in which the files should be located.