Skip to content

Commit 3c2844b

Browse files
authored
Merge main into 2026.3 (#261)
1 parent 5f8c102 commit 3c2844b

103 files changed

Lines changed: 3030 additions & 5 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 704 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,8 +637,6 @@ Releases are currently forecast to be made available on:
637637

638638
| Release | Release Type | Forecast Release Date |
639639
|---------|----------------|-----------------------------------|
640-
| 2025.11 | [Fast Track][] | Week commencing 15th December 2025 |
641-
| 2026.1 | [Fast Track][] | Week commencing 9th February 2026 |
642640
| 2026.3 | [Release][] | Week commencing 6th April 2026 |
643641

644642
[{{% ctx %}} Innovation Core Application]: {{< url path="Cortex.Guides.CortexInnovation.CoreApplication.MainDoc" version="2025.9" >}}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
title: "2025.X"
33
linkTitle: "2025.X"
44
date: 2025-01-01
5+
endDate: 2026-12-31
56
---

content/en/docs/2025.3/Reference/Glossary/p-t.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ PascalCase is often used as a naming convention in programming languages such as
1919

2020
See also [camelCase][].
2121

22+
### Patch
23+
24+
A Patch delivers targeted fixes and minor improvements between major releases. It provides quick resolution to issues and small enhancements while maintaining full compatibility with the current [Release][Release].
25+
2226
### Platform
2327

2428
The environment in which software is executed. This can include the hardware, operating system, web browsers or other programs.
@@ -203,6 +207,8 @@ Typeahead is a language prediction tool that is used to provide suggestions base
203207

204208
[Exception]: {{< url path="Cortex.Reference.Exceptions.MainDoc" >}}
205209

210+
[Release]: {{< url path="Cortex.Reference.Glossary.P-T.Release" version="2025.3" >}}
211+
206212
[Block Properties > What is a Block Property]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.MainDoc" >}}
207213

208214
[Input Properties]: {{< url path="Cortex.Reference.Concepts.Fundamentals.Blocks.BlockProperties.WhatIsABlockProperty.Input" >}}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "2025.3.25411 to 2025.3.26111"
3+
linkTitle: "2025.3.25411 to 2025.3.26111"
4+
description: "Instructions to upgrade {{% ctx %}} 2025.3.25411 to 2025.3.26111"
5+
weight: 920
6+
---
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Multiple Server - With HA"
3+
linkTitle: "Multiple Server - With HA"
4+
description: "Upgrade instructions for multiple on-premise servers with high availability (HA)."
5+
weight: 10
6+
---
7+
8+
{{% alert title="Warning" color="warning" %}}
9+
This upgrade guide is only applicable if upgrading from 2025.3.25411.
10+
{{% /alert %}}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Post-Upgrade"
3+
linkTitle: "Post-Upgrade"
4+
description: "Information about the steps required to be completed after the upgrade of {{% ctx %}} has been completed."
5+
weight: 50
6+
---
7+
8+
This guide describes how to perform the steps to verify the upgrade of {{% ctx %}} and perform final configuration. Please ensure that the [Upgrade][] has been completed before starting this section.
9+
10+
[Upgrade]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.3.26111.MultipleServerWithHA.Upgrade" >}}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Move flows to new Execution Service"
3+
linkTitle: "Move flows to new Execution Service"
4+
description: "Information about moving flows to use the new Execution Service after upgrade."
5+
weight: 20
6+
---
7+
8+
# {{% param title %}}
9+
10+
This guide describes how to move flow execution to the new Execution Service. Please ensure that the [Try it out][] steps have been completed before proceeding.
11+
12+
{{% alert title="Note" %}}
13+
These steps are optional however it is recommended so that the new Execution Service is used after upgrade.
14+
{{% /alert %}}
15+
16+
## Upgrade Flows
17+
18+
{{< section "/upgrade/2025.3.26111/upgrade-web-application-server/upgrade-flows.md" >}}
19+
20+
{{% alert title="Note" %}}
21+
Once the flows have been upgraded it is necessary to {{< ahref path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.3.26111.MultipleServerWithHA.RepublishPackages" title="republish all packages" >}} that have previously been published.
22+
{{% /alert %}}
23+
24+
## Republish Packages
25+
26+
{{< section "/upgrade/2025.3.26111/upgrade-web-application-server/republish-packages.md" >}}
27+
28+
[Try it out]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.3.26111.MultipleServerWithHA.TryItOut" >}}
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "Try it out"
3+
linkTitle: "Try it out"
4+
description: "Information about trying out {{% ctx %}} after upgrade."
5+
weight: 10
6+
---
7+
8+
# {{% param title %}}
9+
10+
This guide describes how to try out an upgraded {{% ctx %}} to make sure it is working. Please ensure that the [Upgrade Web Application Server][] has been completed before taking these steps.
11+
12+
## Test Debugging Flows
13+
14+
{{< section "/try-it-out/test-debugging-flows.md" >}}
15+
16+
## Test Publishing Production Flows
17+
18+
{{< section "/try-it-out/test-publishing-flows.md" >}}
19+
20+
## Test Executing Production Flows
21+
22+
{{< section "/try-it-out/multi-server/test-executing-production-flows.md" >}}
23+
24+
## Next Steps?
25+
26+
1. [Move flows to new Execution Service][]
27+
28+
[Move flows to new Execution Service]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.3.26111.MultipleServerWithHA.UseNewExecutionService" >}}
29+
[Upgrade Web Application Server]: {{< url path="Cortex.Guides.UpgradeGuides.UpgradeCortex.2025.3.25411to2025.3.26111.MultipleServerWithHA.UpgradeWebApplicationServer" >}}

0 commit comments

Comments
 (0)