From c913ade137ca417926225e8f2410d02d6dfeeec7 Mon Sep 17 00:00:00 2001 From: Will <28876888+willtsai@users.noreply.github.com> Date: Fri, 11 Oct 2024 08:54:28 -0700 Subject: [PATCH] Update docs/release-notes/v0.39.0.md Signed-off-by: Will <28876888+willtsai@users.noreply.github.com> --- docs/release-notes/v0.39.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/v0.39.0.md b/docs/release-notes/v0.39.0.md index b3974b4da8..ab9a76c2ce 100644 --- a/docs/release-notes/v0.39.0.md +++ b/docs/release-notes/v0.39.0.md @@ -11,7 +11,7 @@ If you're new to Radius, check out our website, [radapp.io](https://radapp.io), ## Highlights ### Support for Dapr Configuration Building Block -A new `Applications.Dapr/configurationStores` resource type is now available, to define and deploy [Dapr Configuration](https://docs.dapr.io/getting-started/quickstarts/configuration-quickstart/) building block in Radius. The Dapr Configuration building block allows for dynamic configuration updates, including feature flag management, and is a great addition to the Dapr integration in Radius. To learn more, go to the [Dapr Configuration Store resource schema](https://docs.radapp.io/reference/resource-schema/dapr-schema/configurationstore/) in the Radius documentation. Thanks to community contributor @SoTrx for adding this functionality. +A new `Applications.Dapr/configurationStores` resource type is now available to define and deploy the [Dapr Configuration](https://docs.dapr.io/getting-started/quickstarts/configuration-quickstart/) building block in Radius. The Dapr Configuration building block allows for dynamic configuration updates, including feature flag management, and is a great addition to the Dapr integration in Radius. To learn more, go to the [Dapr Configuration Store resource schema](https://docs.radapp.io/reference/resource-schema/dapr-schema/configurationstore/) in the Radius documentation. Thanks to community contributor @SoTrx for adding this functionality. ### In-memory data store for testing and development Radius has added an implementation for an in-memory version of the data store interface, which may be used for testing and development purposes, when contributing to Radius. This helps to speed up and simplify the existing ETC.d and mocking mechanisms that are frequently used today in tests.