Skip to content

Commit f0cb700

Browse files
authored
Merge 2025.7 Documentation
Merge 2025.7 Documentation
1 parent c3a524a commit f0cb700

File tree

1,756 files changed

+93450
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,756 files changed

+93450
-54
lines changed

.htmltest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ IgnoreURLs:
3131
- "https://dotnet.microsoft.com/.*"
3232
- "https://scribehow.com/.*"
3333
- "https://www.rabbitmq.com/.*"
34+
- "https://letsencrypt.org/.*"
3435
IgnoreDirs:
3536
- "docs/?.*/_print/"
3637
- "docs/?.*/_shared/"
@@ -45,3 +46,5 @@ IgnoreDirs:
4546
- "docs/2024.5/?.*/"
4647
- "docs/2024.7/?.*/"
4748
- "docs/2024.11/?.*/"
49+
- "docs/2025.1/?.*/"
50+
- "docs/2025.5/?.*/"

config/_default/config.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,17 +200,22 @@ enable = true
200200
[[menu.main]]
201201
identifier = 'documentation'
202202
name = 'Documentation'
203-
url = '/docs/2025.5'
203+
url = '/docs/2025.7'
204204
weight = 10
205205

206206
# Releases menu
207207
[[params.versions]]
208-
version = "2025.5"
209-
url = "/docs/2025.5/"
208+
version = "2025.7"
209+
url = "/docs/2025.7/"
210210
dotNetVersion = "net-8.0"
211211
inSupport = true
212212
latest = true
213213

214+
[[params.versions]]
215+
version = "2025.5"
216+
url = "/docs/2025.5/"
217+
dotNetVersion = "net-8.0"
218+
214219
[[params.versions]]
215220
version = "2025.3"
216221
url = "/docs/2025.3/"

content/en/blog/releases/2025.X/2025.5.md

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Finally, the [Documentation][] includes the following updates:
9393
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Triggers Service][] </nobr> | 12.2.3.25310 | Yes | Minor | N/A | |
9494
| <nobr>[{{% ctx %}} Innovation Execution Application][] </nobr> | 27.3.1.25310 | Yes | Major | Yes | Major changes occurred between releases, these changes are related to the Code Analyser that restricts what C# code can be executed from flows within CORTEX and is [breaking][Breaking - Introduced Code Analyser to the {{% ctx %}} Execution Service] between 2025.3 and 2025.5. |
9595
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Execution Service][] </nobr> | 27.3.1.25310 | Yes | Major | Yes | Major changes occurred between releases, these changes are related to the Code Analyser that restricts what C# code can be executed from flows within CORTEX and is [breaking][Breaking - Introduced Code Analyser to the {{% ctx %}} Execution Service] between 2025.3 and 2025.5. |
96-
| <nobr>[{{% ctx %}} Gateway][Gateway] </nobr> | 13.5.0.25260 | Yes | Major | Yes | Major changes occurred between releases, these changes are related to the Code Analyser that restricts what C# code can be executed from flows within CORTEX and is [breaking][Breaking - Introduced Code Analyser to the {{% ctx %}} Execution Service] between 2025.3 and 2025.5. |
96+
| <nobr>[{{% ctx %}} Gateway][Gateway] </nobr> | 13.5.0.25260 | Yes | Major | Yes | Major changes occurred between releases, these changes are related to the Code Analyser that restricts what C# code can be executed from flows within CORTEX and is [breaking][Breaking - Introduced Code Analyser to the {{% ctx %}} Execution Service] between 2025.3 and 2025.5. |
9797
| <nobr>[{{% ctx %}} Blocks Package][Blocks] </nobr> | 48.5.1.25260 | Yes | Minor | N/A | |
9898
| <nobr>[{{% ctx %}} Interaction Portal][Interaction Portal] </nobr> | 3.2.0.25260 | Yes | Minor | N/A | |
9999
| <nobr>{{% ctx %}} App Server Install Scripts </nobr> | 5.2.11.25260 | Yes | Patch | N/A | |
@@ -184,9 +184,6 @@ Affected Components:
184184
* [{{% ctx %}} Innovation Execution Application][]
185185
* [{{% ctx %}} Execution Service][]
186186

187-
<!-- Cortex\2025 Q2 S4 - PBI - 34902 - Flow Engine - Expose Tenant, System, PackageName, PackageVersion, FlowName, ExecutionId on _executionContext -->
188-
<!-- ***Add node name -->
189-
190187
##### Added support for the {{% ctx %}} Interaction Portal to provide separate credentials for querying AD Groups
191188

192189
The {{% ctx %}} Interaction Portal now supports the use of separate credentials for querying Active Directory Groups. This may be used when the user provided for running PowerShell does not have permission to query the AD Groups.
@@ -196,8 +193,6 @@ Affected Components:
196193

197194
* [{{% ctx %}} Interaction Portal][Interaction Portal]
198195

199-
<!-- Cortex\2025 Q2 S6 - PBI - 35059 - CORTEX Interaction Portal - Apply changes from Configuration Portal core flows -->
200-
201196
#### Observability
202197

203198
##### Executions data includes child executions
@@ -219,8 +214,6 @@ Affected Components:
219214
* [{{% ctx %}} Innovation Execution Application][]
220215
* [{{% ctx %}} Execution Service][]
221216

222-
<!-- Cortex\2025 Q2 S4 - PBI - 34658 - CORTEX Gateway - Display all executions in Packages->Package Definitions grid, Packages->Package Version Editor->Running Executions grid and Operations Overview->Running Executions tile -->
223-
224217
##### New columns added to the Running Executions grid on the Packages page
225218

226219
The [Running Executions][] grid on the [Packages][] page has had the following columns added:
@@ -250,9 +243,6 @@ Affected Components:
250243
* [{{% ctx %}} Innovation Execution Application][]
251244
* [{{% ctx %}} Execution Service][]
252245

253-
<!-- Cortex\2025 Q2 S6 - PBI - 35284 - CORTEX Gateway - Running Executions - Add column for root execution ID -->
254-
<!-- Cortex\2025 Q2 S6 - PBI - 35518 - CORTEX Gateway - Running Executions - Add node name as column and property on _executionContext -->
255-
256246
#### Security
257247

258248
##### Introduced Code Analyser to the {{% ctx %}} Execution Service
@@ -290,10 +280,6 @@ Affected Components:
290280
* [{{% ctx %}} Innovation Execution Application][]
291281
* [{{% ctx %}} Execution Service][]
292282

293-
<!-- Cortex\2025 Q2 S4 - PBI - 34450 - Flows Engine - Add analyser to disallow use of windows.intPointer 0 -->
294-
<!-- Cortex\2025 Q2 S4 - PBI - 34979 - Flows Engine - Whitelist Analyser - Required Types/Namespaces and Allowed Types/Namespaces -->
295-
<!-- Code analyser not Whitelist analyser -->
296-
297283
##### Updated Erlang version
298284

299285
Erlang has been updated to version `26.2.5.12` to address recently identified vulnerabilities.
@@ -303,8 +289,6 @@ Affected Components:
303289
* {{% ctx %}} App Server Install Scripts
304290
* {{% ctx %}} Upgrade Scripts
305291

306-
<!-- Cortex\2025 Q2 S6 - PBI - 35439 - Installation/Upgrade - Elrang vulnerability - Erlang version 26.2.5.12 -->
307-
308292
##### General security enhancements on {{% ctx %}} Gateway
309293

310294
{{% ctx %}} Gateway has been updated to improve security by reviewing and updating the following:
@@ -317,10 +301,6 @@ Affected Components:
317301

318302
* [{{% ctx %}} Gateway][Gateway]
319303

320-
<!-- Cortex\2025 Q2 S3 - PBI - 34781 - Security - Review and update Permissions-Policy - Gateway -->
321-
<!-- Cortex\2025 Q2 S3 - PBI - 34734 - Security - Run 3rd Party security checks For Gateway and verify that settings are up to date -->
322-
<!-- Cortex\2025 Q2 S3 - PBI - 34448 - Security - Unrecognized Content-Security-Policy directive 'navigate-to' -->
323-
324304
#### Usability
325305

326306
##### Updated Decision Blocks icons
@@ -334,8 +314,6 @@ Affected Components:
334314
* [{{% ctx %}} Innovation Execution Application][]
335315
* [{{% ctx %}} Execution Service][]
336316

337-
<!-- Cortex\2025 Q2 S4 - PBI - 34660 - CORTEX Blocks - Decision Blocks - Icons easier to identify -->
338-
339317
#### Upgrade
340318

341319
##### Improved certificate update script for High Availability (HA) installations
@@ -360,8 +338,6 @@ Affected Components:
360338
* {{% ctx %}} Web App Server Recovery
361339
* {{% ctx %}} Upgrade Scripts
362340

363-
<!-- Cortex\2025 Q2 S3 - PBI - 34540 - Upgrade - IISReset needs to be more specific for dual sites -->
364-
365341
#### Documentation
366342

367343
##### Added new User Guides
@@ -382,12 +358,6 @@ User Guides have been added to the {{% ctx %}} Product Portal about:
382358
* [Studio Export][User Guide - Studio Export]
383359
* [License Consumption][User Guide - License Consumption]
384360

385-
<!-- Cortex\2025 Q2 S6 - PBI - 34999 - Product Portal - Add Flow Editor User Guide -->
386-
<!-- Cortex\2025 Q2 S3 - PBI - 34002 - Product Portal - Add Operations Overview -->
387-
<!-- Cortex\2025 Q2 S4 - PBI - 34883 - Product Portal - Add Studio Authorisation, Studio Hierarchy and License Consumption User Guides -->
388-
<!-- Cortex\2025 Q2 S3 - PBI - 34013 - Product Portal - Add Studio Import and Export -->
389-
<!-- Cortex\2025 Q2 S3 - PBI - 34031 - Product Portal - Add Version Control -->
390-
391361
##### Added new Tutorials
392362

393363
Tutorials have been added to the {{% ctx %}} Product Portal about:
@@ -405,33 +375,20 @@ Tutorials have been added to the {{% ctx %}} Product Portal about:
405375
* [Studio Export][Tutorials - Studio Export]
406376
* [License Consumption][Tutorials - License Consumption]
407377

408-
<!-- Cortex\2025 Q2 S6 - PBI - 34999 - Product Portal - Add Flow Editor User Guide -->
409-
<!-- Cortex\2025 Q2 S3 - PBI - 34002 - Product Portal - Add Operations Overview -->
410-
<!-- Cortex\2025 Q2 S4 - PBI - 34883 - Product Portal - Add Studio Authorisation, Studio Hierarchy and License Consumption User Guides -->
411-
<!-- Cortex\2025 Q2 S3 - PBI - 34013 - Product Portal - Add Studio Import and Export -->
412-
<!-- Cortex\2025 Q2 S3 - PBI - 34031 - Product Portal - Add Version Control -->
413-
414378
##### Added Installation Checklists to the Install instructions
415379

416-
<!-- PO REVIEWED UNTIL HERE -->
417-
418380
An installation checklists have been added to the {{% ctx %}} Install instructions to help tracking installation progress:
419381

420382
* {{< filelink src="/pdf/Installation Checklists - Multiple Server With HA.pdf" name="Multiple Server - With HA" >}}
421383
* {{< filelink src="/pdf/Installation Checklists - Single Server Without HA.pdf" name="Single Server - Without HA" >}}
422384

423-
424-
<!-- Cortex\2025 Q2 S4 - PBI - 34951 - Product Portal - Add Service Desk's Installation Checklists to Install instructions -->
425-
426385
##### Added Disaster Recovery Guides
427386

428387
Disaster Recovery Guides have been added to the {{% ctx %}} Product Portal to help with the Disaster Recovery process. These guides include:
429388

430389
* [Multiple Server - With HA][Disaster Recovery - Multiple Server - With HA]
431390
* [Single Server - Without HA][Disaster Recovery - Single Server - Without HA]
432391

433-
<!-- Cortex\2025 Q2 S3 - PBI - 34566 - Product Portal - Document steps for disaster recovery -->
434-
435392
### Bug Fixes
436393

437394
#### Capability
@@ -444,8 +401,6 @@ Affected Components:
444401

445402
* [{{% ctx %}} Gateway][Gateway]
446403

447-
<!-- Cortex\2025 Q2 S6 - BUG - 35549 - CORTEX Gateway - Blocks.JSON corruption causes gateway to stop working - merge from 2025.3 to main -->
448-
449404
#### Scalability
450405

451406
##### Overwriting backup when performing Disaster Recovery backup
@@ -472,8 +427,6 @@ Affected Components:
472427
* {{% ctx %}} Web App Server Recovery
473428
* {{% ctx %}} Upgrade Scripts
474429

475-
<!-- Cortex\2025 Q2 S3 - PBI - 34775 - Disaster Recovery - Seperate backup path for app server and flow debugger -->
476-
477430
#### Installation
478431

479432
##### Missing user profile for {{% ctx %}} Gateway AppPool user
@@ -484,9 +437,6 @@ Affected Components:
484437

485438
* {{% ctx %}} Web App Server Install Scripts
486439

487-
<!-- Cortex\2025 Q2 S5 - PBI - 34614 - Installation - Gateway - LDAP connection settings cant be setup if user running gateway doesnt have user profile -->
488-
<!-- Cortex\2025 Q2 S5 - PBI - 35317 - Installation - Gateway - Load User Profile -->
489-
490440
### Deprecated Features
491441

492442
There are no features deprecated as part of the 2025.5 release of the {{% ctx %}} Platform.

0 commit comments

Comments
 (0)