Skip to content

Releases: SmartThingsCommunity/smartthings-core-sdk

v3.4.0

02 Mar 21:40

Choose a tag to compare

3.4.0 (2022-03-02)

Features

  • SmartThingsClient: merge headers during clone (e85e7e6)

v3.3.0

11 Feb 16:22

Choose a tag to compare

3.3.0 (2022-02-11)

Features

  • locations: return allowed permissions (6adc6a5)

v3.2.0

11 Feb 16:09

Choose a tag to compare

3.2.0 (2022-02-11)

Features

  • add support for logging RFC 2068 warning headers (854a3f2)

v3.1.1

04 Feb 17:51

Choose a tag to compare

3.1.1 (2022-02-04)

Bug Fixes

  • rules: correct IfAction 'else' property (0bd562a), closes #128

v3.1.0

01 Feb 20:33

Choose a tag to compare

3.1.0 (2022-02-01)

Features

  • add channels and drivers endpoints (9e5616c)

v3.0.0

21 Jan 15:20

Choose a tag to compare

3.0.0 (2022-01-21)

⚠ BREAKING CHANGES

  • the return type of RulesEndpoint.execute is different

Bug Fixes

  • fix return type of rules execute function; update dependencies (ecb8e3b)

v2.1.1

18 Jan 20:13

Choose a tag to compare

2.1.1 (2022-01-18)

Bug Fixes

  • devicepreferences: unwrap paged items in response (cfd832b)

v2.1.0

06 Jan 20:18

Choose a tag to compare

2.1.0 (2022-01-06)

Features

  • devicepreferences: expand i18n support (e5b4d15)

v2.0.1

05 Jan 19:49

Choose a tag to compare

2.0.1 (2022-01-05)

Bug Fixes

  • corrected childDevices type in Device model object (216e5cc)

v2.0.0

28 Dec 20:23

Choose a tag to compare

2.0.0 (2021-12-28)

Bug Fixes

  • update devices model objects (2b64e0a)

Features

  • update typescript, update devices sendCommands to return all results (bb7532c)

BREAKING CHANGES

  • DevicesEndpoint.sendCommands was modified to return a list of all results
    using Promise.allSettled instead of failing completely on any failure.
  • The return types of some devices model objects changed, in particular the
    methods for executing commands. In some cases, what was being returned by
    the API was lost.