-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
platformlead
committed
May 31, 2023
1 parent
9f74df4
commit 95c7d3f
Showing
3 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/" | ||
} |