Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ IgnoreURLs:
- "https://www.connectionstrings.com/.*"
- "https://dotnet.microsoft.com/.*"
- "https://scribehow.com/.*"
- "https://www.rabbitmq.com/.*"
IgnoreDirs:
- "docs/?.*/_print/"
- "docs/?.*/_shared/"
Expand Down
530 changes: 530 additions & 0 deletions content/en/blog/releases/2025.X/2025.3.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ new Dictionary<string, EncryptableText> {
{ "Timeout", "60" },
{ "EndOfLineCharacters", "\r" },
{ "CancelCommand", "CtrlC" },
{ "ControlCharactersToClean", @"\e([^\[\]]|\[.*?[a-zA-Z]|\].*?\a)(g?)|[\x00-\x09\x0B\x0C\x0E-\x1F\x7F]" },
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ new Dictionary<string, EncryptableText> {
{ "Timeout", "60" },
{ "EndOfLineCharacters", "\r\n" },
{ "CancelCommand", "CtrlC" },
{ "ControlCharactersToClean", @"\e([^\[\]]|\[.*?[a-zA-Z]|\].*?\a)(g?)|[\x00-\x09\x0B\x0C\x0E-\x1F\x7F]" },
}
```

Expand Down
93 changes: 40 additions & 53 deletions content/en/docs/2025.3/Whats New/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,88 +7,75 @@ weight: 1

## Summary

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

* [Capability][]
* [Observability][]
* [Performance][]
* [Scalability][]
* [Security][]
* [Usability][]
* [Third-Party Support][]
* [Installation][]
* [Documentation][]

## Improved Capability

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

* The user can now [create a new process from BPMN XML][] within [{{% ctx %}} Gateway][Gateway]
* An [Average Duration graph has been added][] to the Operations Overview page on [{{% ctx %}} Gateway][Gateway]

## Improved Observability

All services have had the [default size of logs][] used for Observability reduced to optimise disk usage.

## Improved Performance

Work has been undertaken to [improve the performance][] of the [{{% ctx %}} Execution][{{% ctx %}} Execution Service] and [{{% ctx %}} Monitoring][{{% ctx %}} Monitoring Service] services.
* Support for [creating a new process from Natural Language][].

## Improved Scalability

The [Service Fabric BackUpRestore service has been enabled][] to allow future Scalability improvements such as disaster recovery features.
Scalability has been enhanced by:

## Improved Security
* [enabling automated backups for disaster recovery][].
* [removing old executions on Execution Service startup][].
* [migrating RabbitMQ queues to Quorum Queues][].

Security has been tightened on the [{{% ctx %}} Interaction Portal][Interaction Portal] by:
## Improved Security

* [Introducing security headers][]
* [Removing sensitive information from HTTP responses][]
We tightened the security of the platform with [general security enhancements][] and by adding support for a [configurable Global RunAs User for flows][].

## Improved Usability

Usability has been enhanced by:

* [Improving the user experience on the Operations Overview page][]
* [Adding the {{% ctx %}} Version to the Gateway logo tooltip][]
* [Redesigning the Semaphore API][Redesigning the Semaphore API] allowing easier management of Semaphores
Improvement to the usability of the Product Portal has been made by [improving the page load speed][] by [hiding unsupported versions of the documentation][].

## Improved Third-Party Support

[Third-party libraries has been updated][] on the {{% ctx %}} platform.
The third-party components [RabbitMQ and Erlang have been upgraded][].

## Improved Documentation

## Improved Installation
The documentation includes updates related to:

The Installation has been improved by [adding an unblock script][] to the installation process.
* [Package Management][]
* [removal of "7.2" and "Innovation" from documentation][]

For a full list of what has been introduced in this release, please see the [2025.1 Release Notes][]
For a full list of what has been introduced in this release, please see the [2025.3 Release Notes][]

[Fast Track]: {{< url path="Cortex.Reference.Glossary.F-J.FastTrack" version="2025.1" >}}
[2024.11]: {{< url path="Cortex.Blogs.Releases.2024.11.MainDoc" version="2025.1" >}}
[Gateway]: {{< url path="Cortex.Guides.Gateway.MainDoc" version="2025.1" >}}
[{{% ctx %}} Execution Service]: {{< url path="Cortex.Guides.CortexInnovation.ExecutionApplication.Services.ExecutionService.MainDoc" version="2025.1" >}}
[{{% ctx %}} Monitoring Service]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.Services.MonitoringService.MainDoc" version="2025.1" >}}
[Interaction Portal]: {{< url path="Cortex.Guides.CortexInteractionPortal.MainDoc" version="2025.1" >}}
[Release]: {{< url path="Cortex.Reference.Glossary.P-T.Release" version="2025.3" >}}
[2025.1]: {{< url path="Cortex.Blogs.Releases.2025.1.MainDoc" version="2025.3" >}}

[Capability]: {{< ref "#improved-capability" >}}
[Observability]: {{< ref "#improved-observability" >}}
[Performance]: {{< ref "#improved-performance" >}}
[Scalability]: {{< ref "#improved-scalability" >}}
[Security]: {{< ref "#improved-security" >}}
[Usability]: {{< ref "#improved-usability" >}}
[Third-Party Support]: {{< ref "#improved-third-party-support" >}}
[Installation]: {{< ref "#improved-installation" >}}

[2025.1 Release Notes]: {{< url path="Cortex.Blogs.Releases.2025.1.MainDoc" version="2025.1" >}}

[create a new process from BPMN XML]: {{< url path="Cortex.Blogs.Releases.2025.1.CreateANewProcessFromBpmnXml" version="2025.1" >}}
[Average Duration graph has been added]: {{< url path="Cortex.Blogs.Releases.2025.1.AverageDurationGraphHasBeenAdded" version="2025.1" >}}
[default size of logs]: {{< url path="Cortex.Blogs.Releases.2025.1.DefaultSizeOfLogs" version="2025.1" >}}
[improve the performance]: {{< url path="Cortex.Blogs.Releases.2025.1.ImproveThePerformance" version="2025.1" >}}
[Service Fabric BackUpRestore service has been enabled]: {{< url path="Cortex.Blogs.Releases.2025.1.ServiceFabricBackUpRestoreServiceHasBeenEnabled" version="2025.1" >}}
[Introducing security headers]: {{< url path="Cortex.Blogs.Releases.2025.1.IntroducingSecurityHeaders" version="2025.1" >}}
[Removing sensitive information from HTTP responses]: {{< url path="Cortex.Blogs.Releases.2025.1.RemovingSensitiveInformationFromHttpResponses" version="2025.1" >}}
[Improving the user experience on the Operations Overview page]: {{< url path="Cortex.Blogs.Releases.2025.1.ImprovingTheUserExperienceOnTheOperationsOverviewPage" version="2025.1" >}}
[Adding the {{% ctx %}} Version to the Gateway logo tooltip]: {{< url path="Cortex.Blogs.Releases.2025.1.AddingTheCortexVersionToTheGatewayLogoTooltip" version="2025.1" >}}
[Redesigning the Semaphore API]: {{< url path="Cortex.Blogs.Releases.2025.1.RedesigningTheSemaphoreApi" version="2025.1" >}}
[Third-party libraries has been updated]: {{< url path="Cortex.Blogs.Releases.2025.1.ThirdPartyLibrariesHasBeenUpdated" version="2025.1" >}}
[adding an unblock script]: {{< url path="Cortex.Blogs.Releases.2025.1.AddingAnUnblockScript" version="2025.1" >}}
[Documentation]: {{< ref "#improved-documentation" >}}

[2025.3 Release Notes]: {{< url path="Cortex.Blogs.Releases.2025.3.MainDoc" version="2025.3" >}}

[creating a new process from Natural Language]: {{< url path="Cortex.Blogs.Releases.2025.3.CreatingANewProcessFromNaturalLanguage" version="2025.3" >}}

[enabling automated backups for disaster recovery]: {{< url path="Cortex.Blogs.Releases.2025.3.EnablingAutomatedBackupsForDisasterRecovery" version="2025.3" >}}
[removing old executions on Execution Service startup]: {{< url path="Cortex.Blogs.Releases.2025.3.RemovingOldExecutionsOnExecutionServiceStartup" version="2025.3" >}}
[migrating RabbitMQ queues to Quorum Queues]: {{< url path="Cortex.Blogs.Releases.2025.3.MigratingRabbitMqQueuesToQuorumQueues" version="2025.3" >}}

[general security enhancements]: {{< url path="Cortex.Blogs.Releases.2025.3.GeneralSecurityEnhancements" version="2025.3" >}}
[configurable Global RunAs User for flows]: {{< url path="Cortex.Blogs.Releases.2025.3.ConfigurableGlobalRunAsUserForFlows" version="2025.3" >}}

[improving the page load speed]: {{< url path="Cortex.Blogs.Releases.2025.3.ImprovingThePageLoadSpeed" version="2025.3" >}}
[hiding unsupported versions of the documentation]: {{< url path="Cortex.Blogs.Releases.2025.3.HidingUnsupportedVersionsOfTheDocumentation" version="2025.3" >}}

[RabbitMQ and Erlang have been upgraded]: {{< url path="Cortex.Blogs.Releases.2025.3.RabbitMqAndErlangHaveBeenUpgraded" version="2025.3" >}}

[Package Management]: {{< url path="Cortex.Blogs.Releases.2025.3.PackageManagement" version="2025.3" >}}
[removal of "7.2" and "Innovation" from documentation]: {{< url path="Cortex.Blogs.Releases.2025.3.RemovalOf7.2AndInnovationFromDocumentation" version="2025.3" >}}
15 changes: 15 additions & 0 deletions data/urls.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@
RedesigningTheSemaphoreApi = "/blog/2025/02/10/2025.1/#redesigned-semaphore-api"
ThirdPartyLibrariesHasBeenUpdated = "/blog/2025/02/10/2025.1/#updated-third-party-libraries"
AddingAnUnblockScript = "/blog/2025/02/10/2025.1/#added-unblock-script-to-the-installation"
[Cortex.Blogs.Releases.2025.3]
MainDoc = "/blog/2025/04/07/2025.3/"
CreatingANewProcessFromNaturalLanguage = "/blog/2025/04/07/2025.3/#support-for-creating-a-new-process-from-natural-language"
EnablingAutomatedBackupsForDisasterRecovery = "/blog/2025/04/07/2025.3/#enabled-automated-backups-for-disaster-recovery"
RemovingOldExecutionsOnExecutionServiceStartup = "/blog/2025/04/07/2025.3/#remove-old-executions-on-execution-service-startup"
MigratingRabbitMqQueuesToQuorumQueues = "/blog/2025/04/07/2025.3/#migrated-rabbitmq-queues-to-quorum-queues"
GeneralSecurityEnhancements = "/blog/2025/04/07/2025.3/#general-security-enhancements"
ConfigurableGlobalRunAsUserForFlows = "/blog/2025/04/07/2025.3/#configurable-global-runas-user-for-flows"
ImprovingThePageLoadSpeed = "/blog/2025/04/07/2025.3/#improved-page-load-speed-of-the-product-portal"
HidingUnsupportedVersionsOfTheDocumentation = "/blog/2025/04/07/2025.3/#unsupported-versions-of-the-documentation-are-now-hidden"
RabbitMqAndErlangHaveBeenUpgraded = "/blog/2025/04/07/2025.3/#upgrade-of-rabbitmq-and-erlang"
PackageManagement = "/blog/2025/04/07/2025.3/#added-package-management-documentation"
RemovalOf7.2AndInnovationFromDocumentation = "/blog/2025/04/07/2025.3/#removed-72-and-innovation-from-documentation"
[Cortex.Blogs.Releases.2024.X]
MainDoc = "/blog/releases/2024.x"
[Cortex.Blogs.Releases.2024.11]
Expand Down Expand Up @@ -3157,6 +3170,8 @@
MainDoc = "https://www.postman.com/downloads/"
[RabbitMQ]
MainDoc = "https://www.rabbitmq.com/"
[RabbitMQ.QuorumQueues]
MainDoc = "https://www.rabbitmq.com/docs/quorum-queues"
[RFC]
UriInvalidCharacters = "https://www.rfc-editor.org/rfc/rfc3986#section-2"
ProblemDetails = "https://www.rfc-editor.org/rfc/rfc7807"
Expand Down