Skip to content

1.1.0

Compare
Choose a tag to compare
@damonbarry damonbarry released this 11 Feb 22:20
e662767

1.1.0 (2021-02-10)

Change to Supported Systems

  • Remove support for Ubuntu 16.04. Ubuntu will soon end their support for 16.04, so we're changing our support to match. Ubuntu 18.04 continues to be supported.
  • Remove support for Windows IoT Core.

Edge Agent

Bug Fixes

  • Fix since parameter in GetModuleLogs direct method 8d9a8e0
  • Don't pass HTTPS proxy information to the cloud connection for protocols that don't use port 443 ca2fa42
  • Update config version even when plan is empty 97532d0
  • Fix vulnerability issues in docker images 4dbaa62, 3c569ac

Edge Hub

Changes

  • Edge Hub allows only child devices to connect by default. To connect a leaf device to the Edge Hub, users must establish a parent/child relationship between the edge device and the leaf device. In previous versions, this was required only for offline scenarios or when using certificate-based authentication. For online scenarios Edge Hub could fall back to cloud-based authentication for leaf devices that were using SAS key-based authentication. With this change, leaf devices with SAS key-based authentication need to be a children of the edge device. You can configure Edge Hub to go back to the previous behavior by setting the environment variable "AuthenticationMode" to the value "CloudAndScope".

Bug Fixes

  • Continue message store cleanup after encountering db error 4a196f0
  • Don't pass HTTPS proxy information to the cloud connection for protocols that don't use port 443 ca2fa42
  • Fix vulnerability issues in docker images 4dbaa62, 3c569ac