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/blog/releases/2025.X/2025.1.md
+42-45Lines changed: 42 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,8 @@ Installation artefacts can be requested by raising a case in the [{{% ctx %}} Se
27
27
* Usability
28
28
* Third-Party Support
29
29
* Installation
30
-
* Upgrade
31
-
* Documentation
32
30
31
+
{{% cr %}}
33
32
This release introduces multiple new features to the {{% ctx %}} platform:
34
33
35
34
<!-- TODO -->
@@ -70,9 +69,9 @@ This release introduces multiple new features to the {{% ctx %}} platform:
70
69
71
70
#### Capability
72
71
73
-
##### Extended Semaphore controller API
72
+
##### Extended Semaphore API
74
73
75
-
The Semaphore controller API has been extended to include three new APIs for managing Semaphores:
74
+
The [{{% ctx %}} API Gateway Service][]'s API has been extended to include three new APIs for managing Semaphores:
76
75
77
76
* Delete all executions for semaphore on a specified scope
78
77
* Delete an execution for semaphore on a specified scope
@@ -93,14 +92,18 @@ Affected Components:
93
92
94
93
##### Support for creating new process from templates
95
94
96
-
The user is now presented with the option to create a new process templates. The currently supported templates are `Blank` and `BPMN XML`.
95
+
Within [{{% ctx %}} Gateway][Gateway], the user will now be presented with the option to create a new process templates. The currently supported templates are `Blank` and `BPMN XML`.
97
96
98
97
For `BPMN XML`, the provided `XML` will be validated before being created, and must follow `BPMN XML 2.0` standards.
99
98
100
99
Once created, the process should contain all descriptions, blocks, and connections as defined in the `XML`, and should be properly spaced out.
101
100
102
101
For more information, see the [Getting started with BPMN XML][] guide.
103
102
103
+
{{% alert title="Note" %}}
104
+
The generation of processes from `BPMN XML` template is currently limited and does not support all `BPMN XML 2.0` features.
105
+
{{% /alert %}}
106
+
104
107
<!-- Create Process From BPMN XML - 2-way Decision block support -->
105
108
<!-- Create Process From BPMN XML - Add into Gateway -->
106
109
<!-- Create Process From BPMN XML - Add run flow sync blocks for sequence flow bpmn -->
@@ -118,7 +121,7 @@ Affected Components:
118
121
119
122
##### Added Average Duration graph to Operations Overview
120
123
121
-
The Operations Overview page now includes an Average Duration graph, which displays the average flow execution duration over a specified time period, as well as a graphs for the average duration of each data point between this period.
124
+
The [{{% ctx %}} Gateway][Gateway]'s Operations Overview page now includes an `Average Duration` graph, which displays the average flow execution duration, as well as a graphs for the average duration over the specified time period.
122
125
123
126
<!-- Operations Overview - APIs - Get All Data - Return Average Duration -->
The default log sizes for the following services have now been reduced to avoid excessive disk usage.
145
-
147
+
The default log sizes for the following services have now been reduced to improve disk usage.
148
+
{{% cr %}}
146
149
The new maximum disk usage is as follows:
147
150
148
151
| Service | Original (in MB) | New (in MB) |
@@ -163,7 +166,9 @@ The new maximum disk usage is as follows:
163
166
|[{{% ctx %}} Triggers Service][]| 10,950 | 84 |
164
167
|**Total**|**133,590**|**6,329**|
165
168
166
-
As a result, the maximum disk usage for the {{% ctx %}} platform has been reduced by over 20x by default.
169
+
As a result, the default maximum disk usage for the {{% ctx %}} platform has been reduced by over 20 times.
170
+
171
+
Log files retention and size are configurable, however there is currently no documentation available on how to do this. For further assistance, please raise a case in the [{{% ctx %}} Service Portal][].
167
172
168
173
<!-- Logging - Reduce Service Default Log Sizes -->
169
174
@@ -223,14 +228,14 @@ Affected Components:
223
228
224
229
##### Introduced security headers for {{% ctx %}} Interaction Portal
225
230
226
-
The following security improvements have been made to the {{% ctx %}} Interaction Portal:
231
+
The following security header have been introduced to the [{{% ctx %}} Interaction Portal][Interaction Portal]:
The following sensitive information has been removed from HTTP responses:
249
254
250
-
*Removed Server Information from HTTP responses
251
-
*Removed X-Powered-By information from HTTP responses
255
+
* Server Information
256
+
* X-Powered-By information
252
257
253
258
<!-- Security - Server Information Should not be included in CIP HTTP responses -->
254
259
<!-- Security - X-Powered-By information should not be included in CIP HTTP responses -->
@@ -261,43 +266,31 @@ Affected Components:
261
266
262
267
##### Added Cortex Version to Gateway Logo Tooltip
263
268
264
-
The Cortex version is now displayed on the Gateway logo tooltip.
269
+
The Cortex version is now available on the [{{% ctx %}} Gateway][Gateway] logo tooltip.
265
270
266
271
<!-- Gateway - Display Cortex Version on logo Tooltip -->
267
272
268
273
Affected Components:
269
274
270
275
*[{{% ctx %}} Gateway][Gateway]
271
276
272
-
##### Improved filtering on Operations Overview
277
+
##### Improved user experience on Operations Overview
273
278
274
-
The Operations Overview page now includes the following improvements to filtering:
279
+
The [{{% ctx %}} Gateway][Gateway]'s Operations Overview page now includes the following improvements to the user experience:
275
280
276
-
* Data is now loaded for default filters on load
277
-
* Added a refresh button for the time period
278
-
* Selected filters are kept when changing filters
279
-
* Filtered items in filter dropdown can be selected and deselected
281
+
* Graphs data is now loaded for default filters on page load
282
+
* Child filter selection is now maintained when parent filter is changed (e.g. selected `Flows` are maintained when changing the selected `Package versions` if they are still available on that version)
283
+
* Time period can now be refresh, which will refresh the filters and graphs data
284
+
* Items that has been filtered using the search on in filter dropdown can be selected and deselected
285
+
* Tooltips on page elements including graphs has been improved
280
286
281
287
<!-- Operations Overview - Add refresh for timeperiod -->
282
288
<!-- Operations Overview - Data should be loaded for default filters on load -->
283
289
<!-- Operations Overview - Filters - Selected filters are kept when changing filters -->
284
290
<!-- Operations Overview - Filters - User can select and deselect searched filters -->
285
-
286
-
Affected Components:
287
-
288
-
*[{{% ctx %}} Gateway][Gateway]
289
-
290
-
##### Improved tooltip on Operations Overview
291
-
292
-
The tooltips on the Operations Overview page has been improved, including tooltips on titles, values, and graphs.
293
-
294
291
<!-- Operations Overview - Graphs - Tooltip always shows when hovering on graph -->
295
292
<!-- Operations Overview - Improve tooltips -->
296
293
297
-
Affected Components:
298
-
299
-
*[{{% ctx %}} Gateway][Gateway]
300
-
301
294
#### Third-Party Support
302
295
303
296
##### Updated third-party libraries
@@ -346,20 +339,23 @@ Affected Components:
346
339
347
340
##### Schedules not stopped when node switches to secondary
348
341
349
-
A bug has been fixed where schedules were not being stopped when a node switched to secondary, causing them to continue running on the secondary node.
342
+
A bug has been fixed where schedules were not being stopped when a Service Fabric node switched to secondary, causing them to continue running on the secondary node.
343
+
350
344
<!-- Scheduling Service - Schedules not stopped when primary switches to secondary -->
351
345
352
346
Affected Components:
353
-
<!-- TODO -->
347
+
348
+
*[{{% ctx %}} Innovation Core Application][]
349
+
*[{{% ctx %}} Scheduling Service][]
354
350
355
351
#### Observability
356
352
357
353
##### Duration not logged correctly in log files
358
354
359
355
A bug has been fixed where the duration was not being logged correctly in log files.
360
356
361
-
<!-- Blocks - Log Event Block - Duration not logged correctly in log files --> BUG (same as below)
362
-
<!-- Blocks - Log Event Block - StartedAt parameter - issue with passing variables --> BUG (same as above)
357
+
<!-- Blocks - Log Event Block - Duration not logged correctly in log files -->
If you are installing a new 2024.11 platform or adding it to an existing 7.2 Installation see the guidance below; otherwise, if you are upgrading from an existing 2024.9 platform refer to the [Upgrade Instructions][].
466
+
If you are installing a new 2024.11 platform or adding it to an existing 7.2 Installation see the guidance below; otherwise, if you are upgrading from an existing 2024.11 platform refer to the [Upgrade Instructions][].
469
467
470
468
Installing {{% ctx %}} Only:
471
469
@@ -492,7 +490,6 @@ Releases are currently forecast to be made available on:
492
490
493
491
| Release | Release Type | Forecast Release Date |
0 commit comments