Skip to content

Releases: SmartThingsCommunity/dynamodb-context-store-nodejs

v3.1.0

04 Oct 18:12
Compare
Choose a tag to compare

3.1.0 (2023-10-04)

Features

  • added support for accessing context state name-value store (#66) (8c193b4)

v3.0.0

02 Oct 17:02
Compare
Choose a tag to compare

3.0.0 (2023-10-02)

⚠ BREAKING CHANGES

  • 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

Features

  • change to AWS SDK V3 and release (#65) (53f3959)

v2.2.0

02 Oct 15:58
Compare
Choose a tag to compare

2.2.0 (2023-10-02)

Features

  • change to AWS SDK V3 and add get/set item to context (#64) (00e1a8b)

v2.1.2

30 Sep 13:57
Compare
Choose a tag to compare

2.1.2 (2023-09-30)

Bug Fixes

v2.0.0

28 Jul 20:57
Compare
Choose a tag to compare
feat: V2.0.0, refactored to add config options and table creation (#3)

* V2.0.0, Refactored to add config options and better support single table apps

* Fixes from review comments

v1.0.2: Merge pull request #2 from bflorian/changed-serialization

28 Jul 20:56
1b742f6
Compare
Choose a tag to compare
Removed explicit JSON serialization and unnecessary client ID and secret