From 1b2eb50a32f2582cddd070045b86a612b9d145f8 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 3 May 2020 21:37:36 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3119d28..e4ed7f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v1.0.0-beta.3 +### Fixed +* Daemon will no longer crash if someone requests a websocket for a deleted server. +* Temporary directories are now created properly if missing during the server installation process. + +### Added +* Added support for using Amazon S3 as a backup location for archives. + +### Changed +* Memory overhead for containers is now 5/10/15% higher than the passed limit to account for JVM heap and prevent crashing. + ## v1.0.0-alpha.2 ### Added * Ability to run an installation process for a server and notify the panel when completed.