Skip to content

Commit cafc65c

Browse files
committed
started table
1 parent 982a697 commit cafc65c

File tree

1 file changed

+70
-44
lines changed

1 file changed

+70
-44
lines changed

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

Lines changed: 70 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ date: 2025-08-11
55
author: Paul Arnold ([@paulmarnold](https://twitter.com/paulmarnold))
66
---
77

8+
<!-- TODO - Date -->
9+
810
## Summary
911

1012
The 2025.7 [Fast Track][] is now available.
@@ -24,56 +26,69 @@ Installation artefacts can be requested by raising a case in the [{{% ctx %}} Se
2426
* Observability
2527
* Documentation
2628

29+
<!-- TODO - Review -->
30+
2731
This release introduces multiple new features to the {{% ctx %}} Platform:
2832

29-
* The [{{% ctx %}} Trigger Service now supports loading MIBs to translate SNMP traps][Capability - Support for MIBs loading to the {{% ctx %}} Trigger Service].
30-
* The [trap details now includes a ReceivedAt field][Capability - Added ReceivedAt to trap details].
31-
* The [SSH Block now supports non-printable characters in the command][Capability - Added support for non-printable characters in SSH block].
32-
* The [Log Event Block now allows the user to provide a path to log to][Capability - Added support for user to provide a log path on Log Event blocks].
33-
* The [Running Executions grid now allows the user to select multiple executions and stop them at once][Capability - Added support for stopping multiple executions].
33+
* The [{{% ctx %}} Trigger Service now support SNMP MIB loading and OID translation][Capability - Support for SNMP MIB loading and OID translation].
34+
* The [SNMP Trap Details now includes the ReceivedAt field][Capability - Added ReceivedAt property to SNMP Trap Details].
35+
* The [SSH Command Block][] now has support for:
36+
* [non-printable characters][Capability - Added support for non-printable characters in Execute SSH Command Block].
37+
* [response grace period][Capability - Added support for response grace period in Execute SSH Command Block].
38+
* The [Log Event Block now supports custom log path][Capability - Added support for custom log path on Log Event blocks].
39+
* The [Running Executions grid now allows stopping multiple running executions][Capability - Added support for stopping multiple running executions].
3440

3541
The [Performance][] of the {{% ctx %}} has been improved by:
3642

37-
* [batching the stopping of multiple executions][Performance - Batched stopping executions].
38-
* [improving the performance of the monitoring service][Performance - Improved performance of monitoring service].
43+
* [optimising stopping multiple running executions][Performance - Improved performance of stopping multiple running executions].
44+
* [optimising the monitoring execution updates][Performance - Improved performance of monitoring execution updates].
45+
46+
[Observability][] has been updated to use [Grafana Alloy instead of Promtail for ingesting logs to Grafana Loki][Observability - Migrated from Promtail to Grafana Alloy].
47+
48+
Finally, the [Documentation][] includes updates related to:
49+
50+
* [adding a new User Guide for the Flow Explorer][Documentation - Added new User Guide].
51+
* [pointing documentation to the Flow Editor User Guide][Documentation - Updated documentation to point to Flow Editor User Guide].
3952

4053
### Components
4154

42-
| <nobr> Release Component </nobr> | Version | Updated | Update Type | Breaking Change | Notes |
43-
|--------------------------------------------------------------------------------|---------------|---------|---------------|-----------------|--------|
44-
| <nobr>[{{% ctx %}} Innovation Core Application][] </nobr> | 57.8.1.25310 | Yes | Minor | N/A | |
45-
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} API Gateway Service][] </nobr> | 41.4.1.25310 | Yes | Minor | N/A | |
46-
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Authorisation Service][] </nobr> | 8.0.7.25260 | Yes | Patch | N/A | |
47-
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Concurrency Management Service][] </nobr> | 8.0.8.25260 | Yes | Patch | N/A | |
48-
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Configuration Management Service][] </nobr> | 8.0.7.25260 | Yes | Patch | N/A | |
49-
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Data Storage Service][] </nobr> | 10.1.6.25260 | Yes | Patch | N/A | |
50-
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Execution Management Service][] </nobr> | 8.5.1.25310 | Yes | Minor | N/A | |
51-
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Licence Management Service][] </nobr> | 8.0.7.25260 | Yes | Patch | N/A | |
52-
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Listeners Service][] </nobr> | 4.0.7.25260 | Yes | Patch | N/A | |
53-
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Monitoring Service][] </nobr> | 3.0.11.25310 | Yes | Patch | N/A | |
54-
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Package Management Service][] </nobr> | 12.0.11.25260 | Yes | Patch | N/A | |
55-
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Provisioning Service][] </nobr> | 15.0.11.25310 | Yes | Patch | N/A | |
56-
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Scheduling Service][] </nobr> | 8.0.11.25310 | Yes | Patch | N/A | |
57-
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Triggers Service][] </nobr> | 12.2.3.25310 | Yes | Minor | N/A | |
58-
| <nobr>[{{% ctx %}} Innovation Execution Application][] </nobr> | 27.3.1.25310 | Yes | Major | Yes | Major changes occurred between releases, these changes are related to the Code Analyser that restricts what C# code can be executed from flows within CORTEX and is [breaking][Breaking - Introduced Code Analyser to the {{% ctx %}} Execution Service] between 2025.3 and 2025.7. |
59-
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Execution Service][] </nobr> | 27.3.1.25310 | Yes | Major | Yes | Major changes occurred between releases, these changes are related to the Code Analyser that restricts what C# code can be executed from flows within CORTEX and is [breaking][Breaking - Introduced Code Analyser to the {{% ctx %}} Execution Service] between 2025.3 and 2025.7. |
60-
| <nobr>[{{% ctx %}} Gateway][Gateway] </nobr> | 13.5.0.25260 | Yes | Major | Yes | Major changes occurred between releases, these changes are related to the Code Analyser that restricts what C# code can be executed from flows within CORTEX and is [breaking][Breaking - Introduced Code Analyser to the {{% ctx %}} Execution Service] between 2025.3 and 2025.7. |
61-
| <nobr>[{{% ctx %}} Blocks Package][Blocks] </nobr> | 48.5.1.25260 | Yes | Minor | N/A | |
62-
| <nobr>[{{% ctx %}} Interaction Portal][Interaction Portal] </nobr> | 3.2.0.25260 | Yes | Minor | N/A | |
63-
| <nobr>{{% ctx %}} App Server Install Scripts </nobr> | 5.2.11.25260 | Yes | Patch | N/A | |
64-
| <nobr>&nbsp; &nbsp; > {{% ctx %}} App Server Backup </nobr> | 1.0.1.25230 | Yes | Patch | N/A | |
65-
| <nobr>&nbsp; &nbsp; > {{% ctx %}} App Server Recovery </nobr> | 1.0.1.25230 | Yes | Patch | N/A | |
66-
| <nobr>&nbsp; &nbsp; > {{% ctx %}} App Server Encryption Key Backup </nobr> | 1.0.0.25210 | No | N/A | N/A | |
67-
| <nobr>&nbsp; &nbsp; > {{% ctx %}} App Server Encryption Key Recovery </nobr> | 1.0.0.25210 | No | N/A | N/A | |
68-
| <nobr>{{% ctx %}} Web App Server Install Scripts </nobr> | 8.1.6.25250 | Yes | Patch | N/A | |
69-
| <nobr>&nbsp; &nbsp; > {{% ctx %}} Web App Server Backup </nobr> | 1.0.1.25230 | Yes | Patch | N/A | |
70-
| <nobr>&nbsp; &nbsp; > {{% ctx %}} Web App Server Recovery </nobr> | 1.0.1.25230 | Yes | Patch | N/A | |
71-
| <nobr>{{% ctx %}} Upgrade Scripts </nobr> | 1.2.22.25260 | Yes | Patch | N/A | |
72-
| <nobr>{{% ctx %}} Licence Fingerprint Generator </nobr> | 4.1.1.25130 | No | N/A | N/A | |
73-
| <nobr>{{% ctx %}} Encryption Key Generator </nobr> | 2.0.0.24350 | No | N/A | N/A | |
74-
| <nobr>{{% ctx %}} Encryptor </nobr> | 3.2.0.25160 | No | N/A | N/A | |
75-
| <nobr>{{% ctx %}} Flows Upgrader </nobr> | 2.0.2.25220 | No | N/A | N/A | |
76-
| <nobr>{{% ctx %}} Observability</nobr> | 3.0.0 | No | N/A | N/A | |
55+
<!-- TODO - Components table -->
56+
57+
| <nobr> Release Component </nobr> | Old version | Version | Updated | Update Type | Breaking Change | Notes |
58+
|--------------------------------------------------------------------------------|---------------|---------------|---------|-------------|-----------------|--------|
59+
| <nobr>[{{% ctx %}} Innovation Core Application][] </nobr> | 57.8.1.25310 | 58.2.1.25350 | Yes | Major | | |
60+
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} API Gateway Service][] </nobr> | 41.4.1.25310 | 41.6.1.25350 | Yes | Minor | | |
61+
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Authorisation Service][] </nobr> | 8.0.7.25260 | 8.0.10.25350 | Yes | Patch | | |
62+
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Concurrency Management Service][] </nobr> | 8.0.8.25260 | 8.0.11.25350 | Yes | Patch | | |
63+
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Configuration Management Service][] </nobr> | 8.0.7.25260 | 8.0.8.25350 | Yes | Patch | | |
64+
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Data Storage Service][] </nobr> | 10.1.6.25260 | 10.1.7.25350 | Yes | Patch | | |
65+
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Execution Management Service][] </nobr> | 8.5.1.25310 | 8.5.5.25350 | Yes | Patch | | |
66+
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Licence Management Service][] </nobr> | 8.0.7.25260 | 8.0.8.25350 | Yes | Patch | | |
67+
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Listeners Service][] </nobr> | 4.0.7.25260 | 4.0.14.25350 | Yes | Patch | | |
68+
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Monitoring Service][] </nobr> | 3.0.11.25310 | 4.0.3.25350 | Yes | Major | | |
69+
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Package Management Service][] </nobr> | 12.0.11.25260 | 12.0.15.25350 | Yes | Patch | | |
70+
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Provisioning Service][] </nobr> | 15.0.11.25310 | 15.0.16.25350 | Yes | Patch | | |
71+
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Scheduling Service][] </nobr> | 8.0.11.25310 | 8.0.16.25350 | Yes | Patch | | |
72+
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Triggers Service][] </nobr> | 12.2.3.25310 | 12.4.3.25350 | Yes | Minor | | |
73+
| <nobr>[{{% ctx %}} Innovation Execution Application][] </nobr> | 27.3.1.25310 | 28.2.1.25350 | Yes | Major | | |
74+
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Execution Service][] </nobr> | 27.3.1.25310 | 28.2.1.25350 | Yes | Major | | |
75+
| <nobr>[{{% ctx %}} Gateway][Gateway] </nobr> | 13.5.0.25260 | 13.17.1.25350 | Yes | Minor | | |
76+
| <nobr>[{{% ctx %}} Blocks Package][Blocks] </nobr> | 48.5.1.25260 | 49.0.1.25350 | Yes | Major | | |
77+
| <nobr>[{{% ctx %}} Interaction Portal][Interaction Portal] </nobr> | 3.2.0.25260 | 3.2.1.25350 | Yes | Patch | | |
78+
| <nobr>{{% ctx %}} App Server Install Scripts </nobr> | 5.2.11.25260 | 5.2.11.25260 | No | N/A | | |
79+
| <nobr>&nbsp; &nbsp; > {{% ctx %}} App Server Backup </nobr> | 1.0.1.25230 | 1.0.1.25230 | No | N/A | | |
80+
| <nobr>&nbsp; &nbsp; > {{% ctx %}} App Server Recovery </nobr> | 1.0.1.25230 | 1.0.1.25230 | No | N/A | | |
81+
| <nobr>&nbsp; &nbsp; > {{% ctx %}} App Server Encryption Key Backup </nobr> | 1.0.0.25210 | 1.0.0.25210 | No | N/A | | |
82+
| <nobr>&nbsp; &nbsp; > {{% ctx %}} App Server Encryption Key Recovery </nobr> | 1.0.0.25210 | 1.0.0.25210 | No | N/A | | |
83+
| <nobr>{{% ctx %}} Web App Server Install Scripts </nobr> | 8.1.6.25250 | 8.1.6.25250 | No | N/A | | |
84+
| <nobr>&nbsp; &nbsp; > {{% ctx %}} Web App Server Backup </nobr> | 1.0.1.25230 | 1.0.1.25230 | No | N/A | | |
85+
| <nobr>&nbsp; &nbsp; > {{% ctx %}} Web App Server Recovery </nobr> | 1.0.1.25230 | 1.0.1.25230 | No | N/A | | |
86+
| <nobr>{{% ctx %}} Upgrade Scripts </nobr> | 1.2.22.25260 | 1.2.22.25260 | No | N/A | | |
87+
| <nobr>{{% ctx %}} Licence Fingerprint Generator </nobr> | 4.1.1.25130 | 4.1.1.25130 | No | N/A | | |
88+
| <nobr>{{% ctx %}} Encryption Key Generator </nobr> | 2.0.0.24350 | 2.0.0.24350 | No | N/A | | |
89+
| <nobr>{{% ctx %}} Encryptor </nobr> | 3.2.0.25160 | 3.2.0.25160 | No | N/A | | |
90+
| <nobr>{{% ctx %}} Flows Upgrader </nobr> | 2.0.2.25220 | 2.1.1.25340 | Yes | Minor | | |
91+
| <nobr>{{% ctx %}} Observability</nobr> | 3.0.0 | 4.0.0 | Yes | Major | | |
7792

7893
### Features
7994

@@ -184,7 +199,7 @@ Affected Components:
184199
<!-- 36196 CORTEX Gateway - make client use single request to backend for stopping multiple executions -->
185200
<!-- 36488 Execution Management Service - Batch stop executions with single message to each execution service -->
186201

187-
##### Improved performance of monitoring service
202+
##### Improved performance of monitoring execution updates
188203

189204
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.
190205

@@ -213,7 +228,8 @@ Affected Components:
213228

214229
#### Documentation
215230

216-
##### Added new User Guides
231+
<!-- TODO - Removed the "s" from Guides -->
232+
##### Added new User Guide
217233

218234
User Guide have been added to the {{% ctx %}} Product Portal about the [Flow Explorer][User Guide - Flow Explorer].
219235

@@ -248,10 +264,14 @@ There are no features removed in the 2025.7 release of the {{% ctx %}} Platform.
248264

249265
### Potential Breaking Changes
250266

267+
<!-- TODO - Potential Breaking Changes -->
268+
251269
There are no known potential breaking changes as part of the 2025.7 release of the {{% ctx %}} Platform.
252270

253271
### Breaking Changes
254272

273+
<!-- TODO - Breaking Changes -->
274+
255275
The following features have introduced breaking changes in the 2025.7 release of the {{% ctx %}} Platform:
256276

257277
#### Introduced Code Analyser to the {{% ctx %}} Execution Service
@@ -266,6 +286,8 @@ To disable the Code Analyser, or to update the Allowed list, please refer to the
266286

267287
### Known Limitations
268288

289+
<!-- TODO - Known Limitations -->
290+
269291
There are no known limitations added as part of the 2025.7 release of the {{% ctx %}} Platform.
270292

271293
## Version Support
@@ -301,6 +323,8 @@ There are no known limitations added as part of the 2025.7 release of the {{% ct
301323

302324
### Observability Compatibility
303325

326+
<!-- TODO - Observability Compatibility -->
327+
304328
| Release | Grafana Version | Grafana Loki Version | {{% ctx %}} Observability Version |
305329
|---------|--------------------------|----------------------|-----------------------------------|
306330
| 2025.7 | [10.4.1][Grafana 10.4.1] | [3.0.0][Loki 3.0.0] | [3.0.0][Observability 3.0.0] |
@@ -337,6 +361,8 @@ Upgrading {{% ctx %}}:
337361

338362
## Upcoming Releases
339363

364+
<!-- TODO - Upcoming Releases -->
365+
340366
Releases are currently forecast to be made available on:
341367

342368
| Release | Release Type | Forecast Release Date |

0 commit comments

Comments
 (0)