Skip to content

Commit 9bc2ffa

Browse files
committed
added what's new
1 parent b21c693 commit 9bc2ffa

3 files changed

Lines changed: 95 additions & 36 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,8 @@ Releases are currently forecast to be made available on:
670670
[APIs]: {{< url path="Cortex.Reference.Apis.MainDoc" version="2025.9" >}}
671671

672672
[Capability - Added multi‑factor authentication (MFA) via OpenID Connect on {{% ctx %}} Gateway]: {{< ref "#added-multifactor-authentication-mfa-via-openid-connect-on-cortex-gateway" >}}
673-
[Capability - Added 'quick add' blocks to the Flow Editor]: {{< ref "#added-quick-add-blocks-to-the-flow-editor" >}}
674673
[Capability - Enabled debugging of production flows]: {{< ref "#enabled-debugging-of-production-flows" >}}
674+
[Capability - Added 'quick add' blocks to the Flow Editor]: {{< ref "#added-quick-add-blocks-to-the-flow-editor" >}}
675675
[Capability - Extended Licence Fingerprint Generator]: {{< ref "#extended-licence-fingerprint-generator" >}}
676676

677677
[Security]: {{< ref "#security" >}}

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

Lines changed: 74 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -7,67 +7,106 @@ weight: 1
77

88
## Summary
99

10-
2025.7 is the next [Fast Track][] release of {{% ctx %}} and improves on the [2025.5][] release in the following areas:
10+
2025.9 is the fourth [Release][] of the next generation of {{% ctx %}} and improves on the [2025.7][] release in the following areas:
1111

1212
* [Capability][]
13+
* [Security][]
1314
* [Performance][]
15+
* [Scalability][]
1416
* [Observability][]
17+
* [Installation][]
18+
* [Upgrade][]
1519
* [Documentation][]
1620

1721
## Improved Capability
1822

1923
This release introduces multiple new features to the {{% ctx %}} Platform:
2024

21-
* The [{{% ctx %}} Triggers Service now supports 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].
25+
* [Added multi‑factor authentication (MFA) via OpenID Connect on {{% ctx %}} Gateway][Capability - Added multi‑factor authentication (MFA) via OpenID Connect on {{% ctx %}} Gateway]
26+
* [Enabled debugging of production flows][Capability - Enabled debugging of production flows]
27+
* [Added 'quick add' blocks to the Flow Editor][Capability - Added 'quick add' blocks to the Flow Editor]
28+
* [Extended Licence Fingerprint Generator][Capability - Extended Licence Fingerprint Generator]
29+
30+
## Improved Security
31+
32+
We tightened the security of the platform by:
33+
34+
* [Adding Authentication Management to {{% ctx %}} API Gateway Service][Security - Added Authentication Management to {{% ctx %}} API Gateway Service]
35+
* [Enabling single‑use refresh tokens][Security - Enabled single‑use refresh tokens (configurable)]
36+
* [Hardening Configuration Portal with security headers][Security - Hardened Configuration Portal with security headers]
2837

2938
## Improved Performance
3039

3140
The performance of the {{% ctx %}} Platform has been improved by:
3241

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].
42+
* [Optimising Execution Management Service event batching][Performance - Optimised Execution Management Service event batching]
43+
* [Improving Execution Service concurrency and flow translation][Performance - Improved Execution Service concurrency and flow translation]
44+
45+
## Improved Scalability
46+
47+
Scalability has been enhanced by [enhancing Service Fabric resilience to RabbitMQ node outages][Scalability - Enhanced Service Fabric resilience to RabbitMQ node outages].
3548

3649
## Improved Observability
3750

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].
51+
Observability has been extended by:
52+
53+
* [Expanding block logging][Observability - Expanded block logging]
54+
* [Making Block logs queryable in Grafana][Observability - Made Block logs queryable in Grafana]
55+
56+
## Improved Installation
57+
58+
Installation has been [improved for generation of OpenSSL certificates][Installation - Improved OpenSSL certificate generation].
59+
60+
## Improved Upgrade
61+
62+
Upgrade has been improved to prevent ConfigPackage mismatches when [CertificateSettings for Service Fabric services][Upgrade - Changed location of CertificateSettings for Service Fabric services] have been modified.
3963

4064
## Improved Documentation
4165

42-
The Documentation includes updates related to:
66+
The documentation includes the following updates:
4367

44-
* [adding a new User Guide for the Flows Explorer][Documentation - Added new User Guide].
45-
* [adding a new Tutorial for the Flows Explorer][Documentation - Added new Tutorial].
46-
* [pointing documentation to the Flow Editor User Guide][Documentation - Updated documentation to point to Flow Editor User Guide].
68+
* [Added Configuration Portal installation guide][Documentation - Added Configuration Portal installation guide]
69+
* [Updated {{% ctx %}} Installation Guide for new Fingerprint output][Documentation - Updated {{% ctx %}} Installation Guide for new Fingerprint output]
70+
* [Added Upgrade Observability documentation to latest version][Documentation - Added Upgrade Observability documentation to latest version]
71+
* [Updated tutorials][Documentation - Updated tutorials]
4772

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

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" >}}
75+
[Release]: {{< url path="Cortex.Reference.Glossary.P-T.Release" version="2025.9" >}}
76+
[2025.7]: {{< url path="Cortex.Blogs.Releases.2025.9.MainDoc" version="2025.9" >}}
5277

5378
[Capability]: {{< ref "#improved-capability" >}}
54-
[Observability]: {{< ref "#improved-observability" >}}
79+
[Security]: {{< ref "#improved-security" >}}
5580
[Performance]: {{< ref "#improved-performance" >}}
81+
[Scalability]: {{< ref "#improved-scalability" >}}
82+
[Observability]: {{< ref "#improved-observability" >}}
83+
[Installation]: {{< ref "#improved-installation" >}}
84+
[Upgrade]: {{< ref "#improved-upgrade" >}}
5685
[Documentation]: {{< ref "#improved-documentation" >}}
5786

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" >}}
87+
[2025.9 Release Notes]: {{< url path="Cortex.Blogs.Releases.2025.9.MainDoc" version="2025.9" >}}
88+
89+
[Capability - Added multi‑factor authentication (MFA) via OpenID Connect on {{% ctx %}} Gateway]: {{< url path="Cortex.Blogs.Releases.2025.9.AddedMultiFactorAuthenticationViaOpenIdConnectOnGateway" version="2025.9" >}}
90+
[Capability - Enabled debugging of production flows]: {{< url path="Cortex.Blogs.Releases.2025.9.EnabledDebuggingOfProductionFlows" version="2025.9" >}}
91+
[Capability - Added 'quick add' blocks to the Flow Editor]: {{< url path="Cortex.Blogs.Releases.2025.9.AddedQuickAddBlocksToTheFlowEditor" version="2025.9" >}}
92+
[Capability - Extended Licence Fingerprint Generator]: {{< url path="Cortex.Blogs.Releases.2025.9.ExtendedLicenceFingerprintGenerator" version="2025.9" >}}
93+
94+
[Security - Added Authentication Management to {{% ctx %}} API Gateway Service]: {{< url path="Cortex.Blogs.Releases.2025.9.AddedAuthenticationManagementToApiGatewayService" version="2025.9" >}}
95+
[Security - Enabled single‑use refresh tokens (configurable)]: {{< url path="Cortex.Blogs.Releases.2025.9.EnabledSingleUseRefreshTokensConfigurable" version="2025.9" >}}
96+
[Security - Hardened Configuration Portal with security headers]: {{< url path="Cortex.Blogs.Releases.2025.9.HardenedConfigurationPortalWithSecurityHeaders" version="2025.9" >}}
97+
98+
[Performance - Optimised Execution Management Service event batching]: {{< url path="Cortex.Blogs.Releases.2025.9.OptimisedExecutionManagementServiceEventBatching" version="2025.9" >}}
99+
[Performance - Improved Execution Service concurrency and flow translation]: {{< url path="Cortex.Blogs.Releases.2025.9.ImprovedExecutionServiceConcurrencyAndFlowTranslation" version="2025.9" >}}
100+
[Scalability - Enhanced Service Fabric resilience to RabbitMQ node outages]: {{< url path="Cortex.Blogs.Releases.2025.9.EnhancedServiceFabricResilienceToRabbitMqNodeOutages" version="2025.9" >}}
101+
102+
[Observability - Expanded block logging]: {{< url path="Cortex.Blogs.Releases.2025.9.ExpandedBlockLogging" version="2025.9" >}}
103+
[Observability - Made Block logs queryable in Grafana]: {{< url path="Cortex.Blogs.Releases.2025.9.MadeBlockLogsQueryableInGrafana" version="2025.9" >}}
104+
105+
[Installation - Improved OpenSSL certificate generation]: {{< url path="Cortex.Blogs.Releases.2025.9.ImprovedOpenSslCertificateGeneration" version="2025.9" >}}
106+
107+
[Upgrade - Changed location of CertificateSettings for Service Fabric services]: {{< url path="Cortex.Blogs.Releases.2025.9.ChangedLocationOfCertificateSettingsForServiceFabricServices" version="2025.9" >}}
108+
109+
[Documentation - Added Configuration Portal installation guide]: {{< url path="Cortex.Blogs.Releases.2025.9.AddedConfigurationPortalInstallationGuide" version="2025.9" >}}
110+
[Documentation - Updated {{% ctx %}} Installation Guide for new Fingerprint output]: {{< url path="Cortex.Blogs.Releases.2025.9.UpdatedInstallationGuideForNewFingerprintOutput" version="2025.9" >}}
111+
[Documentation - Added Upgrade Observability documentation to latest version]: {{< url path="Cortex.Blogs.Releases.2025.9.AddedUpgradeObservabilityDocumentationToLatestVersion" version="2025.9" >}}
112+
[Documentation - Updated tutorials]: {{< url path="Cortex.Blogs.Releases.2025.9.UpdatedTutorials" version="2025.9" >}}

data/urls.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,26 @@
6666
AddedNewUserGuide = "/blog/2025/08/26/2025.7/#added-new-user-guide"
6767
AddedNewTutorial = "/blog/2025/08/26/2025.7/#added-new-tutorial"
6868
UpdatedDocumentationToPointToFlowEditorUserGuide = "/blog/2025/08/26/2025.7/#updated-documentation-to-point-to-flow-editor-user-guide"
69+
[Cortex.Blogs.Releases.2025.9]
70+
MainDoc = "/blog/2025/10/27/2025.9/"
71+
AddedMultiFactorAuthenticationViaOpenIdConnectOnGateway = "/blog/2025/10/27/2025.9/#added-multifactor-authentication-mfa-via-openid-connect-on-cortex-gateway"
72+
EnabledDebuggingOfProductionFlows = "/blog/2025/10/27/2025.9/#enabled-debugging-of-production-flows"
73+
AddedQuickAddBlocksToTheFlowEditor = "/blog/2025/10/27/2025.9/#added-quick-add-blocks-to-the-flow-editor"
74+
ExtendedLicenceFingerprintGenerator = "/blog/2025/10/27/2025.9/#extended-licence-fingerprint-generator"
75+
AddedAuthenticationManagementToApiGatewayService = "/blog/2025/10/27/2025.9/#added-authentication-management-to-cortex-api-gateway-service"
76+
EnabledSingleUseRefreshTokensConfigurable = "/blog/2025/10/27/2025.9/#enabled-singleuse-refresh-tokens-configurable"
77+
HardenedConfigurationPortalWithSecurityHeaders = "/blog/2025/10/27/2025.9/#hardened-configuration-portal-with-security-headers"
78+
OptimisedExecutionManagementServiceEventBatching = "/blog/2025/10/27/2025.9/#optimised-execution-management-service-event-batching"
79+
ImprovedExecutionServiceConcurrencyAndFlowTranslation = "/blog/2025/10/27/2025.9/#improved-execution-service-concurrency-and-flow-translation"
80+
EnhancedServiceFabricResilienceToRabbitMqNodeOutages = "/blog/2025/10/27/2025.9/#enhanced-service-fabric-resilience-to-rabbitmq-node-outages"
81+
ExpandedBlockLogging = "/blog/2025/10/27/2025.9/#expanded-block-logging"
82+
MadeBlockLogsQueryableInGrafana = "/blog/2025/10/27/2025.9/#made-block-logs-queryable-in-grafana"
83+
ImprovedOpenSslCertificateGeneration = "/blog/2025/10/27/2025.9/#improved-openssl-certificate-generation"
84+
ChangedLocationOfCertificateSettingsForServiceFabricServices = "/blog/2025/10/27/2025.9/#changed-location-of-certificatesettings-for-service-fabric-services"
85+
AddedConfigurationPortalInstallationGuide = "/blog/2025/10/27/2025.9/#added-configuration-portal-installation-guide"
86+
UpdatedInstallationGuideForNewFingerprintOutput = "/blog/2025/10/27/2025.9/#updated-cortex-installation-guide-for-new-fingerprint-output"
87+
AddedUpgradeObservabilityDocumentationToLatestVersion = "/blog/2025/10/27/2025.9/#added-upgrade-observability-documentation-to-latest-version"
88+
UpdatedTutorials = "/blog/2025/10/27/2025.9/#updated-tutorials"
6989
[Cortex.Blogs.Releases.2024.X]
7090
MainDoc = "/blog/releases/2024.x"
7191
[Cortex.Blogs.Releases.2024.11]

0 commit comments

Comments
 (0)