From 95c7d3fa0e1d11cf9e9f4d2b3847ab0994d353cf Mon Sep 17 00:00:00 2001 From: platformlead Date: Wed, 31 May 2023 17:55:12 +1000 Subject: [PATCH] Create release 0.8.0 --- ReleaseNotes/v0.7.3.md | 4 ++-- ReleaseNotes/v0.8.0.md | 27 +++++++++++++++++++++++++++ Versions/v0.8.0.json | 16 ++++++++++++++++ 3 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 ReleaseNotes/v0.8.0.md create mode 100644 Versions/v0.8.0.json diff --git a/ReleaseNotes/v0.7.3.md b/ReleaseNotes/v0.7.3.md index 71120db..87f1409 100644 --- a/ReleaseNotes/v0.7.3.md +++ b/ReleaseNotes/v0.7.3.md @@ -12,9 +12,9 @@ Minor release with bugfixes, in frontend and backend functionality ### 🐛 FIXED ISSUES -Portal: Window managment functionality, that closing windows in some cases resulted in tabs (taskbar) and windows got out of sync +Portal: Window managment functionality, closing windows in some cases resulted in tabs (taskbar) and windows got out of sync -Core: Serverless Application Repository update mechanism, preventing direct 1 click update from AWS SAR +Core: Serverless Application Repository update mechanism, preventing direct 1 click update from AWS SAR ### 🏗️ COMPATIBILITY CHANGES diff --git a/ReleaseNotes/v0.8.0.md b/ReleaseNotes/v0.8.0.md new file mode 100644 index 0000000..6a4fe9c --- /dev/null +++ b/ReleaseNotes/v0.8.0.md @@ -0,0 +1,27 @@ +### 👀 GENERAL OVERVIEW +Release with new features and enhancements in frontend and backend functionality + + +#### Bundled components: +* Core: v0.8.0 +* Portal: v0.8.0 +* PortalAccess: v0.7.0 + +### ✨ NEW FEATURES +Data collection query builder: Automatically generate S3 Select query syntax for Integer and Float type of parameters. +Connection indicator: Ondemand initiate WebRTC connection. + +### 🐛 FIXED ISSUES + +Core: WEBRTC server delay entering service till bootstrapping is complete. + + +### 🏗️ COMPATIBILITY CHANGES + +### 🚀 IMPLEMENTATION STEPS + +1. Download the installation bundle from [Logverz Releases](https://github.com/logleads/LogverzReleases/releases), + input parameters description are located at [ParameterReference](https://docs.logverz.io/docs/Getting%20Started/ParameterReference) +2. Upload the init-vX.Y.Z.zip to your S3 Logverz-init-XXXX bucket "bin" folder +3. Open AWS CloudFormation, search for main Logverz stack, click update, use current template specify + installation bundle path, such as bin/init-vX.Y.Z.zip, next, next, acknowledge and submit \ No newline at end of file diff --git a/Versions/v0.8.0.json b/Versions/v0.8.0.json new file mode 100644 index 0000000..bc341d3 --- /dev/null +++ b/Versions/v0.8.0.json @@ -0,0 +1,16 @@ +{ +"Channel":"main", +"Core":{ + "tag":"0.8.0", + "branch":"main" +}, +"Portal":{ + "tag":"0.8.0", + "branch":"main" +}, +"PortalAccess":{ + "tag":"0.7.0", + "branch":"main" +}, +"ReleaseNotes":"/ReleaseNotes/" +} \ No newline at end of file