sfdx-hardis 4.41.0 → 4.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,12 +4,26 @@
4
4
 
5
5
  Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image `hardisgroupcom/sfdx-hardis@beta`
6
6
 
7
+ ## [4.43.0] 2024-07-06
8
+
9
+ - hardis:work:save : Update prompt messages
10
+ - Remove direct URL to target org in case of deployment failure
11
+ - AI Deployment Assistant: Fix identification of error messages
12
+ - Add deployment tip "Condition missing reference"
13
+
14
+ ## [4.42.0] 2024-07-02
15
+
16
+ - hardis:project:deploy:sources:dx : If **testlevel=RunRepositoryTests**, option **runtests** can contain a regular expression to keep only class names matching it. If not set, it will run all test classes found in the repo
17
+ - Reduce size of README
18
+ - Update documentation about Authentication & Security
19
+ - Add missing variables in workflows
20
+
7
21
  ## [4.41.0] 2024-06-29
8
22
 
9
- - **AI Deployment Assistant**: Integrate with OpenAI ChatGPT to find solutions to deployment issues
23
+ - [**AI Deployment Assistant**](https://sfdx-hardis.cloudity.com/salesforce-deployment-assistant-home/): Integrate with OpenAI ChatGPT to find solutions to deployment issues
10
24
  - Monitoring: Default 120mn timeout in Azure Workflow
11
25
  - Backup: Replace colon in package file name
12
- - New command **hardis:project:fix:profiletabs** to add / hide tabs directly in XML when such info is not retrieved by Salesforce CLI
26
+ - New command [**hardis:project:fix:profiletabs**](https://sfdx-hardis.cloudity.com/hardis/project/fix/profiletabs/) to add / hide tabs directly in XML when such info is not retrieved by Salesforce CLI
13
27
 
14
28
  ## [4.40.2] 2024-06-18
15
29