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: content/en/blog/releases/2025.X/2025.5.md
+26-28Lines changed: 26 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@ Installation artefacts can be requested by raising a case in the [{{% ctx %}} Se
23
23
* Observability
24
24
* Security
25
25
* Usability
26
-
* Installation
27
26
* Upgrade
28
27
* Documentation
29
28
@@ -56,13 +55,14 @@ The [Security][] of {{% ctx %}} has been improved by:
56
55
57
56
[Usability][] has been improved by [updating Decision Blocks icons][Updated Decision Blocks icons].
58
57
59
-
[Installation][] has been modified to[improve certificate update script for High Availability (HA) installations][Improved certificate update script for High Availability (HA) installations].
58
+
[Upgrade][] has been modified to:
60
59
61
-
[Upgrade][] has been modified to [scoped restart for the {{% ctx %}} Gateway web application][Scoped restart for the {{% ctx %}} Gateway web application].
60
+
*[improve certificate update script for High Availability (HA) installations][Improved certificate update script for High Availability (HA) installations].
61
+
*[scoped restart for the {{% ctx %}} Gateway web application][Scoped restart for the {{% ctx %}} Gateway web application].
62
62
63
-
Finally, the [Documentation][] includes updates related to:
63
+
Finally, the [Documentation][] includes the following updates:
64
64
65
-
*[added new User Guides][Added new User Guides] and [Tutorials][Added new Tutorials] for the following:
65
+
*[added new User Guides][Added new User Guides] and [Tutorials][Added new Tutorials]:
66
66
* Flow Editor
67
67
* Operations Overview
68
68
* Studio Authorisation
@@ -91,9 +91,9 @@ Finally, the [Documentation][] includes updates related to:
| <nobr>[{{% ctx %}} Innovation Execution Application][] </nobr> | 27.3.0.25260 | Yes | Major | Yes | Major changes occurred between releases, these changes are related to the contract for the Debug API are [breaking][Breaking - ] between 2025.3 and 2025.5 if upgraded on its own. |
95
-
| <nobr> > [{{% ctx %}} Execution Service][] </nobr> | 27.3.0.25260 | Yes | Major | Yes | Major changes occurred between releases, these changes are related to the contract for the Debug API are [breaking][Breaking - ] between 2025.3 and 2025.5 if upgraded on its own. |
96
-
| <nobr>[{{% ctx %}} Gateway][Gateway], including [{{% ctx %}} Studio][] </nobr> | 13.5.0.25260 | Yes | Major | Yes | Major changes occurred between releases, these changes are related to the contract for the Debug API are [breaking][Breaking - ] between 2025.3 and 2025.5 if upgraded on its own. |
94
+
| <nobr>[{{% ctx %}} Innovation Execution Application][] </nobr> | 27.3.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.|
95
+
| <nobr> > [{{% ctx %}} Execution Service][] </nobr> | 27.3.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], including [{{% ctx %}} Studio][] </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.|
##### Improved certificate update script for High Availability (HA) installations
342
342
@@ -346,12 +346,6 @@ Affected Components:
346
346
347
347
* {{% ctx %}} Upgrade Scripts
348
348
349
-
<!-- TODO: discuss with PO to put to upgrade -->
350
-
351
-
<!-- Cortex\2025 Q2 S2 - PBI - 20328 - Installation - Certificate update is not HA -->
352
-
353
-
#### Upgrade
354
-
355
349
##### Scoped restart for the {{% ctx %}} Gateway web application
356
350
357
351
The {{% ctx %}} Gateway upgrade now stops and starts the AppPool associated with the web application rather than performing an `iisreset`. This is to prevent any downtime for other web applications running under IIS on the same server.
@@ -496,29 +490,32 @@ Affected Components:
496
490
### Deprecated Features
497
491
498
492
There are no features deprecated as part of the 2025.5 release of the {{% ctx %}} Platform.
499
-
<!-- TODO -->
500
493
501
494
### Removed Features
502
495
503
496
There are no features removed in the 2025.5 release of the {{% ctx %}} Platform.
504
-
<!-- TODO -->
505
497
506
498
### Potential Breaking Changes
507
499
508
-
The following may potentially break interactions with the {{% ctx %}} Platform:
509
-
510
-
<!-- TODO -->
500
+
There are no known potential breaking changes as part of the 2025.5 release of the {{% ctx %}} Platform.
511
501
512
502
### Breaking Changes
513
503
514
-
There are no known breaking changes as part of the 2025.5 release of the {{% ctx %}} Platform.
515
-
<!-- TODO -->
504
+
The following features have introduced breaking changes in the 2025.5 release of the {{% ctx %}} Platform:
516
505
517
-
###Known Limitations
506
+
#### Introduced Code Analyser to the {{% ctx %}} Execution Service
518
507
519
-
Known limitations have been added within the 2025.5 release of the {{% ctx %}} Platform:
508
+
The [Code Analyser feature][] has change has changed what C# code can be executed from flows within {{% ctx %}}. This is a breaking change as it will prevent existing flows from being executed unless the Code Analyser is disabled or the Allowed list is updated to include the C# data types and namespaces required by new or existing flows.
509
+
510
+
To disable the Code Analyser, or to update the Allowed list, please refer to the following:
|[Single Server][Disable Code Analyser - Single Node]|[Single Server][Update Allowed list - Single Node]|
514
+
|[Multiple Server][Disable Code Analyser - Multi Node]|[Multiple Server][Update Allowed list - Multi Node]|
515
+
516
+
### Known Limitations
520
517
521
-
<!-- TODO -->
518
+
There are no known limitations added as part of the 2025.5 release of the {{% ctx %}} Platform.
522
519
523
520
## Version Support
524
521
@@ -566,14 +563,14 @@ Known limitations have been added within the 2025.5 release of the {{% ctx %}} P
566
563
567
564
## Install Instructions
568
565
569
-
If you are installing a new 2025.5 platform or adding it to an existing 7.2 Installation see the guidance below; otherwise, if you are upgrading from an existing 2025.3 platform refer to the [Upgrade Instructions][].
566
+
If you are installing a new 2025.5 platform or adding it to an existing {{% ctx %}} 7 Installation see the guidance below; otherwise, if you are upgrading from an existing 2025.3 platform refer to the [Upgrade Instructions][].
570
567
571
568
Installing {{% ctx %}} Only:
572
569
573
570
*[Multiple Server - With HA][Innovation Only - Multiple Server - With HA]
574
571
*[Single Server - Without HA][Innovation Only - Single Server - Without HA]
575
572
576
-
Adding {{% ctx %}} to a 7.2 Installation:
573
+
Adding {{% ctx %}} to a {{% ctx %}} 7 Installation:
577
574
578
575
*[Multiple Server - With HA][Adding Innovation to a 7.2 Installation - Multiple Server - With HA]
579
576
*[Single Server - Without HA][Adding Innovation to a 7.2 Installation - Single Server - Without HA]
@@ -675,6 +672,7 @@ Releases are currently forecast to be made available on:
675
672
[Added new Tutorials]: {{< ref "#added-new-tutorials" >}}
676
673
[Added Installation Checklists to the Install instructions]: {{< ref "#added-installation-checklists-to-the-install-instructions" >}}
@@ -690,7 +688,7 @@ Releases are currently forecast to be made available on:
690
688
691
689
[Upgrade - Single Server - Without HA]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2024.11to2025.1.SingleServerWithoutHA.MainDoc" version="2025.5" >}}
692
690
[Upgrade - Multiple Server - With HA]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2024.11to2025.1.MultipleServerWithHA.MainDoc" version="2025.5" >}}
0 commit comments