Skip to content

Commit

Permalink
Updated date
Browse files Browse the repository at this point in the history
  • Loading branch information
cortex-td committed Oct 16, 2023
1 parent 31e581d commit 32b43a9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
21 changes: 11 additions & 10 deletions content/en/blog/releases/2023.X/2023.9.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "2023.9"
linkTitle: "2023.9"
date: 2023-09-10
date: 2023-10-16
author: Paul Arnold ([@paulmarnold](https://twitter.com/paulmarnold))
---

Expand Down Expand Up @@ -149,25 +149,25 @@ When updating certificates within the Innovation platform, any nodes with differ

The CortexSSLBestPractices script previously did not correctly disable TLS1.1.

#### Write Data with Key block does not accept null values
#### Write Data with Key Block does not Accept Null Values

The [Write Data with Key] script previously threw an exception when `null` was passed into the `Data` property, this has now been fixed and `null` can be saved to the [Data Storage Service][CORTEX Data Storage Service].
The [Write Data with Key] block previously threw an exception when `null` was passed into the `Data` property, this has now been fixed and `null` can be saved to the [Data Storage Service][CORTEX Data Storage Service].

#### Grafana Promtail Incorrectly Reporting of 4XX and 5XX error codes as successful
#### Grafana Promtail Incorrectly Reporting of 4XX and 5XX Error Codes as Successful

Grafana Promtail was previously reporting 4XX and 5XX error codes within problem details as successful requests.
Grafana Promtail was previously reporting 4XX and 5XX error codes within problem details as successful requests but now report correctly.

#### Parallel Flows can Cause an Exception
#### Running Parallel Flows can Cause an Exception to Occur

The same flow being called asynchronously and running in parallel could cause an exception to be thrown when two flows were executing the same block. This issue has been fixed, and concurrent execution of the same flows no longer throw exceptions in this case.

#### Collection Scope Default Value Not Set until the Block was Updated
#### Scope Default Value is not set until the Block was Updated

Previously, any block that used the [Collection Scope][] would not have a default value set when placing the block on a flow for the first time, until the block had been updated.
Previously, any block that used [Scope][] would not have a default value set when placing the block on a flow for the first time, until the block had been updated.

#### Incorrect Help Links for Data Storage Blocks

The following [Data Storage][] blocks, had incorrect links to their documentation pages:
The following [Data Storage][] blocks had incorrect links to their documentation pages:

* [Read Data with Key][]
* [Write Data with Key][]
Expand Down Expand Up @@ -207,7 +207,7 @@ The following [Data Storage][] blocks, have had their namespaces changed to be:
* [Write Data with Key][] - Cortex.Blocks.DataStorage.WriteData.WriteDataWithKeyBlock
* [Delete Data with Key][] - Cortex.Blocks.DataStorage.DeleteData.DeleteDataWithKeyBlock

This is potentially breaking if you were using these blocks within a flow. Any occurrence of this will need to be updated to use the new block and namespace.
This is potentially breaking if you were using these blocks within a flow. Any flow using these blocks will need to be upgraded in order to continue working; please request assistance with upgrading flows by raising a case in the [{{% ctx %}} Service Portal][CORTEX Service Portal].

### Breaking Changes

Expand Down Expand Up @@ -314,6 +314,7 @@ Any changes to these forecasts will be announced via the [News channel][].
[Delete Data with Key]: {{< url path="Cortex.Reference.Blocks.DataStorage.DeleteData.DeleteDataWithKeyBlock.MainDoc" version="2023.9" >}}

[Data Types]: {{< url path="Cortex.Reference.DataTypes.MainDoc" version="2023.9" >}}
[Scope]: {{< url path="Cortex.Reference.DataTypes.Scopes.Scope.MainDoc" version="2023.9" >}}

[Innovation Only - Single Server - Without HA]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.SingleServerWithoutHA.MainDoc" version="2023.9" >}}
[Innovation Only - Multiple Server - With HA]: {{< url path="Cortex.GettingStarted.OnPremise.InstallInnovationOnly.MultipleServerWithHA.MainDoc" version="2023.9" >}}
Expand Down
14 changes: 7 additions & 7 deletions data/urls.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
RemovedFlowDebuggerService = "/blog/2023/08/21/2023.7/#removed-flow-debugger-service"
ProductPortal = "/blog/2023/08/21/2023.7/#product-portal"
[Cortex.Blogs.Releases.2023.9]
MainDoc = "/blog/2023/09/10/2023.9/"
ExpansionOfTheHAPlatform = "/blog/2023/09/10/2023.9/#expansion-of-the-ha-platform"
NewTriggersService = "/blog/2023/09/10/2023.9/#new-triggers-service"
NewBlocks = "/blog/2023/09/10/2023.9/#new-blocks"
CORTEXGatewayRebranding = "/blog/2023/09/10/2023.9/#cortex-gateway-rebranding"
WindowsServer2022Support = "/blog/2023/09/10/2023.9/#windows-server-2022-support"
ProductPortal = "/blog/2023/09/10/2023.9/#product-portal"
MainDoc = "/blog/2023/10/16/2023.9/"
ExpansionOfTheHAPlatform = "/blog/2023/10/16/2023.9/#expansion-of-the-ha-platform"
NewTriggersService = "/blog/2023/10/16/2023.9/#new-triggers-service"
NewBlocks = "/blog/2023/10/16/2023.9/#new-blocks"
CORTEXGatewayRebranding = "/blog/2023/10/16/2023.9/#cortex-gateway-rebranding"
WindowsServer2022Support = "/blog/2023/10/16/2023.9/#windows-server-2022-support"
ProductPortal = "/blog/2023/10/16/2023.9/#product-portal"
[Cortex.Blogs.Releases.2022.X]
MainDoc = "/blog/releases/2022.x"
[Cortex.Blogs.Releases.2022.9]
Expand Down

0 comments on commit 32b43a9

Please sign in to comment.