Releases: microsoft/vscode-azure-iot-toolkit
Releases · microsoft/vscode-azure-iot-toolkit
v2.1.0-rc3
Keep function names when minifying (#242) * Keep func names when minifying * Bump rc version
v2.1.0-rc2
Resolve #237 and #238 (#239) * Resolve #237: Disable webpack minimize; Resolve #238: Add hint when stopping monitor * Hide monitorStatusBarItem right after it is clicked
v2.1.0-rc
2.1.0-rc (#236)
v2.0.0
v2.0.0-rc
2.0.0-rc (#220) * 2.0.0-rc * Add border to logo
v1.7.0
Added
- Support IoT Edge multiple platforms scenario
- Support Azure National Clouds
- Better hint user when they fail to set IoT Hub connection string
- Better hint user when loading device list failed
- Support passing JSON in payload for direct methods
- Add 'Refresh' into context menu of normal device
- Add 'Refresh' icon inline
Changed
- Resolve #189: Use Node SDK instead of REST API
v1.7.0-rc
1.7.0-rc (#210)
v1.6.0
Added
- Add device twin templates for Node.js code generation
- Add configuration to enable auto refresh and set refresh interval (@tomaszbartoszewski: #184)
- Display friendly info when no subscriptions are available (@tomaszbartoszewski: #174)
- Use sans-serif font for welcome page on Linux and macOS (@tomaszbartoszewski: #176)
v1.6.0-rc
1.6.0-rc (#191) * 1.6.0-rc * Add whitespace
v1.5.0
Added
- Get module info
- Copy module connection string
- Add F# code generation for device to cloud communication (@tomaszbartoszewski: #172)
Changed
- Valid that expiration time should be a number when generating SAS token (@tomaszbartoszewski: #173)
- Keep input box open when entering D2C message (@tomaszbartoszewski: #173)