From b6bea11c8b5a98a379ca440dac655c6044be8143 Mon Sep 17 00:00:00 2001 From: Nikita Manovich Date: Mon, 3 Aug 2020 16:33:21 +0300 Subject: [PATCH] Update CHANGELOG.md (beta release) --- CHANGELOG.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f51fc05..89e2840c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.1.0-beta] - Unreleased +## [1.1.0-beta] - 2020-08-03 ### Added - DL models as serverless functions () - Source type support for tags, shapes and tracks () @@ -20,9 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - It is impossible to submit a DL model in OpenVINO format using UI. Now you can deploy new models on the server using serverless functions () - Files and folders under share path are now alphabetically sorted -### Deprecated -- - ### Removed - Removed OpenVINO and CUDA components because they are not necessary anymore () - Removed the old UI code () @@ -46,9 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed toolip closing issue () - Clearing frame cache when close a task () -### Security -- - ## [1.1.0-alpha] - 2020-06-30 ### Added - Throttling policy for unauthenticated users ()