Skip to content

Commit 9a79c62

Browse files
committed
PO review part 2
1 parent 80bd7d5 commit 9a79c62

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

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

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This release introduces multiple new features to the {{% ctx %}} platform:
3636
* The [Operations Overview page][] has been added to {{% ctx %}} Gateway to provide a high-level view of the system's operations, which includes:
3737
* Current Status
3838
* Filters
39-
* Flows graphs
39+
* Flow graphs
4040
* The [configuration for maximum query string length][] has been added to the {{% ctx %}} Gateway `web.config`.
4141
* The [Cortex Interaction Portal can now be installed multiple times on the same machine][].
4242

@@ -47,13 +47,13 @@ The [Performance][] of the {{% ctx %}} has been improved by:
4747
* optimising [handling high volumes of executions more efficiently][]
4848
* handling [session updates more reliably on slower systems][]
4949

50-
[Scalability][] has been enhance by [increasing the header size limit for Service Fabric API Gateway][].
50+
[Scalability][] has been enhanced by [increasing the header size limit for Service Fabric API Gateway][].
5151

52-
[Security][] has been tighten by:
52+
[Security][] has been tightened on {{% ctx %}} Gateway by:
5353

54-
* updating the [Content-security-policy directives][] on {{% ctx %}} Gateway
55-
* introducing the [Permissions-Policy header][] on {{% ctx %}} Gateway
56-
* removing the [X-XSS-PROTECTION header][] on {{% ctx %}} Gateway
54+
* updating the [Content-security-policy directives][]
55+
* introducing the [Permissions-Policy header][]
56+
* removing the [X-XSS-PROTECTION header][]
5757

5858
[Third-party Support][] has been improved by:
5959

@@ -108,7 +108,7 @@ Finally, the [Documentation][] includes updates related to:
108108
| <nobr>&nbsp; &nbsp; > [{{% ctx %}} Execution Service][] </nobr> | 25.0.4.24460 | Yes | Major | No | Major changes occurred between internal development releases, however, these changes are not breaking between 2024.9 and 2024.11 |
109109
| <nobr>[{{% ctx %}} Gateway][Gateway], including [{{% ctx %}} Studio][] </nobr> | 12.11.0.24460 | Yes | Minor | N/A | |
110110
| <nobr>[{{% ctx %}} Blocks Package][Blocks] </nobr> | 48.2.4.24460 | Yes | Patch | N/A | |
111-
| <nobr>[{{% ctx %}} Interaction Portal][Interaction Portal] </nobr> | 3.0.1.24460 | Yes | Major | Yes | Major changes occurred between releases, these changes are related to support of multiple Cortex Interaction Portal running on the same machine and are [breaking][Breaking - Added support for multiple instances of CORTEX Interaction Portal running on the same machine] |
111+
| <nobr>[{{% ctx %}} Interaction Portal][Interaction Portal] </nobr> | 3.0.1.24460 | Yes | Major | Yes | Major changes occurred between releases, these changes are related to support of multiple {{% ctx %}} Interaction Portal instances running on the same machine and are [breaking][Breaking - Added support for multiple instances of CORTEX Interaction Portal running on the same machine] |
112112
| <nobr>{{% ctx %}} App Server Install Scripts </nobr> | 5.2.7.24470 | Yes | Patch | N/A | |
113113
| <nobr>{{% ctx %}} Web App Server Install Scripts </nobr> | 8.1.2.24460 | Yes | Patch | N/A | |
114114
| <nobr>{{% ctx %}} Upgrade Scripts </nobr> | 1.2.16.24460 | Yes | Patch | N/A | |
@@ -614,24 +614,20 @@ Releases are currently forecast to be made available on:
614614
[Interaction Portal]: {{< url path="Cortex.Guides.CortexInteractionPortal.MainDoc" version="2024.11" >}}
615615

616616
[Monitoring Service has been introduced]: {{< ref "#introduced-the-monitoring-service" >}}
617-
[Operations Overview API]: {{< ref "#added-operations-overview-api-to-api-gateway" >}}
618617
[Operations Overview page]: {{< ref "#introduced-the-operations-overview-page" >}}
619-
[Current Status tiles]: {{< ref "#added-current-status-tiles-to-the-operations-overview-page" >}}
620-
[Filters]: {{< ref "#added-filters-to-the-operations-overview-page" >}}
621-
[Graphs]: {{< ref "#added-graphs-to-the-operations-overview-page" >}}
622618
[configuration for maximum query string length]: {{< ref "#added-configuration-for-maximum-query-string-length" >}}
623-
[Cortex Interaction Portal can now be installed multiple times on the same machine]: {{< ref "#added-support-for-multiple-cortex-interaction-portal-running-on-the-same-machine" >}}
619+
[Cortex Interaction Portal can now be installed multiple times on the same machine]: {{< ref "#added-support-for-multiple-instances-of-the-cortex-interaction-portal-running-on-the-same-machine" >}}
624620
[session updates more reliably on slower systems]: {{< ref "#improved-session-update-reliability-on-slow-systems" >}}
625621
[Observability]: {{< ref "#observability" >}}
626-
[reducing the maximum size of Service Fabric Trace Logs]: {{< ref "#reduced-the-maximum-size-of-service-fabric-trace-logs" >}}
622+
[reducing the maximum size of Service Fabric Trace Logs]: {{< ref "#reduced-the-maximum-size-of-service-fabric-logs" >}}
627623
[Performance]: {{< ref "#performance" >}}
628624
[handling high volumes of executions more efficiently]: {{< ref "#improved-the-performance-of-the-execution-management-service" >}}
629625
[Scalability]: {{< ref "#scalability" >}}
630626
[increasing the header size limit for Service Fabric API Gateway]: {{< ref "#increased-the-header-size-limit-for-service-fabric-api-gateway" >}}
631627
[Security]: {{< ref "#security" >}}
632-
[Content-security-policy directives]: {{< ref "#reviewed-the-content-security-policy-directives" >}}
633-
[Permissions-Policy header]: {{< ref "#introduced-the-permissions-policy-header" >}}
634-
[X-XSS-PROTECTION header]: {{< ref "#removed-the-x-xss-protection-header" >}}
628+
[Content-security-policy directives]: {{< ref "#reviewed-the-content-security-policy-directives-on-cortex-gateway" >}}
629+
[Permissions-Policy header]: {{< ref "#introduced-the-permissions-policy-header-on-cortex-gateway" >}}
630+
[X-XSS-PROTECTION header]: {{< ref "#removed-the-x-xss-protection-header-on-cortex-gateway" >}}
635631
[Third-party Support]: {{< ref "#third-party-support" >}}
636632
[Health Check API to Service Fabric API Gateway]: {{< ref "#added-health-check-api-to-service-fabric-api-gateway" >}}
637633
[Installation]: {{< ref "#installation" >}}
@@ -640,7 +636,7 @@ Releases are currently forecast to be made available on:
640636
[allow log file rotation for RabbitMQ logs]: {{< ref "#added-support-for-rabbitmq-log-file-rotation" >}}
641637
[open ports for RabbitMQ Stream]: {{< ref "#opened-ports-for-rabbitmq-stream" >}}
642638
[Upgrade]: {{< ref "#upgrade" >}}
643-
[restoring files to pre-upgrade if the load balancer upgrade fails]: {{< ref "#improved-of-the-load-balancer-upgrade-process" >}}
639+
[restoring files to pre-upgrade if the load balancer upgrade fails]: {{< ref "#improved-the-load-balancer-upgrade-process" >}}
644640
[aligning the timeout of the Register-ServiceFabricApplicationType command with other commands]: {{< ref "#aligned-the-timeout-of-the-register-servicefabricapplicationtype-command-with-other-commands" >}}
645641
[changing the extension of the studio package created by the upgrade script]: {{< ref "#changed-the-extension-of-the-studio-package-created-by-the-upgrade-script" >}}
646642
[Upgrade - allow log file rotation for RabbitMQ logs]: {{< ref "#added-support-for-rabbitmq-log-file-rotation-1" >}}
@@ -672,6 +668,7 @@ Releases are currently forecast to be made available on:
672668
[{{% ctx %}} Service Portal]: {{< url path="Cortex.ServicePortal.MainDoc" version="2024.11" >}}
673669

674670
[Fast Track]: {{< url path="Cortex.Reference.Glossary.F-J.FastTrack" version="2024.11" >}}
671+
[Release]: {{< url path="Cortex.Reference.Glossary.P-T.Release" version="2024.11" >}}
675672

676673
[2024.9]: {{< url path="Cortex.Blogs.Releases.2024.9.MainDoc" version="2024.11" >}}
677674

0 commit comments

Comments
 (0)