Skip to content

Commit

Permalink
Prep version and history for v0.21.2 release (#659)
Browse files Browse the repository at this point in the history
* Prep version and history for v0.21.2 release
  • Loading branch information
c-ryan-k authored May 4, 2023
1 parent 43bb7c2 commit cd6536a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@ Release History
unreleased
+++++++++++++++

0.21.2
+++++++++++++++

**IoT Hub updates**

* Fix `az iot hub monitor-events` hangs when message payload failed to find representation in unicode.
* Fixed issue where `az iot hub monitor-events` would hang when message payload cannot be decoded as unicode.
* `az iot hub state migrate` will now use the origin IoT Hub's resource group when the destination IoT Hub's resource group is not given.

**IoT device updates**

* `az iot device send-d2c-message` now support inserting file path with `--data-file-path` argument.
* `az iot device c2d-message send` now support inserting file path with `--data-file-path` argument.
* `az iot device c2d-message receive` now shows non-decodable message payload with rest of the properties.
* `az iot device send-d2c-message` and `az iot device c2d-message send` now support providing message data from a file using the `--data-file-path` argument.
* `az iot device c2d-message receive` will now show a warning, along with other event properties, if the message payload cannot be decoded.

**IoT Product**

Expand Down
2 changes: 1 addition & 1 deletion azext_iot/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import os

VERSION = "0.21.1"
VERSION = "0.21.2"
EXTENSION_NAME = "azure-iot"
EXTENSION_ROOT = os.path.dirname(os.path.abspath(__file__))
EXTENSION_CONFIG_ROOT_KEY = "iotext"
Expand Down

0 comments on commit cd6536a

Please sign in to comment.