Skip to content

Releases: SmartThingsCommunity/smartapp-sdk-nodejs

v3.0.2

01 Feb 17:30

Choose a tag to compare

3.0.2 (2023-02-01)

Bug Fixes

v3.0.1

13 Dec 18:27

Choose a tag to compare

3.0.1 (2022-12-13)

Bug Fixes

  • specify main as the semantic release branch (#235) (75d34c3)
  • support other API urls for API_ONLY apps (#234) (22578a6)

v3.0.0

11 Aug 18:02

Choose a tag to compare

3.0.0 (2022-08-11)

⚠ BREAKING CHANGES

  • The SmartThingsClient (context.api) has been updated
    which includes breaking changes to select devices and apps methods.
    The SDK will also no longer write OAuth client details to the context
    store if it is configured.

Features

v2.6.2

12 Apr 16:49

Choose a tag to compare

2.6.2 (2022-04-12)

Bug Fixes

v2.6.1

27 Jan 14:31

Choose a tag to compare

2.6.1 (2022-01-27)

Bug Fixes

v2.6.0

13 Sep 20:22

Choose a tag to compare

2.6.0 (2021-09-13)

Features

  • Exported Page class to support unit testing of SmartApps (#206) (0af7ef9)

v2.5.5

01 Sep 19:08

Choose a tag to compare

2.5.5 (2021-09-01)

Bug Fixes

  • Fixed bug when making API calls from page handlers in installed apps (#205) (34b50d5)

v2.5.4

08 Jul 17:58

Choose a tag to compare

2.5.4 (2021-07-08)

Bug Fixes

  • await async updated handlers during install (#202) (834c176), closes #200

v2.5.3

02 Jun 13:51

Choose a tag to compare

2.5.3 (2021-06-02)

Bug Fixes

  • Initialization: add return type annotations (#198) (b4b1afc)

v2.5.2

13 May 18:01

Choose a tag to compare

2.5.2 (2021-05-13)

Bug Fixes

  • Handle re-written URLs in HTTP signature validation (#196) (69b89c5)