Skip to content

Commit c289564

Browse files
committed
update releasenotes
1 parent 8a86d2f commit c289564

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

RELEASENOTES.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### Improving error detection and build reliability when downloading project dependencies
2+
3+
The `DownloadProjectDependencies` action now downloads app files from URLs specified in the `installApps` and `installTestApps` settings upfront, rather than validating URLs at build time. This change provides:
4+
5+
- Earlier detection of inaccessible or misconfigured URLs
6+
- Clearer error messages when secrets are missing or URLs are invalid
7+
- Warnings for potential issues like duplicate filenames
8+
19
## v8.3
210

311
### Issues
@@ -39,14 +47,6 @@ Previously, when running the "Publish To Environment" workflow with an environme
3947

4048
Now, the workflow will fail with a clear error message if the specified environment doesn't exist. If you intentionally want to deploy to a new environment that hasn't been configured yet, you can check the **Create environment if it does not exist** checkbox when running the workflow.
4149

42-
### Improving error detection and build reliability when downloading project dependencies
43-
44-
The `DownloadProjectDependencies` action now downloads app files from URLs specified in the `installApps` and `installTestApps` settings upfront, rather than validating URLs at build time. This change provides:
45-
46-
- Earlier detection of inaccessible or misconfigured URLs
47-
- Clearer error messages when secrets are missing or URLs are invalid
48-
- Warnings for potential issues like duplicate filenames
49-
5050
### Set default values for workflow inputs
5151

5252
The `workflowDefaultInputs` setting now also applies to `workflow_call` inputs when an input with the same name exists for `workflow_dispatch`.

0 commit comments

Comments
 (0)