Skip to content

Commit 53f3959

Browse files
authored
feat: change to AWS SDK V3 and release (#65)
BREAKING CHANGE: The initialization of the context store is not backward compatible since the AWS V3 client is initialized differently than the V2 client. Otherwise, the operation of the context store is backward compatible with the 2.X version
1 parent 2fe1603 commit 53f3959

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ The context stored by this module consists of the following data elements:
1010
* **authToken**: the access token used in calling the API
1111
* **refreshToken**: the refresh token used in generating a new access token when one expires
1212
* **config**: the current installed app instance configuration, i.e. selected devices, options, etc.
13-
* **state**: name-value storage for the installed app instance
1413

1514
**_Note: Version 3.X.X is a breaking change to version 2.X.X as far as configuring the context store is
1615
concerned, but either one can be used with any version of the SmartThings SDK. The new state storage

0 commit comments

Comments
 (0)