Skip to content

Commit b4262e5

Browse files
committed
added affected components
1 parent 889d769 commit b4262e5

File tree

1 file changed

+52
-37
lines changed

1 file changed

+52
-37
lines changed

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

Lines changed: 52 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,11 @@ Changes to any of the `.mib` files, or new files added, or existing files delete
9898

9999
Affected Components:
100100

101-
<!-- MIBs work -->
102-
<!-- 36085 CORTEX Gateway - Load Mibs - On Startup of Gateway -->
103-
<!-- 36461 CORTEX Gateway - Refactor MibNodeStore Load Logic to Reduce Memory Usage -->
104-
<!-- 36439 CORTEX Gateway - Reload MIBs on file changes -->
105-
<!-- 35992 Trigger Service - Refactor Mib Node Structure -->
106-
<!-- 37008 Trigger Service - Add Mib Node Store - Batch Transactions to Improve Performance -->
107-
<!-- 35662 Trigger Service - Replicate Mib Nodes to all partitions -->
101+
* [{{% ctx %}} Gateway][Gateway]
102+
* [{{% ctx %}} Innovation Core Application][]
103+
* [{{% ctx %}} API Gateway Service][]
104+
* [{{% ctx %}} Listeners Service][]
105+
* [{{% ctx %}} Triggers Service][]
108106

109107
##### Added ReceivedAt property to SNMP Trap Details
110108

@@ -113,8 +111,10 @@ This property contains the date and time that the trap was received by the [{{%
113111

114112
Affected Components:
115113

116-
<!-- Add field to trap details -->
117-
<!-- 36323 Trigger Service - Add ReceivedAt to trap details -->
114+
* [{{% ctx %}} Innovation Core Application][]
115+
* [{{% ctx %}} API Gateway Service][]
116+
* [{{% ctx %}} Listeners Service][]
117+
* [{{% ctx %}} Triggers Service][]
118118

119119
##### Added support for non-printable characters in Execute SSH Command Block
120120

@@ -127,8 +127,7 @@ The `StrictResponseMatching` option can now be added in the advanced block prope
127127

128128
Affected Components:
129129

130-
<!-- SSH Blocks non-printable characters -->
131-
<!-- 35377 CORTEX Blocks - SSH Blocks - Execute SSH Command - Support Non-Printable Commands/Characters -->
130+
* [{{% ctx %}} Block Packages][Blocks]
132131

133132
##### Added support for response grace period in Execute SSH Command Block
134133

@@ -142,8 +141,7 @@ The `ResponseGracePeriod` option can now be added in the advanced block properti
142141

143142
Affected Components:
144143

145-
<!-- SSH Blocks non-printable characters -->
146-
<!-- 35377 CORTEX Blocks - SSH Blocks - Execute SSH Command - Support Non-Printable Commands/Characters -->
144+
* [{{% ctx %}} Block Packages][Blocks]
147145

148146
##### Added support for custom log path on Log Event blocks
149147

@@ -162,8 +160,19 @@ Supported path formats are:
162160

163161
Affected Components:
164162

165-
<!-- Add support for log path for specific block -->
166-
<!-- 36224 Log Event Block - Allow user to provide a path to log to for specified block -->
163+
* [{{% ctx %}} Gateway][Gateway]
164+
* [{{% ctx %}} Block Packages][Blocks]
165+
* [{{% ctx %}} Innovation Core Application][]
166+
* [{{% ctx %}} API Gateway Service][]
167+
* [{{% ctx %}} Execution Management Service][]
168+
* [{{% ctx %}} Monitoring Service][]
169+
* [{{% ctx %}} Package Management Service][]
170+
* [{{% ctx %}} Provisioning Service][]
171+
* [{{% ctx %}} Scheduling Service][]
172+
* [{{% ctx %}} Triggers Service][]
173+
* [{{% ctx %}} Innovation Execution Application][]
174+
* [{{% ctx %}} Execution Service][]
175+
* {{% ctx %}} Flows Upgrader
167176

168177
##### Added support for stopping multiple running executions
169178

@@ -175,8 +184,7 @@ Executions can be selected using the `Shift` and `Ctrl` keys.
175184

176185
Affected Components:
177186

178-
<!-- Multi-select -->
179-
<!-- 18138 Platform Visibility - Package Management - User can stop running executions - multi row selection -->
187+
* [{{% ctx %}} Gateway][Gateway]
180188

181189
#### Performance
182190

@@ -186,19 +194,36 @@ The {{% ctx %}} Platform has been updated to optimise the stopping of multiple e
186194

187195
Affected Components:
188196

189-
<!-- Multi-select -->
190-
<!-- 36273 API Gateway Service - gateway backend makes single http request to api gateway when stopping multiple executions -->
191-
<!-- 36196 CORTEX Gateway - make client use single request to backend for stopping multiple executions -->
192-
<!-- 36488 Execution Management Service - Batch stop executions with single message to each execution service -->
197+
* [{{% ctx %}} Gateway][Gateway]
198+
* [{{% ctx %}} Innovation Core Application][]
199+
* [{{% ctx %}} API Gateway Service][]
200+
* [{{% ctx %}} Authorisation Service][]
201+
* [{{% ctx %}} Concurrency Management Service][]
202+
* [{{% ctx %}} Execution Management Service][]
203+
* [{{% ctx %}} Listeners Service][]
204+
* [{{% ctx %}} Monitoring Service][]
205+
* [{{% ctx %}} Package Management Service][]
206+
* [{{% ctx %}} Provisioning Service][]
207+
* [{{% ctx %}} Scheduling Service][]
208+
* [{{% ctx %}} Triggers Service][]
209+
* [{{% ctx %}} Innovation Execution Application][]
210+
* [{{% ctx %}} Execution Service][]
193211

194212
##### Improved performance of monitoring execution updates
195213

196214
The {{% ctx %}} Platform has been updated to optimise the performance of the [{{% ctx %}} Monitoring Service][] by batching execution updates from the [{{% ctx %}} Execution Service][] rather than sending each update individually. This reduces the number of messages sent to the [{{% ctx %}} Monitoring Service][] and improves overall performance.
197215

198216
Affected Components:
199217

200-
<!-- Improve performance of monitoring service -->
201-
<!-- 33242 Monitoring Service - Improve performance by batching execution updates -->
218+
* [{{% ctx %}} Innovation Core Application][]
219+
* [{{% ctx %}} API Gateway Service][]
220+
* [{{% ctx %}} Execution Management Service][]
221+
* [{{% ctx %}} Monitoring Service][]
222+
* [{{% ctx %}} Provisioning Service][]
223+
* [{{% ctx %}} Scheduling Service][]
224+
* [{{% ctx %}} Triggers Service][]
225+
* [{{% ctx %}} Innovation Execution Application][]
226+
* [{{% ctx %}} Execution Service][]
202227

203228
#### Observability
204229

@@ -213,31 +238,22 @@ In the meantime, for further assistance, please raise a case in the {{< ahref pa
213238

214239
Affected Components:
215240

216-
<!-- Migrate to Alloy -->
217-
<!-- 36133 Observability - Loki URL needs to changing to not have hardcoded username and password in plain text - SHOULD NOT DOCUMENT -->
218-
<!-- 36134 Observability - Replace Promtail -->
219-
<!-- 37229 Observability - Release Observability -->
241+
* {{% ctx %}} Observability
220242

221243
#### Documentation
222244

223245
##### Added new User Guide
224246

225247
A new User Guide have been added to the {{% ctx %}} Product Portal about the [Flow Explorer][User Guide - Flow Explorer].
226248

227-
<!-- 35603 Product Portal - Add Flows Explorer User Guide -->
228-
229249
##### Added new Tutorial
230250

231251
A new Tutorial has been added to the {{% ctx %}} Product Portal about the [Flow Explorer][Tutorial - Flow Explorer].
232252

233-
<!-- 35603 Product Portal - Add Flows Explorer User Guide -->
234-
235253
##### Updated documentation to point to Flow Editor User Guide
236254

237255
Documentation has been updated to point to the [Flow Editor][User Guide - Flow Editor] instead of the original `Cortex Studio` page.
238256

239-
<!-- 35602 Product Portal - Repoint links from the original Cortex Studio to New Flow Editor User Guide -->
240-
241257
### Bug Fixes
242258

243259
#### Capability
@@ -248,8 +264,7 @@ The `{{% ctx%}} Flows Upgrader` has been updated to preserve the `TypeOfFlow` pr
248264

249265
Affected Components:
250266

251-
<!-- Improve upgrade to add TypeOfFlow -->
252-
<!-- 21997 Process Design & Execution - Upgrader needs to preserve typeofflow -->
267+
* {{% ctx %}} Flows Upgrader
253268

254269
### Deprecated Features
255270

@@ -419,8 +434,8 @@ Releases are currently forecast to be made available on:
419434

420435
[Gateway]: {{< url path="Cortex.Guides.UserGuides.UserInterfaces.Gateway.MainDoc" version="2025.7" >}}
421436

422-
[Potential Breaking - Improved performance of monitoring execution updates]: {{< ref "#improved-performance-of-monitoring-execution-updates" >}}
423-
[Potential Breaking - Improved performance of stopping multiple running executions]: {{< ref "#improved-performance-of-stopping-multiple-running-executions" >}}
437+
[Potential Breaking - Improved performance of monitoring execution updates]: {{< ref "#improved-performance-of-monitoring-execution-updates-1" >}}
438+
[Potential Breaking - Improved performance of stopping multiple running executions]: {{< ref "#improved-performance-of-stopping-multiple-running-executions-1" >}}
424439

425440
[Innovation Only - Single Server - Without HA]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.MainDoc" version="2025.7" >}}
426441
[Innovation Only - Multiple Server - With HA]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.MainDoc" version="2025.7" >}}

0 commit comments

Comments
 (0)