Skip to content

1.2.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@dylanbronson dylanbronson released this 10 Nov 04:18
1005864

1.2.0-rc1 (2020-11-09)

  • Preview support for nesting IoT Edge devices in gateway configuration, to allow creation of hierarchies of IoT Edge devices.
  • Preview support for MQTT 3.1.1 compliant broker in EdgeHub.
  • Updates to iotedge check troubleshooting command to work in hierarchical configuration.

Edge Agent

Features

  • Connect to parent IoT Edge device in a hierarchical configuration. (b92785c)
  • Upload module logs and support bundle in a hierarchical configuration. (37e8d08)
  • Pull docker container images in a hierarchical configuration (e82200d)

Edge Hub

Features

  • Authenticate clients in a hierarchical configuration, including child IoT Edge devices that may be connecting on behalf of their children (32a4e06)
  • Added module creation APIs to allow child IoT Edge devices to create modules in IoT Hub (6336d92)
  • MQTT 3.1.1 compliant broker (eb4a8cb)
  • Support for setting authorization policies for custom MQTT topics (5effde9)
  • Support for bridging MQTT topics to MQTT Broker in parent IoT Edge device (5a79646)

iotedged

Features

  • Configuration updates to support nesting IoT Edge devices (b92785c)
  • Updates to iotedge check troubleshooting command to work in hierarchical configuration (c0bad52, 24b1c78)