From 61cbaa7e7edaae9de7d87c65096d858e7126a44b Mon Sep 17 00:00:00 2001 From: freddydk Date: Fri, 7 Jun 2024 10:05:09 +0200 Subject: [PATCH] move --- RELEASENOTES.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 958b9099d..a2c5f1dce 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,17 +1,11 @@ -## v5.2 - -### Issues -- Issue 1084 Automatic updates for AL-Go are failing when main branch requires Pull Request - ### Business Central Performance Toolkit Test Result Viewer In the summary after a Test Run, you now also have the result of performance tests. ### New Settings -- `PowerPlatformSolutionFolder`: Contains the name of the folder containing a PowerPlatform Solution (only one) -- `DeployTo` now has two additional properties `companyId` is the Company Id from Business Central (for PowerPlatform connection) and `ppEnvironmentUrl` is the Url of the PowerPlatform environment to deploy to. +of the PowerPlatform environment to deploy to. - `bcptThresholds` is a JSON object with properties for the default thresholds for the Business Central Performance Toolkit - **DurationWarning** - a warning is issued if the duration of a bcpt test degrades more than this percentage (default 10) - **DurationError** - an error is issued if the duration of a bcpt test degrades more than this percentage (default 25) @@ -21,6 +15,16 @@ In the summary after a Test Run, you now also have the result of performance tes > [!NOTE] > Duration thresholds are subject to varying results depending on the performance of the agent running the tests. Number of SQL statements executed by a test is often the most reliable indicator of performance degredation. +## v5.2 + +### Issues +- Issue 1084 Automatic updates for AL-Go are failing when main branch requires Pull Request + +### New Settings + +- `PowerPlatformSolutionFolder`: Contains the name of the folder containing a PowerPlatform Solution (only one) +- `DeployTo` now has two additional properties `companyId` is the Company Id from Business Central (for PowerPlatform connection) and `ppEnvironmentUrl` is the Url of the PowerPlatform environment to deploy to. + ### New Actions - `BuildPowerPlatform`: to build a PowerPlatform Solution