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/docs/2025.3/Whats New/_index.md
+40-53Lines changed: 40 additions & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,88 +7,75 @@ weight: 1
7
7
8
8
## Summary
9
9
10
-
2025.1 is the next [Fast Track][]release of {{% ctx %}} and improves on the [2024.11][] release in the following areas:
10
+
2025.3 is the third [Release][]of the next generation of {{% ctx %}} and improves on the [2025.1][] release in the following areas:
11
11
12
12
*[Capability][]
13
-
*[Observability][]
14
-
*[Performance][]
15
13
*[Scalability][]
16
14
*[Security][]
17
15
*[Usability][]
18
16
*[Third-Party Support][]
19
-
*[Installation][]
17
+
*[Documentation][]
20
18
21
19
## Improved Capability
22
20
23
-
This release introduces the following new features to the {{% ctx %}} platform:
21
+
This release introduces the following new feature to the {{% ctx %}} platform:
24
22
25
-
* The user can now [create a new process from BPMN XML][] within [{{% ctx %}} Gateway][Gateway]
26
-
* An [Average Duration graph has been added][] to the Operations Overview page on [{{% ctx %}} Gateway][Gateway]
27
-
28
-
## Improved Observability
29
-
30
-
All services have had the [default size of logs][] used for Observability reduced to optimise disk usage.
31
-
32
-
## Improved Performance
33
-
34
-
Work has been undertaken to [improve the performance][] of the [{{% ctx %}} Execution][{{% ctx %}} Execution Service] and [{{% ctx %}} Monitoring][{{% ctx %}} Monitoring Service] services.
23
+
* Support for [creating a new process from Natural Language][].
35
24
36
25
## Improved Scalability
37
26
38
-
The [Service Fabric BackUpRestore service has been enabled][] to allow future Scalability improvements such as disaster recovery features.
27
+
Scalability has been enhanced by:
39
28
40
-
## Improved Security
29
+
*[enabling automated backups for disaster recovery][].
30
+
*[removing old executions on Execution Service startup][].
31
+
*[migrating RabbitMQ queues to Quorum Queues][].
41
32
42
-
Security has been tightened on the [{{% ctx %}} Interaction Portal][Interaction Portal] by:
33
+
## Improved Security
43
34
44
-
*[Introducing security headers][]
45
-
*[Removing sensitive information from HTTP responses][]
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
36
47
37
## Improved Usability
48
38
49
-
Usability has been enhanced by:
50
-
51
-
*[Improving the user experience on the Operations Overview page][]
52
-
*[Adding the {{% ctx %}} Version to the Gateway logo tooltip][]
53
-
*[Redesigning the Semaphore API][Redesigning the Semaphore API] allowing easier management of Semaphores
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
40
55
41
## Improved Third-Party Support
56
42
57
-
[Third-party libraries has been updated][] on the {{% ctx %}} platform.
43
+
The third-party components [RabbitMQ and Erlang have been upgraded][].
44
+
45
+
## Improved Documentation
58
46
59
-
## Improved Installation
47
+
The documentation includes updates related to:
60
48
61
-
The Installation has been improved by [adding an unblock script][] to the installation process.
49
+
*[Package Management][]
50
+
*[removal of "7.2" and "Innovation" from documentation][]
62
51
63
-
For a full list of what has been introduced in this release, please see the [2025.1 Release Notes][]
52
+
For a full list of what has been introduced in this release, please see the [2025.3 Release Notes][]
[create a new process from BPMN XML]: {{< url path="Cortex.Blogs.Releases.2025.1.CreateANewProcessFromBpmnXml" version="2025.1" >}}
84
-
[Average Duration graph has been added]: {{< url path="Cortex.Blogs.Releases.2025.1.AverageDurationGraphHasBeenAdded" version="2025.1" >}}
85
-
[default size of logs]: {{< url path="Cortex.Blogs.Releases.2025.1.DefaultSizeOfLogs" version="2025.1" >}}
86
-
[improve the performance]: {{< url path="Cortex.Blogs.Releases.2025.1.ImproveThePerformance" version="2025.1" >}}
87
-
[Service Fabric BackUpRestore service has been enabled]: {{< url path="Cortex.Blogs.Releases.2025.1.ServiceFabricBackUpRestoreServiceHasBeenEnabled" version="2025.1" >}}
[Removing sensitive information from HTTP responses]: {{< url path="Cortex.Blogs.Releases.2025.1.RemovingSensitiveInformationFromHttpResponses" version="2025.1" >}}
90
-
[Improving the user experience on the Operations Overview page]: {{< url path="Cortex.Blogs.Releases.2025.1.ImprovingTheUserExperienceOnTheOperationsOverviewPage" version="2025.1" >}}
91
-
[Adding the {{% ctx %}} Version to the Gateway logo tooltip]: {{< url path="Cortex.Blogs.Releases.2025.1.AddingTheCortexVersionToTheGatewayLogoTooltip" version="2025.1" >}}
92
-
[Redesigning the Semaphore API]: {{< url path="Cortex.Blogs.Releases.2025.1.RedesigningTheSemaphoreApi" version="2025.1" >}}
93
-
[Third-party libraries has been updated]: {{< url path="Cortex.Blogs.Releases.2025.1.ThirdPartyLibrariesHasBeenUpdated" version="2025.1" >}}
94
-
[adding an unblock script]: {{< url path="Cortex.Blogs.Releases.2025.1.AddingAnUnblockScript" version="2025.1" >}}
[creating a new process from Natural Language]: {{< url path="Cortex.Blogs.Releases.2025.3.CreatingANewProcessFromNaturalLanguage" version="2025.3" >}}
[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" >}}
[removal of "7.2" and "Innovation" from documentation]: {{< url path="Cortex.Blogs.Releases.2025.3.RemovalOf7.2AndInnovationFromDocumentation" version="2025.3" >}}
0 commit comments