Releases: SmartThingsCommunity/smartthings-core-sdk
Releases · SmartThingsCommunity/smartthings-core-sdk
v5.1.1
5.1.1 (2022-08-03)
Bug Fixes
- update virtual device fields (264bc1b)
v5.1.0
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
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
4.2.0 (2022-06-01)
Features
v4.1.0
4.1.0 (2022-05-23)
Features
- added support for virtual devices (383c03e)
v4.0.0
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
3.6.0 (2022-04-27)
Features
- add support for listing drivers in default channel (ef92829)
v3.5.0
3.5.0 (2022-04-13)
Features
v3.4.1
3.4.1 (2022-04-01)
Performance Improvements
- replace underscore with lodash modules (8429815)
v3.4.0
3.4.0 (2022-03-02)
Features
- SmartThingsClient: merge headers during clone (e85e7e6)