Skip to content

Commit

Permalink
RC to fix Event Hub connectivity issues (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
montgomp authored Sep 3, 2020
1 parent b69dd1d commit 578c0e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
## 2.16.4 (2020-09-04)
### Fixed
* Regression in handling of connecting to underlying Event Hub

## 2.16.3 (2020-08-31)
### Fixed
* Handling of JSON formatted D2C messages by adding contentType and contentEncoding (issue [440](https://github.com/microsoft/vscode-azure-iot-toolkit/issues/440))

### Changed
* Multiple NPM package updates for connecting to Azure resources.
* Multiple NPM package updates to resolve vulnerabilities

### Removed
* Plug and Play interfaces node from device tree view

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-iot-toolkit",
"displayName": "Azure IoT Hub",
"description": "This extension is now a part of Azure IoT Tools extension pack. We highly recommend installing Azure IoT Tools to get full capabilities for Azure IoT development. Interact with Azure IoT Hub, IoT Device Management, IoT Edge Management, IoT Hub Device Simulation, IoT Hub Code Generation and IoT Hub Device Provisioning Service (DPS).",
"version": "2.16.3",
"version": "2.16.4-rc",
"publisher": "vsciot-vscode",
"aiKey": "0caaff90-cc1c-4def-b64c-3ef33615bc9b",
"icon": "logo.png",
Expand Down

0 comments on commit 578c0e4

Please sign in to comment.