Skip to content

Releases: Azure/iotedgedev

v3.2.0

19 Aug 16:15
Compare
Choose a tag to compare

Added support for IoT Edge Runtime version 1.2
Enable change of edgehub and edgeagent schema versions
Added support for config generation, build and push off of a layered deployment manifest

v3.1.2

05 Aug 21:51
Compare
Choose a tag to compare
  • update az cli connection string calls

v3.1.1

12 Jul 16:11
Compare
Choose a tag to compare
  • remove old dependencies and baseline az cli

v3.1.0

08 Jun 21:04
Compare
Choose a tag to compare
  • added -rt flag during iotedgedev init -rt [version_number] to specify a version of runtime (default 1.1)

v3.0.0

07 May 22:40
Compare
Choose a tag to compare
version 3.0.0

v3.0.0-rc

27 Jan 19:58
Compare
Choose a tag to compare
v3.0.0-rc Pre-release
Pre-release

Remove support for Python 2

v2.2.0

19 Jan 17:09
Compare
Choose a tag to compare
  • Remove explicit cryptography package install to resolve dependency conflicts so tests can run
  • Add local registry support for Windows

v2.1.6

24 Sep 17:17
addfd99
Compare
Choose a tag to compare

Changed

  • Fix warning about ConfigParser readfp deprecation [#338]

v2.1.4

02 Apr 05:36
3bab87f
Compare
Choose a tag to compare
  • Fix configparser error from Azure Cli Core [#426]

v2.1.3

27 Mar 08:36
abebb95
Compare
Choose a tag to compare

Changed

  • Fix genconfig does not fail when schema validation failed. [#424]