Skip to content

1.0.8-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@myagley myagley released this 05 Jun 22:37
f07f454

iotedge commit

https://github.com/Azure/iotedge/tree/1.0.8-rc1

Changelog

1.0.8-rc1 (2019-06-03)

  • Preview support for Linux arm64
  • Upgrade Moby version in .cab file to 3.0.5 (f23aca1)
  • Update .NET Core version to 2.1.10 (ad345ef)

Edge Agent

Features

Bug Fixes

  • Fix NRE in IotHubReporter.ReportShutdown (81065db)
  • In some cases Edge Agent won't restart a stopped module (6261fc9)
  • Edge Agent can support local Docker registries (2086d4b)

Edge Hub

Features

  • Support for arm64 (4fdfa40)
  • Upstream performance improvements (864b33d)
  • Twin Manager v2 is now default (96a0087)
  • Encrypt twins at rest (075d5c0)
  • Additional optional settings to limit upstream bandwidth usage

Bug Fixes

  • Fix IoT Hub name parsing in AMQP SASL Plain auth (bb6c327)
  • Set EdgeHub user id to UID 1000 explicitly (cf40c16)
  • Fix possible NRE in messages (1c2efc6)
  • Fix edge case in checking twin version when storing (663198c)
  • Forward product information for connected devices and modules (749b9b7)

iotedged

Features

  • Update uTPM to support Resource Manager v2 (a272069)
  • Return meaningful exit codes on failure (62f3d44)

Bug Fixes

  • Properly handle asynchronous errors when pulling images (020ddbc)
  • Fix RPM packages for SUSE (c16bc50)
  • Don't lowercase the keys in config.yaml (34df35a)
  • Windows install script checks for container feature (90f6368)

Simulated Temperature Sensor

Features