Skip to content

Releases: Azure/iotedgehubdev

v0.7.0-rc1

21 Jan 11:31
686065c
Compare
Choose a tag to compare
v0.7.0-rc1 Pre-release
Pre-release
 Add tests for #159 (#163)

v0.7.0-rc0

21 Jan 03:01
e3b47c2
Compare
Choose a tag to compare
v0.7.0-rc0 Pre-release
Pre-release
0.7.0rc0 (#161)

v0.6.0-pyinstaller

02 Jan 03:16
Compare
Choose a tag to compare
v0.6.0-pyinstaller Pre-release
Pre-release
Add pyinstaller spec

v0.6.0

05 Dec 06:09
41b409a
Compare
Choose a tag to compare

Added

  • Support parsing Binds in createOptions
  • Log in registries with credentials in deployment manifest

Changed

  • Fix authentication error when hostname is longer than 64

v0.6.0-rc0

03 Dec 04:56
d21a4d8
Compare
Choose a tag to compare
v0.6.0-rc0 Pre-release
Pre-release
0.6.0-rc0 (#139)

v0.5.0

31 Oct 09:32
5030ae0
Compare
Choose a tag to compare

Added

  • Support extended createOptions

Changed

  • Update REST API version
  • Fix "Error getting device scope result from IoTHub, HttpStatusCode: Unauthorized" issue after starting (#95)

v0.4.0

12 Oct 09:56
60c4a75
Compare
Choose a tag to compare

Changed

  • Fix "Error: 'environment'" when starting (#87)

v0.3.0

21 Sep 06:26
d66fe1b
Compare
Choose a tag to compare

Added

  • Support environment variables set in the env section of a module
  • Support getting credentials of multiple modules

Changed

  • Always pull the EdgeHub image before starting
  • Fix "the JSON object must be str, not 'bytes'" when starting on Python 3.5

v0.2.0

14 Aug 07:50
273f094
Compare
Choose a tag to compare

Added

  • Support networks and volumes in createOptions
  • Support Windows container

Changed

  • Remove requirement of sudo for iotedgehubdev start and iotedgehubdev modulecred command
  • Rename EdgeHub runtime to IoT Edge simulator
  • Fix a issue which causes duplicate D2C messages

v0.1.1

27 Jul 06:33
d764688
Compare
Choose a tag to compare

Added

  • Add .gitattributes (#50)