Skip to content

Commit f5c1e4b

Browse files
committed
added what's new and links
1 parent b4262e5 commit f5c1e4b

File tree

2 files changed

+54
-72
lines changed

2 files changed

+54
-72
lines changed

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

Lines changed: 40 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -7,99 +7,67 @@ weight: 1
77

88
## Summary
99

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

1212
* [Capability][]
13+
* [Performance][]
1314
* [Observability][]
14-
* [Security][]
15-
* [Usability][]
16-
* [Upgrade][]
1715
* [Documentation][]
1816

1917
## Improved Capability
2018

21-
This release introduces the following new feature to the {{% ctx %}} platform:
19+
This release introduces multiple new features to the {{% ctx %}} Platform:
2220

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].
3228

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
4530

46-
The Security of {{% ctx %}} has been tightened by:
31+
The performance of the {{% ctx %}} has been improved by:
4732

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].
33+
* [optimising stopping multiple running executions][Performance - Improved performance of stopping multiple running executions].
34+
* [optimising the monitoring execution updates][Performance - Improved performance of monitoring execution updates].
5135

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
5937

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].
6239

6340
## Improved Documentation
6441

65-
The documentation includes the following updates:
42+
The Documentation includes updates related to:
6643

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].
76-
* [added Disaster Recovery Guides][Added Disaster Recovery Guides].
44+
* [adding a new User Guide for the Flow Explorer][Documentation - Added new User Guide].
45+
* [adding a new Tutorial for the Flow Explorer][Documentation - Added new Tutorial].
46+
* [pointing documentation to the Flow Editor User Guide][Documentation - Updated documentation to point to Flow Editor User Guide].
7747

78-
For a full list of what has been introduced in this release, please see the [2025.5 Release Notes][]
48+
For a full list of what has been introduced in this release, please see the [2025.7 Release Notes][]
7949

80-
[Fast Track]: {{< url path="Cortex.Reference.Glossary.F-J.FastTrack" version="2025.5" >}}
81-
[2025.3]: {{< url path="Cortex.Blogs.Releases.2025.3.MainDoc" version="2025.5" >}}
50+
[Fast Track]: {{< url path="Cortex.Reference.Glossary.F-J.FastTrack" version="2025.7" >}}
51+
[2025.5]: {{< url path="Cortex.Blogs.Releases.2025.5.MainDoc" version="2025.7" >}}
8252

8353
[Capability]: {{< ref "#improved-capability" >}}
8454
[Observability]: {{< ref "#improved-observability" >}}
85-
[Security]: {{< ref "#improved-security" >}}
86-
[Usability]: {{< ref "#improved-usability" >}}
87-
[Upgrade]: {{< ref "#improved-upgrade" >}}
55+
[Performance]: {{< ref "#improved-performance" >}}
8856
[Documentation]: {{< ref "#improved-documentation" >}}
8957

90-
[2025.5 Release Notes]: {{< url path="Cortex.Blogs.Releases.2025.5.MainDoc" version="2025.5" >}}
91-
92-
[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" >}}
97-
[Updated Erlang version]: {{< url path="Cortex.Blogs.Releases.2025.5.UpdatedErlangVersion" version="2025.5" >}}
98-
[General security enhancements on {{% ctx %}} Gateway]: {{< url path="Cortex.Blogs.Releases.2025.5.GeneralSecurityEnhancementsOnCortexGateway" version="2025.5" >}}
99-
[Updated Decision Blocks icons]: {{< url path="Cortex.Blogs.Releases.2025.5.UpdatedDecisionBlocksIcons" version="2025.5" >}}
100-
[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" >}}
105-
[Added Disaster Recovery Guides]: {{< url path="Cortex.Blogs.Releases.2025.5.AddedDisasterRecoveryGuides" version="2025.5" >}}
58+
[2025.7 Release Notes]: {{< url path="Cortex.Blogs.Releases.2025.7.MainDoc" version="2025.7" >}}
59+
60+
[Capability - Support for SNMP MIB loading and OID translation]: {{< url path="Cortex.Blogs.Releases.2025.7.SupportForSnmpMibLoadingAndOidTranslation" version="2025.7" >}}
61+
[Capability - Added ReceivedAt property to SNMP Trap Details]: {{< url path="Cortex.Blogs.Releases.2025.7.AddedReceivedAtPropertyToSnmpTrapDetails" version="2025.7" >}}
62+
[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" >}}
66+
[Performance - Improved performance of stopping multiple running executions]: {{< url path="Cortex.Blogs.Releases.2025.7.ImprovedPerformanceOfStoppingMultipleRunningExecutions" version="2025.7" >}}
67+
[Performance - Improved performance of monitoring execution updates]: {{< url path="Cortex.Blogs.Releases.2025.7.ImprovedPerformanceOfMonitoringExecutionUpdates" version="2025.7" >}}
68+
[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" >}}
72+
73+
[Execute SSH Command Block]: {{< url path="Cortex.Reference.Blocks.Ssh.ExecuteSshCommand.ExecuteSshCommandBlock.MainDoc" version="2025.7" >}}

data/urls.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,20 @@
5151
AddedNewTutorials = "/blog/2025/06/16/2025.5/#added-new-tutorials"
5252
AddedInstallationChecklistsToTheInstallInstructions = "/blog/2025/06/16/2025.5/#added-installation-checklists-to-the-install-instructions"
5353
AddedDisasterRecoveryGuides = "/blog/2025/06/16/2025.5/#added-disaster-recovery-guides"
54+
[Cortex.Blogs.Releases.2025.7]
55+
MainDoc = "/blog/2025/08/26/2025.7/"
56+
SupportForSnmpMibLoadingAndOidTranslation = "/blog/2025/08/26/2025.7/#support-for-snmp-mib-loading-and-oid-translation"
57+
AddedReceivedAtPropertyToSnmpTrapDetails = "/blog/2025/08/26/2025.7/#added-receivedat-property-to-snmp-trap-details"
58+
AddedSupportForNonPrintableCharactersInExecuteSshCommandBlock = "/blog/2025/08/26/2025.7/#added-support-for-non-printable-characters-in-execute-ssh-command-block"
59+
AddedSupportForResponseGracePeriodInExecuteSshCommandBlock = "/blog/2025/08/26/2025.7/#added-support-for-response-grace-period-in-execute-ssh-command-block"
60+
AddedSupportForCustomLogPathOnLogEventBlocks = "/blog/2025/08/26/2025.7/#added-support-for-custom-log-path-on-log-event-blocks"
61+
AddedSupportForStoppingMultipleRunningExecutions = "/blog/2025/08/26/2025.7/#added-support-for-stopping-multiple-running-executions"
62+
ImprovedPerformanceOfStoppingMultipleRunningExecutions = "/blog/2025/08/26/2025.7/#improved-performance-of-stopping-multiple-running-executions"
63+
ImprovedPerformanceOfMonitoringExecutionUpdates = "/blog/2025/08/26/2025.7/#improved-performance-of-monitoring-execution-updates"
64+
MigratedFromPromtailToGrafanaAlloy = "/blog/2025/08/26/2025.7/#migrated-from-promtail-to-grafana-alloy"
65+
AddedNewUserGuide = "/blog/2025/08/26/2025.7/#added-new-user-guide"
66+
AddedNewTutorial = "/blog/2025/08/26/2025.7/#added-new-tutorial"
67+
UpdatedDocumentationToPointToFlowEditorUserGuide = "/blog/2025/08/26/2025.7/#updated-documentation-to-point-to-flow-editor-user-guide"
5468
[Cortex.Blogs.Releases.2024.X]
5569
MainDoc = "/blog/releases/2024.x"
5670
[Cortex.Blogs.Releases.2024.11]

0 commit comments

Comments
 (0)