Skip to content

Releases: SmartThingsCommunity/smartthings-core-sdk

v5.1.1

03 Aug 19:12
Compare
Choose a tag to compare

5.1.1 (2022-08-03)

Bug Fixes

  • update virtual device fields (264bc1b)

v5.1.0

21 Jul 16:39
Compare
Choose a tag to compare

5.1.0 (2022-07-21)

Features

  • added userEmail and app links fields to ST schema apps (237c1a0)

Bug Fixes

  • correct type of JSON schema v4 items property (e33f37b)

v5.0.0

13 Jun 19:33
Compare
Choose a tag to compare

5.0.0 (2022-06-13)

⚠ BREAKING CHANGES

  • apps: Most of the request/response models related to apps will need to be updated.

Anything using App will need to be changed to either AppResponse (if used with GET)
or PagedApp (if used with LIST). AppEndpoints that previously returned Count or Status now
return an empty Promise.

Bug Fixes

  • apps: update models to match API spec (84c41b3), closes #89

v4.2.0

01 Jun 15:08
Compare
Choose a tag to compare

4.2.0 (2022-06-01)

Features

  • add hubdevices endpoints (1bcdf62)

v4.1.0

23 May 11:51
Compare
Choose a tag to compare

4.1.0 (2022-05-23)

Features

  • added support for virtual devices (383c03e)

v4.0.0

19 May 17:30
Compare
Choose a tag to compare

4.0.0 (2022-05-19)

⚠ BREAKING CHANGES

  • rules: Updated rules model objects have been significantly updated.

Bug Fixes

  • rules: update rules model objects to match current API (28b04ec)

v3.6.0

27 Apr 18:25
Compare
Choose a tag to compare

3.6.0 (2022-04-27)

Features

  • add support for listing drivers in default channel (ef92829)

v3.5.0

13 Apr 17:34
Compare
Choose a tag to compare

3.5.0 (2022-04-13)

Features

v3.4.1

01 Apr 17:05
Compare
Choose a tag to compare

3.4.1 (2022-04-01)

Performance Improvements

  • replace underscore with lodash modules (8429815)

v3.4.0

02 Mar 21:40
Compare
Choose a tag to compare

3.4.0 (2022-03-02)

Features

  • SmartThingsClient: merge headers during clone (e85e7e6)