Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Releases: Azure/iothub-explorer

iothub-explorer v1.2.0

07 Feb 23:10
Compare
Choose a tag to compare

Improvements for this release:

  • add a duration option (thanks @damonbarry)
  • add hint text on some errors (thanks @tylerl0706)
  • add timestamps on the output (thanks @stefannilsson)
  • Fix quotes in the readme (thanks @ytechie)

Also: snap to latest SDK packages

iothub-diagnostics version 1.1.19

30 Nov 01:54
Compare
Choose a tag to compare

Fixes and PRs:

  • #30 and #33: check the device exists before monitoring events for it
  • #32 Fix handling of some numerical arguments

iothub-diagnostics version 1.1.18

16 Nov 20:36
Compare
Choose a tag to compare

iothub-explorer version 1.1.17

15 Nov 21:53
Compare
Choose a tag to compare

Update to latest SDK package versions.

iothub-explorer version 1.1.16

23 Sep 00:45
Compare
Choose a tag to compare

Snap to latest SDK packages

  • merged PRs:
    • #27 (generate proper JSON array on device list - thanks @raykao)
    • #28 (fix typo in help - thanks @marksn-ms)
    • Add verbose option for details of C2D and D2C messages (thanks @ewertons)

iothub-explorer version 1.1.15

05 Aug 00:29
Compare
Choose a tag to compare
  • Support for X509 CA Signed certificates
  • Snap to latest SDK packages

iothub-explorer version 1.1.14

30 Jun 21:10
Compare
Choose a tag to compare
  • update to the latest package versions
  • updated the readme

iothub-explorer version 1.1.13

02 Jun 23:20
Compare
Choose a tag to compare
  • Update to latest package versions

iothub-explorer version 1.1.11

10 Apr 19:00
Compare
Choose a tag to compare

Fix for #14 : Try to parse the method payload if it's JSON (1d6e7c9)

iothub-explorer version 1.1.10

25 Mar 02:17
Compare
Choose a tag to compare

Snaps dependencies to latest release of the Azure IoT Hub SDK

Also a bugfix in this release:

  • Fix job result parsing in import-devices (01789e2)