Skip to content

Commit 970214b

Browse files
authored
Release Notes and What's New to 2025.5
1 parent d064027 commit 970214b

9 files changed

+833
-69
lines changed

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

Lines changed: 705 additions & 0 deletions
Large diffs are not rendered by default.

content/en/docs/2025.5/Whats New/_index.md

Lines changed: 63 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -7,75 +7,99 @@ weight: 1
77

88
## Summary
99

10-
2025.3 is the third [Release][] of the next generation of {{% ctx %}} and improves on the [2025.1][] release in the following areas:
10+
2025.5 is the next [Fast Track][] release of {{% ctx %}} and improves on the [2025.3][] release in the following areas:
1111

1212
* [Capability][]
13-
* [Scalability][]
13+
* [Observability][]
1414
* [Security][]
1515
* [Usability][]
16-
* [Third-Party Support][]
16+
* [Upgrade][]
1717
* [Documentation][]
1818

1919
## Improved Capability
2020

2121
This release introduces the following new feature to the {{% ctx %}} platform:
2222

23-
* Support for [creating a new process from Natural Language][].
23+
* The [_executionContext has been extended with additional properties][Extended the _executionContext with additional properties] as follows:
24+
* Tenant
25+
* System
26+
* PackageName
27+
* PackageVersion
28+
* FlowName
29+
* ExecutionId
30+
* Node
31+
* The [{{% ctx %}} Interaction Portal now supports the use of separate credentials for querying Active Directory Groups][Added support for the {{% ctx %}} Interaction Portal to provide separate credentials for querying AD Groups].
2432

25-
## Improved Scalability
33+
## Improved Observability
2634

27-
Scalability has been enhanced by:
35+
Observability has been improved by:
2836

29-
* [enabling automated backups for disaster recovery][].
30-
* [removing old executions on Execution Service startup][].
31-
* [migrating RabbitMQ queues to Quorum Queues][].
37+
* [including child executions in the executions data][Executions data includes child executions] used by the Running Executions tile on the Operations Overview page and Running Executions grid on the Packages page.
38+
* adding [new columns to the Running Executions grid on the Packages page][] as follows:
39+
* `Execution Id`
40+
* `Parent Execution Id`
41+
* `Root Execution Id`
42+
* `Executing On`
3243

3344
## Improved Security
3445

35-
We tightened the security of the platform with [general security enhancements][] and by adding support for a [configurable Global RunAs User for flows][].
46+
The Security of {{% ctx %}} has been tightened by:
47+
48+
* [introducing a Code Analyser to the {{% ctx %}} Execution Service][Introduced Code Analyser to the {{% ctx %}} Execution Service] that restricts what C# code can be executed from flows within {{% ctx %}}.
49+
* [updating Erlang version][Updated Erlang version] to address recently identified vulnerabilities.
50+
* [improving security of {{% ctx %}} Gateway][General security enhancements on {{% ctx %}} Gateway].
3651

3752
## Improved Usability
3853

39-
Improvement to the usability of the Product Portal has been made by [improving the page load speed][] by [hiding unsupported versions of the documentation][].
54+
Usability has been enhanced by [updating Decision Blocks icons][Updated Decision Blocks icons].
55+
56+
## Improved Upgrade
4057

41-
## Improved Third-Party Support
58+
Upgrade has been modified to:
4259

43-
The third-party components [RabbitMQ and Erlang have been upgraded][].
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].
4462

4563
## Improved Documentation
4664

47-
The documentation includes updates related to:
65+
The documentation includes the following updates:
4866

49-
* [Package Management][]
50-
* [removal of "7.2" and "Innovation" from documentation][]
67+
* [added new User Guides][Added new User Guides] and [Tutorials][Added new Tutorials]:
68+
* Flow Editor
69+
* Operations Overview
70+
* Studio Authorisation
71+
* Studio Hierarchy
72+
* Studio Import
73+
* Studio Export
74+
* License Consumption
75+
* [added Installation Checklists to the Install instructions][Added Installation Checklists to the Install instructions].
76+
* [added Disaster Recovery Guides][Added Disaster Recovery Guides].
5177

52-
For a full list of what has been introduced in this release, please see the [2025.3 Release Notes][]
78+
For a full list of what has been introduced in this release, please see the [2025.5 Release Notes][]
5379

54-
[Release]: {{< url path="Cortex.Reference.Glossary.P-T.Release" version="2025.3" >}}
55-
[2025.1]: {{< url path="Cortex.Blogs.Releases.2025.1.MainDoc" version="2025.3" >}}
80+
[Fast Track]: {{< url path="Cortex.Reference.Glossary.F-J.FastTrack" version="2025.5" >}}
81+
[2025.3]: {{< url path="Cortex.Blogs.Releases.2025.3.MainDoc" version="2025.5" >}}
5682

5783
[Capability]: {{< ref "#improved-capability" >}}
58-
[Scalability]: {{< ref "#improved-scalability" >}}
84+
[Observability]: {{< ref "#improved-observability" >}}
5985
[Security]: {{< ref "#improved-security" >}}
6086
[Usability]: {{< ref "#improved-usability" >}}
61-
[Third-Party Support]: {{< ref "#improved-third-party-support" >}}
87+
[Upgrade]: {{< ref "#improved-upgrade" >}}
6288
[Documentation]: {{< ref "#improved-documentation" >}}
6389

64-
[2025.3 Release Notes]: {{< url path="Cortex.Blogs.Releases.2025.3.MainDoc" version="2025.3" >}}
65-
66-
[creating a new process from Natural Language]: {{< url path="Cortex.Blogs.Releases.2025.3.CreatingANewProcessFromNaturalLanguage" version="2025.3" >}}
67-
68-
[enabling automated backups for disaster recovery]: {{< url path="Cortex.Blogs.Releases.2025.3.EnablingAutomatedBackupsForDisasterRecovery" version="2025.3" >}}
69-
[removing old executions on Execution Service startup]: {{< url path="Cortex.Blogs.Releases.2025.3.RemovingOldExecutionsOnExecutionServiceStartup" version="2025.3" >}}
70-
[migrating RabbitMQ queues to Quorum Queues]: {{< url path="Cortex.Blogs.Releases.2025.3.MigratingRabbitMqQueuesToQuorumQueues" version="2025.3" >}}
71-
72-
[general security enhancements]: {{< url path="Cortex.Blogs.Releases.2025.3.GeneralSecurityEnhancements" version="2025.3" >}}
73-
[configurable Global RunAs User for flows]: {{< url path="Cortex.Blogs.Releases.2025.3.ConfigurableGlobalRunAsUserForFlows" version="2025.3" >}}
74-
75-
[improving the page load speed]: {{< url path="Cortex.Blogs.Releases.2025.3.ImprovingThePageLoadSpeed" version="2025.3" >}}
76-
[hiding unsupported versions of the documentation]: {{< url path="Cortex.Blogs.Releases.2025.3.HidingUnsupportedVersionsOfTheDocumentation" version="2025.3" >}}
77-
78-
[RabbitMQ and Erlang have been upgraded]: {{< url path="Cortex.Blogs.Releases.2025.3.RabbitMqAndErlangHaveBeenUpgraded" version="2025.3" >}}
79-
80-
[Package Management]: {{< url path="Cortex.Blogs.Releases.2025.3.PackageManagement" version="2025.3" >}}
81-
[removal of "7.2" and "Innovation" from documentation]: {{< url path="Cortex.Blogs.Releases.2025.3.RemovalOf7.2AndInnovationFromDocumentation" version="2025.3" >}}
90+
[2025.5 Release Notes]: {{< url path="Cortex.Blogs.Releases.2025.5.MainDoc" version="2025.5" >}}
91+
92+
[Extended the _executionContext with additional properties]: {{< url path="Cortex.Blogs.Releases.2025.5.ExtendedTheExecutionContextWithAdditionalProperties" version="2025.5" >}}
93+
[Added support for the {{% ctx %}} Interaction Portal to provide separate credentials for querying AD Groups]: {{< url path="Cortex.Blogs.Releases.2025.5.AddedSupportForTheCortexInteractionPortalToProvideSeparateCredentialsForQueryingAdGroups" version="2025.5" >}}
94+
[Executions data includes child executions]: {{< url path="Cortex.Blogs.Releases.2025.5.ExecutionsDataIncludesChildExecutions" version="2025.5" >}}
95+
[new columns to the Running Executions grid on the Packages page]: {{< url path="Cortex.Blogs.Releases.2025.5.NewColumnsToTheRunningExecutionsGridOnThePackagesPage" version="2025.5" >}}
96+
[Introduced Code Analyser to the {{% ctx %}} Execution Service]: {{< url path="Cortex.Blogs.Releases.2025.5.IntroducedCodeAnalyserToTheCortexExecutionService" version="2025.5" >}}
97+
[Updated Erlang version]: {{< url path="Cortex.Blogs.Releases.2025.5.UpdatedErlangVersion" version="2025.5" >}}
98+
[General security enhancements on {{% ctx %}} Gateway]: {{< url path="Cortex.Blogs.Releases.2025.5.GeneralSecurityEnhancementsOnCortexGateway" version="2025.5" >}}
99+
[Updated Decision Blocks icons]: {{< url path="Cortex.Blogs.Releases.2025.5.UpdatedDecisionBlocksIcons" version="2025.5" >}}
100+
[Improved certificate update script for High Availability (HA) installations]: {{< url path="Cortex.Blogs.Releases.2025.5.ImprovedCertificateUpdateScriptForHighAvailabilityInstallations" version="2025.5" >}}
101+
[Scoped restart for the {{% ctx %}} Gateway web application]: {{< url path="Cortex.Blogs.Releases.2025.5.ScopedRestartForTheCortexGatewayWebApplication" version="2025.5" >}}
102+
[Added new User Guides]: {{< url path="Cortex.Blogs.Releases.2025.5.AddedNewUserGuides" version="2025.5" >}}
103+
[Added new Tutorials]: {{< url path="Cortex.Blogs.Releases.2025.5.AddedNewTutorials" version="2025.5" >}}
104+
[Added Installation Checklists to the Install instructions]: {{< url path="Cortex.Blogs.Releases.2025.5.AddedInstallationChecklistsToTheInstallInstructions" version="2025.5" >}}
105+
[Added Disaster Recovery Guides]: {{< url path="Cortex.Blogs.Releases.2025.5.AddedDisasterRecoveryGuides" version="2025.5" >}}
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)