Skip to content

Commit

Permalink
Update highlights
Browse files Browse the repository at this point in the history
Co-authored-by: Will <[email protected]>
Signed-off-by: Karishma Chawla <[email protected]>
  • Loading branch information
kachawla and willtsai authored Oct 10, 2024
1 parent b406619 commit 1341087
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions docs/release-notes/v0.39.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ If you're new to Radius, check out our website, [radapp.io](https://radapp.io),

## Highlights

### Dapr Building Block: Configuration Store
https://github.com/radius-project/radius/pull/7906
### Support for Dapr Configuration Building Block
A new `Applications.Dapr/configurationStores` resource type is now available, which enables built-in support for 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 set of supported Dapr features 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.

### Add an in-memory data store
https://github.com/radius-project/radius/pull/7950

### Implement PostgreSQL datastore
https://github.com/radius-project/radius/pull/7961
### 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. This helps to speed up and simplify the existing ETC.d and mocking mechanisms that are frequently used today in tests.

## Breaking changes
https://github.com/radius-project/radius/pull/7906
None.

## Upgrading to Radius v0.39.0

Expand Down

0 comments on commit 1341087

Please sign in to comment.