Skip to content

Commit 66177b8

Browse files
committed
added what's new
1 parent 9a79c62 commit 66177b8

File tree

3 files changed

+109
-139
lines changed

3 files changed

+109
-139
lines changed

content/en/blog/releases/2024.X/2024.11.md

Lines changed: 4 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ The [Performance][] of the {{% ctx %}} has been improved by:
5555
* introducing the [Permissions-Policy header][]
5656
* removing the [X-XSS-PROTECTION header][]
5757

58+
[Usability][] has been improved by [fixing the LiveView datetime picker styling issues][].
59+
5860
[Third-party Support][] has been improved by:
5961

6062
* adding a [Health Check API to Service Fabric API Gateway][]
@@ -127,10 +129,6 @@ Finally, the [Documentation][] includes updates related to:
127129
{{% ctx %}} now includes a Monitoring Service that provides aggregated historical data about the platform.
128130
Currently, this includes data about executions of flows, which is surfaced within {{% ctx %}} Gateway on the Operations Overview page.
129131

130-
<!-- Operations Overview - Monitoring Service - Clear out daily reliable collections at midnight -->
131-
<!-- Operations Overview - Monitoring Service - Service sometimes goes into quorum loss state -->
132-
<!-- Operations Overview - Monitoring Service provisioned by default -->
133-
134132
Affected Components:
135133

136134
* [{{% ctx %}} Innovation Core Application][]
@@ -160,23 +158,12 @@ Affected Components:
160158

161159
* [{{% ctx %}} Gateway][Gateway]
162160

163-
<!-- Operations Overview - Graphs - Add completed flows graph -->
164-
<!-- Operations Overview - Graphs - Add Errored flows graph -->
165-
<!-- Operations Overview - Graphs - Success Rate - Change display value to be int instead of float -->
166-
<!-- Operations Overview - Graphs - Success Rate graph is updated on Sync Data -->
167-
<!-- Operations Overview - Filters - Available filters are returned based on selected timespan -->
168-
<!-- Operations Overview - Filters - User can filter data based on Package and Package version -->
169-
<!-- Operations Overview - Remove feature flag -->
170-
<!-- Operations Overview - Cluster Health Tile - Link should go to correct SF Explorer page -->
171-
172161
##### Added configuration for maximum query string length
173162

174163
With the introduction of the Operations Overview page, it is possible for the API used to return the aggregated data from the [Monitoring Service][{{% ctx %}} Monitoring Service], to exceed the default maximum number of characters allowed in the `query string` part of the URL.
175164
{{% ctx %}} Gateway `web.config` now includes settings allowing the maximum number of characters to be increased from the default value of `8192`.
176165
Currently, there is no documentation available on how to do this. For further assistance, please raise a case in the [{{% ctx %}} Service Portal][].
177166

178-
<!-- Operations Overview - 404 when query parameter is too long -->
179-
180167
Affected Components:
181168

182169
* [{{% ctx %}} Gateway][Gateway]
@@ -185,8 +172,6 @@ Affected Components:
185172

186173
The [{{% ctx %}} Interaction Portal][Interaction Portal] can now be installed multiple times on the same machine, each with its own configuration and data.
187174

188-
<!-- Interaction Portal - Changes are done and packaged -->
189-
190175
Affected Components:
191176

192177
* [{{% ctx %}} Interaction Portal][Interaction Portal]
@@ -197,8 +182,6 @@ Affected Components:
197182

198183
The maximum size of Service Fabric Logs has been reduced from `65GB` to `10GB`.
199184

200-
<!-- Logging - Reduce Service Fabric Trace Logs Maximum Size -->
201-
202185
Affected Components:
203186

204187
* {{% ctx %}} App Server Install Scripts
@@ -209,8 +192,6 @@ Affected Components:
209192

210193
The performance of the Execution Management Service has been improved to handle high volumes of executions more efficiently.
211194

212-
<!-- Service Fabric - Execution Management service queue builds up rapidly with high volumes of executions -->
213-
214195
Affected Components:
215196

216197
* [{{% ctx %}} Innovation Core Application][]
@@ -220,8 +201,6 @@ Affected Components:
220201

221202
The [{{% ctx %}} Interaction Portal][Interaction Portal] now handles session updates more reliably on slower systems.
222203

223-
<!-- Cortex Interaction Portal - Concurrency issues in Reliable Collections - Update Session on slower systems -->
224-
225204
Affected Components:
226205

227206
* [{{% ctx %}} Interaction Portal][Interaction Portal]
@@ -232,8 +211,6 @@ Affected Components:
232211

233212
The header size limit for the Service Fabric API Gateway has been increased from `32765 bytes` to `65536 bytes` to allow for larger headers to be processed.
234213

235-
<!-- Service Fabric - Header size limit - 2024.11 and PATCH 2024.9 -->
236-
237214
Affected Components:
238215

239216
* [{{% ctx %}} Innovation Core Application][]
@@ -245,8 +222,6 @@ Affected Components:
245222

246223
The Content-Security-Policy directives on {{% ctx %}} Gateway have been reviewed and updated to ensure that they are secure.
247224

248-
<!-- Security - Content-security-policy directives should be reviewed and updated (Cortex Gateway) -->
249-
250225
Affected Components:
251226

252227
* [{{% ctx %}} Gateway][Gateway]
@@ -255,8 +230,6 @@ Affected Components:
255230

256231
The Permissions-Policy header on {{% ctx %}} Gateway has been introduced to improve security.
257232

258-
<!-- Security - Permissions-Policy header needs to be introduced (Cortex Gateway) -->
259-
260233
Affected Components:
261234

262235
* [{{% ctx %}} Gateway][Gateway]
@@ -265,8 +238,6 @@ Affected Components:
265238

266239
The X-XSS-PROTECTION header on {{% ctx %}} Gateway has been removed as it is deprecated.
267240

268-
<!-- Security - X-XSS-PROTECTION header is deprecated (Cortex Gateway) -->
269-
270241
Affected Components:
271242

272243
* [{{% ctx %}} Gateway][Gateway]
@@ -277,8 +248,6 @@ Affected Components:
277248

278249
A Health Check API has been added to the Service Fabric API Gateway to allow third-party load balancers to check the health of the platform.
279250

280-
<!-- Health Check API For Third Party Load Balancers -->
281-
282251
Affected Components:
283252

284253
* [{{% ctx %}} Innovation Core Application][]
@@ -296,12 +265,6 @@ The following 3rd party libraries have been updated on {{% ctx %}} Gateway:
296265
* Moment.js
297266
* Stacktrace.js
298267

299-
<!-- Upgrade 3rd Party Libraries - Fuse library should be updated (Cortex Gateway) -->
300-
<!-- Upgrade 3rd Party Libraries - jQuery library should be updated (Cortex Gateway) -->
301-
<!-- Upgrade 3rd Party Libraries - jQuery UI library should be updated (Cortex Gateway) -->
302-
<!-- Upgrade 3rd Party Libraries - Moment.js library should be updated (Cortex Gateway) -->
303-
<!-- Upgrade 3rd Party Libraries - Stacktrace.js library should be updated (Cortex Gateway) -->
304-
305268
Affected Components:
306269

307270
* [{{% ctx %}} Gateway][Gateway]
@@ -312,8 +275,6 @@ Affected Components:
312275

313276
The installation script now checks for the presence of a certificate friendly name and throws an error if it is not present.
314277

315-
<!-- Installation - Gateway install certificate friendly name not present should throw error -->
316-
317278
Affected Components:
318279

319280
* {{% ctx %}} Web App Server Install Scripts
@@ -322,8 +283,6 @@ Affected Components:
322283

323284
The installation script now uses PSDrive to improve compatibility with different environments.
324285

325-
<!-- Installation - Permission issues using network paths -->
326-
327286
Affected Components:
328287

329288
* {{% ctx %}} App Server Install Scripts
@@ -334,8 +293,6 @@ Affected Components:
334293
The installation script now sets up log file rotation for RabbitMQ.
335294
The default is now a maximum of 20 files, each with a maximum size of 20MB.
336295

337-
<!-- Installation - RabbitMq log file rotation - 2024.11 and PATCH 2024.9 -->
338-
339296
Affected Components:
340297

341298
* {{% ctx %}} App Server Install Scripts
@@ -345,8 +302,6 @@ Affected Components:
345302

346303
RabbitMQ Stream ports (6000 to 6500) are now open to reduce noise in RabbitMQ logs.
347304

348-
<!-- RabbitMQ - Stream Ports not open creates errors in logs -->
349-
350305
Affected Components:
351306

352307
* {{% ctx %}} App Server Install Scripts
@@ -358,8 +313,6 @@ Affected Components:
358313

359314
The upgrade process now restores the files to their pre-upgrade state if the load balancer upgrade fails.
360315

361-
<!-- Upgrade - Fix if load balancer upgrade fails -->
362-
363316
Affected Components:
364317

365318
* {{% ctx %}} Upgrade Scripts
@@ -368,8 +321,6 @@ Affected Components:
368321

369322
The timeout of the Register-ServiceFabricApplicationType command has been set to `1800 seconds`, like other commands.
370323

371-
<!-- Upgrade - Register-ServiceFabricApplcationType timing out - 2024.11 and PATCH 2024.9 -->
372-
373324
Affected Components:
374325

375326
* {{% ctx %}} Upgrade Scripts
@@ -378,8 +329,6 @@ Affected Components:
378329

379330
The studio package created by the upgrade script now has the file extension `.studiopkg` in lower-case to be consistent with the documentation.
380331

381-
<!-- Installation - The studio package created by the upgrade script has the following file extension .StudioPkg but in docs its .studiopkg - should be .studiopkg -->
382-
383332
Affected Components:
384333

385334
* {{% ctx %}} Flows Upgrader
@@ -389,8 +338,6 @@ Affected Components:
389338
The upgrade script now sets up log file rotation for RabbitMQ.
390339
The default is now a maximum of 20 files, each with a maximum size of 20MB.
391340

392-
<!-- Installation - RabbitMq log file rotation - 2024.11 and PATCH 2024.9 -->
393-
394341
Affected Components:
395342

396343
* {{% ctx %}} App Server Install Scripts
@@ -400,8 +347,6 @@ Affected Components:
400347

401348
RabbitMQ Stream ports (6000 to 6500) are now open to reduce noise in RabbitMQ logs.
402349

403-
<!-- RabbitMQ - Stream Ports not open creates errors in logs -->
404-
405350
Affected Components:
406351

407352
* {{% ctx %}} App Server Install Scripts
@@ -413,20 +358,14 @@ Affected Components:
413358

414359
The documentation now includes instructions on how to add the encryption key to the built-in Load Balancer server during both installation and upgrade.
415360

416-
<!-- Product Portal - 2024.11 Encryption key needs adding to load balancer server -->
417-
418361
##### Added Observability Compatibility table to release notes
419362

420363
The [Observability Compatibility][] table has been added to the release notes.
421364

422-
<!-- Product Portal - Release Notes - Grafana components -Versioning in components table and linking to release tags in github as well as CORTEX version -->
423-
424365
##### Updated ports used by the platform
425366

426367
The documentation has been updated to include the new ports used by the {{% ctx %}} platform for the [{{% ctx %}} Listeners Service][] including the Flow API Proxy.
427368

428-
<!-- Product Portal - Update Ports -->
429-
430369
### Bug Fixes
431370

432371
#### Capability
@@ -435,8 +374,6 @@ The documentation has been updated to include the new ports used by the {{% ctx
435374

436375
A bug has been fixed where the Send Email Using Microsoft365 block would crash the Execution Service.
437376

438-
<!-- Blocks - SendEmailUsingMicrosoft365Block crashes Execution Service -->
439-
440377
Affected Components:
441378

442379
* [{{% ctx %}} Innovation Execution Application][]
@@ -447,8 +384,6 @@ Affected Components:
447384

448385
A bug has been fixed where published packages containing nested flows at least three layers deep would throw a KeyNotFoundException when attempting to execute the third layer.
449386

450-
<!-- Execution Service - Can't run child flows of child flows -->
451-
452387
Affected Components:
453388

454389
* [{{% ctx %}} Innovation Execution Application][]
@@ -458,8 +393,6 @@ Affected Components:
458393

459394
A bug has been fixed where C# LINQ expressions defined in the Expression editor did not work.
460395

461-
<!-- Flow Engine - LINQ is broken -->
462-
463396
Affected Components:
464397

465398
* [{{% ctx %}} Innovation Execution Application][]
@@ -469,8 +402,6 @@ Affected Components:
469402

470403
A bug has been fixed where an expression using the `Split()` method of a String data type would sometimes throw a runtime exception.
471404

472-
<!-- Flow Engine - string.Split() causes exception -->
473-
474405
Affected Components:
475406

476407
* [{{% ctx %}} Innovation Execution Application][]
@@ -482,8 +413,6 @@ Affected Components:
482413

483414
A bug has been fixed where the LiveView datetime picker would not display correctly.
484415

485-
<!-- LiveView datetime picker styling issues -->
486-
487416
Affected Components:
488417

489418
* [{{% ctx %}} Gateway][Gateway]
@@ -494,8 +423,6 @@ Affected Components:
494423

495424
The installation script no longer imports the ServiceFabric PowerShell module when running the what-if command.
496425

497-
<!-- Installation - What if importing service fabric module -->
498-
499426
Affected Components:
500427

501428
* {{% ctx %}} App Server Install Scripts
@@ -504,8 +431,6 @@ Affected Components:
504431

505432
A bug has been fixed where updating the certificate would not update the load balancer health check subject name.
506433

507-
<!-- Installation - Update Certificate doesnt update load balancer health check subject name -->
508-
509434
### Breaking Changes
510435

511436
The following features have introduced breaking changes in the 2024.11 release of the {{% ctx %}} Platform:
@@ -516,8 +441,6 @@ The following feature has changed both the {{% ctx %}} Interaction Portal flows
516441
If using the {{% ctx %}} Interaction Portal, it will need to be re-installed.
517442
For further assistance, please raise a case in the [{{% ctx %}} Service Portal][].
518443

519-
<!-- Ask Joe on how to word it that they need to re-cerate everthing -->
520-
521444
### Known Limitations
522445

523446
There are no known limitations added as part of the 2024.11 release of the {{% ctx %}} Platform.
@@ -625,9 +548,11 @@ Releases are currently forecast to be made available on:
625548
[Scalability]: {{< ref "#scalability" >}}
626549
[increasing the header size limit for Service Fabric API Gateway]: {{< ref "#increased-the-header-size-limit-for-service-fabric-api-gateway" >}}
627550
[Security]: {{< ref "#security" >}}
551+
[Usability]: {{< ref "#usability" >}}
628552
[Content-security-policy directives]: {{< ref "#reviewed-the-content-security-policy-directives-on-cortex-gateway" >}}
629553
[Permissions-Policy header]: {{< ref "#introduced-the-permissions-policy-header-on-cortex-gateway" >}}
630554
[X-XSS-PROTECTION header]: {{< ref "#removed-the-x-xss-protection-header-on-cortex-gateway" >}}
555+
[fixing the LiveView datetime picker styling issues]: {{< ref "#liveview-datetime-picker-styling-issues" >}}
631556
[Third-party Support]: {{< ref "#third-party-support" >}}
632557
[Health Check API to Service Fabric API Gateway]: {{< ref "#added-health-check-api-to-service-fabric-api-gateway" >}}
633558
[Installation]: {{< ref "#installation" >}}

0 commit comments

Comments
 (0)