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.7/Whats New/_index.md
+40-72Lines changed: 40 additions & 72 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,99 +7,67 @@ weight: 1
7
7
8
8
## Summary
9
9
10
-
2025.5 is the next [Fast Track][] release of {{% ctx %}} and improves on the [2025.3][] release in the following areas:
10
+
2025.7 is the next [Fast Track][] release of {{% ctx %}} and improves on the [2025.5][] release in the following areas:
11
11
12
12
*[Capability][]
13
+
*[Performance][]
13
14
*[Observability][]
14
-
*[Security][]
15
-
*[Usability][]
16
-
*[Upgrade][]
17
15
*[Documentation][]
18
16
19
17
## Improved Capability
20
18
21
-
This release introduces the following new feature to the {{% ctx %}} platform:
19
+
This release introduces multiple new features to the {{% ctx %}} Platform:
22
20
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].
21
+
* The [{{% ctx %}} Triggers Service now support SNMP MIB loading and OID translation][Capability - Support for SNMP MIB loading and OID translation].
22
+
* The [SNMP Trap Details now includes the ReceivedAt field][Capability - Added ReceivedAt property to SNMP Trap Details].
23
+
* The [Execute SSH Command Block][] now has support for:
24
+
*[non-printable characters][Capability - Added support for non-printable characters in Execute SSH Command Block]
25
+
*[response grace period][Capability - Added support for response grace period in Execute SSH Command Block]
26
+
* The [Log Event Block now supports custom log path][Capability - Added support for custom log path on Log Event blocks].
27
+
* The [Running Executions grid now allows stopping multiple running executions][Capability - Added support for stopping multiple running executions].
32
28
33
-
## Improved Observability
34
-
35
-
Observability has been improved by:
36
-
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`
43
-
44
-
## Improved Security
29
+
## Improved Performance
45
30
46
-
The Security of {{% ctx %}} has been tightened by:
31
+
The performance of the {{% ctx %}} has been improved by:
47
32
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].
*[optimising the monitoring execution updates][Performance - Improved performance of monitoring execution updates].
51
35
52
-
## Improved Usability
53
-
54
-
Usability has been enhanced by [updating Decision Blocks icons][Updated Decision Blocks icons].
55
-
56
-
## Improved Upgrade
57
-
58
-
Upgrade has been modified to:
36
+
## Improved Observability
59
37
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].
38
+
Observability has been updated to use [Grafana Alloy instead of Promtail for ingesting logs to Grafana Loki][Observability - Migrated from Promtail to Grafana Alloy].
62
39
63
40
## Improved Documentation
64
41
65
-
The documentation includes the following updates:
42
+
The Documentation includes updates related to:
66
43
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].
[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" >}}
[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" >}}
[Capability - Support for SNMP MIB loading and OID translation]: {{< url path="Cortex.Blogs.Releases.2025.7.SupportForSnmpMibLoadingAndOidTranslation" version="2025.7" >}}
[Capability - Added support for non-printable characters in Execute SSH Command Block]: {{< url path="Cortex.Blogs.Releases.2025.7.AddedSupportForNonPrintableCharactersInExecuteSshCommandBlock" version="2025.7" >}}
63
+
[Capability - Added support for response grace period in Execute SSH Command Block]: {{< url path="Cortex.Blogs.Releases.2025.7.AddedSupportForResponseGracePeriodInExecuteSshCommandBlock" version="2025.7" >}}
64
+
[Capability - Added support for custom log path on Log Event blocks]: {{< url path="Cortex.Blogs.Releases.2025.7.AddedSupportForCustomLogPathOnLogEventBlocks" version="2025.7" >}}
65
+
[Capability - Added support for stopping multiple running executions]: {{< url path="Cortex.Blogs.Releases.2025.7.AddedSupportForStoppingMultipleRunningExecutions" version="2025.7" >}}
[Observability - Migrated from Promtail to Grafana Alloy]: {{< url path="Cortex.Blogs.Releases.2025.7.MigratedFromPromtailToGrafanaAlloy" version="2025.7" >}}
69
+
[Documentation - Added new User Guide]: {{< url path="Cortex.Blogs.Releases.2025.7.AddedNewUserGuide" version="2025.7" >}}
70
+
[Documentation - Added new Tutorial]: {{< url path="Cortex.Blogs.Releases.2025.7.AddedNewTutorial" version="2025.7" >}}
71
+
[Documentation - Updated documentation to point to Flow Editor User Guide]: {{< url path="Cortex.Blogs.Releases.2025.7.UpdatedDocumentationToPointToFlowEditorUserGuide" version="2025.7" >}}
0 commit comments