Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Jun 7, 2024
1 parent 4b7de6f commit 61cbaa7
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -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<environment>` 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)
Expand All @@ -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<environment>` 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
Expand Down

0 comments on commit 61cbaa7

Please sign in to comment.