- Updated Python Docker package versions to newest version and enable simulator dependencies
3.3.0
- Add support for layered deployment manifests when building, pushing and generating - Add support for creating deployments in IoTHub via the new command: `iotedgedev iothub deploy` - Add support for adding device tags via the new command: `iotedgedev tag`
3.2.0
- 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
3.1.0
- Added support for IoT Edge Runtime version 1.1 - Enabled dynamic Edge runtime selection in CLI with -er flag
3.0.0
- Remove support for Python2. Only Python 3.6 and 3.7 are currently supported.
2.2.0
Changed
- Remove explicit cryptography package install to resolve dependency conflicts so tests can run - Add local registry support for Windows