From 12096982b2d3ba7eef08d0d6d61273859168a3c9 Mon Sep 17 00:00:00 2001 From: Moritz Raho Date: Tue, 3 Sep 2024 16:53:45 +0200 Subject: [PATCH] fix: new state aio-sdk major requirement (#353) * fix: new state aio-sdk major requirement * Update src/pages/guides/application_state.md --- src/pages/guides/application_state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/guides/application_state.md b/src/pages/guides/application_state.md index dd131e368..3a85cb864 100644 --- a/src/pages/guides/application_state.md +++ b/src/pages/guides/application_state.md @@ -59,7 +59,7 @@ Please refer to the [feature matrix](#feature-matrix) for a detailed comparison. ## State -*We've just released a [new State version](https://github.com/adobe/aio-lib-state/releases/tag/4.0.0) built on top of our own storage service. [Legacy State](https://github.com/adobe/aio-lib-state/tree/3.x) (< v4.0, based on CosmosDB) is still available, but we strongly advise new users to use the latest library version to avoid migrating later. We will be sending out migration steps for existing customers soon. The [feature matrix](#feature-matrix) provides a detailed comparison of both versions.* +*We've just released a [new State version](https://github.com/adobe/aio-lib-state/releases/tag/4.0.0) built on top of our own storage service. [Legacy State](https://github.com/adobe/aio-lib-state/tree/3.x) (`@adobe/aio-lib-state` < v4 based on CosmosDB) is still available, but we strongly advise new users to use the latest library version to avoid migrating later. Note that this applies also to `State` imported from `@adobe/aio-sdk` < v6. We will be sending out migration steps for existing customers soon. The [feature matrix](#feature-matrix) provides a detailed comparison of both versions.* ***How is my data stored?***