You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/versions/latest/Release.md
-50
Original file line number
Diff line number
Diff line change
@@ -9,32 +9,13 @@
9
9
[//]: #(### *Breaking Change*)
10
10
[//]: #(Describe the breaking change AND explain how to resolve it)
11
11
[//]: #(You can utilize internal links /e.g. link to the upgrade procedure, link to the improvement|deprecation that introduced this/)
12
-
### *Upgrade to node.js 22 (22.13.1)*
13
-
BTVA is compiled for node.js 22 and may use features not available in older node.js versions. Make sure proper version of node.js is used for project build.
14
-
Projects that use older versions of @types/node should upgrade to the later versions compatible with node.js 22. Changes in code using obsolete functions may be required.
15
-
16
-
### *Upgrade to latest typescipt and ts-node*
17
-
The latest versions of typescipt have stricter code validation and may report errors where they were previously ignored.
18
-
Examples: not passing all mandatory function parameters, use of 'this' in workflow definitions (*.wf.ts).
19
-
20
-
### *Aria (vra-ng) policies are now handled differently.*
21
-
22
-
Previously, when pulling and pushing policies, duplicates were allowed, however this didn't allow us to map them correctly. So that being the case, now policies with the same name and of the same type on the environment will break the execution of the code.
23
12
24
13
## Deprecations
25
14
26
15
[//]: #(### *Deprecation*)
27
16
[//]: #(Explain what is deprecated and suggest alternatives)
28
17
29
18
[//]: #(Features -> New Functionality)
30
-
### *Angular 8 not supported for VCD projects*
31
-
The VCD projects based on Angular 8 templates are not supported anymore. Projects must be upgraded to Angular 15 templates.
32
-
33
-
### *Remove powershell runtime option*
34
-
The following option have been removed:
35
-
```text
36
-
- `powershell:7.4`
37
-
```
38
19
39
20
## Features
40
21
@@ -58,37 +39,6 @@ The following option have been removed:
58
39
[//]: #(Optional But higlhy recommended Specify *NONE* if missing)
59
40
[//]: #(#### Relevant Documentation:)
60
41
61
-
### *Fix documentation typo*
62
-
63
-
It is now possible to configure how the unit tests are being bootstrapped and executed.
64
-
65
-
#### Previous Behavior
66
-
67
-
Missing a close curly brace in the Workflow's User Interaction example.
0 commit comments