Skip to content

Commit f89c60a

Browse files
authored
Release Notes and What's New to 2025.3
Added release notes and what's new to 2025.3
1 parent b748e82 commit f89c60a

File tree

6 files changed

+588
-53
lines changed

6 files changed

+588
-53
lines changed

.htmltest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ IgnoreURLs:
3030
- "https://www.connectionstrings.com/.*"
3131
- "https://dotnet.microsoft.com/.*"
3232
- "https://scribehow.com/.*"
33+
- "https://www.rabbitmq.com/.*"
3334
IgnoreDirs:
3435
- "docs/?.*/_print/"
3536
- "docs/?.*/_shared/"

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

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

content/en/docs/2025.3/Reference/Blocks/ssh/execute-ssh-command/execute-ssh-command-block.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ new Dictionary<string, EncryptableText> {
182182
{ "Timeout", "60" },
183183
{ "EndOfLineCharacters", "\r" },
184184
{ "CancelCommand", "CtrlC" },
185+
{ "ControlCharactersToClean", @"\e([^\[\]]|\[.*?[a-zA-Z]|\].*?\a)(g?)|[\x00-\x09\x0B\x0C\x0E-\x1F\x7F]" },
185186
}
186187
```
187188

content/en/docs/2025.3/Reference/Blocks/telnet/execute-telnet-command/execute-telnet-command-block.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ new Dictionary<string, EncryptableText> {
129129
{ "Timeout", "60" },
130130
{ "EndOfLineCharacters", "\r\n" },
131131
{ "CancelCommand", "CtrlC" },
132+
{ "ControlCharactersToClean", @"\e([^\[\]]|\[.*?[a-zA-Z]|\].*?\a)(g?)|[\x00-\x09\x0B\x0C\x0E-\x1F\x7F]" },
132133
}
133134
```
134135

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

Lines changed: 40 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -7,88 +7,75 @@ weight: 1
77

88
## Summary
99

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:
1111

1212
* [Capability][]
13-
* [Observability][]
14-
* [Performance][]
1513
* [Scalability][]
1614
* [Security][]
1715
* [Usability][]
1816
* [Third-Party Support][]
19-
* [Installation][]
17+
* [Documentation][]
2018

2119
## Improved Capability
2220

23-
This release introduces the following new features to the {{% ctx %}} platform:
21+
This release introduces the following new feature to the {{% ctx %}} platform:
2422

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][].
3524

3625
## Improved Scalability
3726

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:
3928

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][].
4132

42-
Security has been tightened on the [{{% ctx %}} Interaction Portal][Interaction Portal] by:
33+
## Improved Security
4334

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][].
4636

4737
## Improved Usability
4838

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][].
5440

5541
## Improved Third-Party Support
5642

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
5846

59-
## Improved Installation
47+
The documentation includes updates related to:
6048

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][]
6251

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][]
6453

65-
[Fast Track]: {{< url path="Cortex.Reference.Glossary.F-J.FastTrack" version="2025.1" >}}
66-
[2024.11]: {{< url path="Cortex.Blogs.Releases.2024.11.MainDoc" version="2025.1" >}}
67-
[Gateway]: {{< url path="Cortex.Guides.Gateway.MainDoc" version="2025.1" >}}
68-
[{{% ctx %}} Execution Service]: {{< url path="Cortex.Guides.CortexInnovation.ExecutionApplication.Services.ExecutionService.MainDoc" version="2025.1" >}}
69-
[{{% ctx %}} Monitoring Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.MonitoringService.MainDoc" version="2025.1" >}}
70-
[Interaction Portal]: {{< url path="Cortex.Guides.CortexInteractionPortal.MainDoc" version="2025.1" >}}
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" >}}
7156

7257
[Capability]: {{< ref "#improved-capability" >}}
73-
[Observability]: {{< ref "#improved-observability" >}}
74-
[Performance]: {{< ref "#improved-performance" >}}
7558
[Scalability]: {{< ref "#improved-scalability" >}}
7659
[Security]: {{< ref "#improved-security" >}}
7760
[Usability]: {{< ref "#improved-usability" >}}
7861
[Third-Party Support]: {{< ref "#improved-third-party-support" >}}
79-
[Installation]: {{< ref "#improved-installation" >}}
80-
81-
[2025.1 Release Notes]: {{< url path="Cortex.Blogs.Releases.2025.1.MainDoc" version="2025.1" >}}
82-
83-
[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" >}}
88-
[Introducing security headers]: {{< url path="Cortex.Blogs.Releases.2025.1.IntroducingSecurityHeaders" version="2025.1" >}}
89-
[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" >}}
62+
[Documentation]: {{< ref "#improved-documentation" >}}
63+
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" >}}

data/urls.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,19 @@
2222
RedesigningTheSemaphoreApi = "/blog/2025/02/10/2025.1/#redesigned-semaphore-api"
2323
ThirdPartyLibrariesHasBeenUpdated = "/blog/2025/02/10/2025.1/#updated-third-party-libraries"
2424
AddingAnUnblockScript = "/blog/2025/02/10/2025.1/#added-unblock-script-to-the-installation"
25+
[Cortex.Blogs.Releases.2025.3]
26+
MainDoc = "/blog/2025/04/07/2025.3/"
27+
CreatingANewProcessFromNaturalLanguage = "/blog/2025/04/07/2025.3/#support-for-creating-a-new-process-from-natural-language"
28+
EnablingAutomatedBackupsForDisasterRecovery = "/blog/2025/04/07/2025.3/#enabled-automated-backups-for-disaster-recovery"
29+
RemovingOldExecutionsOnExecutionServiceStartup = "/blog/2025/04/07/2025.3/#remove-old-executions-on-execution-service-startup"
30+
MigratingRabbitMqQueuesToQuorumQueues = "/blog/2025/04/07/2025.3/#migrated-rabbitmq-queues-to-quorum-queues"
31+
GeneralSecurityEnhancements = "/blog/2025/04/07/2025.3/#general-security-enhancements"
32+
ConfigurableGlobalRunAsUserForFlows = "/blog/2025/04/07/2025.3/#configurable-global-runas-user-for-flows"
33+
ImprovingThePageLoadSpeed = "/blog/2025/04/07/2025.3/#improved-page-load-speed-of-the-product-portal"
34+
HidingUnsupportedVersionsOfTheDocumentation = "/blog/2025/04/07/2025.3/#unsupported-versions-of-the-documentation-are-now-hidden"
35+
RabbitMqAndErlangHaveBeenUpgraded = "/blog/2025/04/07/2025.3/#upgrade-of-rabbitmq-and-erlang"
36+
PackageManagement = "/blog/2025/04/07/2025.3/#added-package-management-documentation"
37+
RemovalOf7.2AndInnovationFromDocumentation = "/blog/2025/04/07/2025.3/#removed-72-and-innovation-from-documentation"
2538
[Cortex.Blogs.Releases.2024.X]
2639
MainDoc = "/blog/releases/2024.x"
2740
[Cortex.Blogs.Releases.2024.11]
@@ -3157,6 +3170,8 @@
31573170
MainDoc = "https://www.postman.com/downloads/"
31583171
[RabbitMQ]
31593172
MainDoc = "https://www.rabbitmq.com/"
3173+
[RabbitMQ.QuorumQueues]
3174+
MainDoc = "https://www.rabbitmq.com/docs/quorum-queues"
31603175
[RFC]
31613176
UriInvalidCharacters = "https://www.rfc-editor.org/rfc/rfc3986#section-2"
31623177
ProblemDetails = "https://www.rfc-editor.org/rfc/rfc7807"

0 commit comments

Comments
 (0)