You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,3 +7,9 @@
7
7
* Remove requirement of `sudo` for `iotedgehubdev start` and `iotedgehubdev modulecred` command
8
8
* Rename EdgeHub runtime to IoT Edge simulator
9
9
* Fix a issue which causes duplicate D2C messages
10
+
11
+
### Known Issues
12
+
*[#67](https://github.com/Azure/iotedgehubdev/issues/67) Running Python and C modules which relies on SDK's support is not ready yet
13
+
*[#62](https://github.com/Azure/iotedgehubdev/issues/62) Debugging C# modules may fail with Windows container due to incorrect timestamp
14
+
*[#30](https://github.com/Azure/iotedgehubdev/issues/30) Debugging C# modules locally on macOS requires manually adding edge-device-ca.cert.pem to Keychain, and removing the EdgeModuleCACertificateFile environment variable
15
+
*[#5](https://github.com/Azure/iotedgehubdev/issues/5) Python 3.7 is not supported yet because Python Docker SDK does not support Python 3.7
0 commit comments