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
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,32 @@
1
+
# 1.0.9-rc3 (2019-11-21)
2
+
3
+
## Edge Hub
4
+
### Features
5
+
* Update Twin max property depth and length limits to match IoTHub ([2d69f78](https://github.com/Azure/iotedge/commit/2d69f7879ee4c90e805f6ae6b0053d5b71b2947c))
6
+
* Update .NET core version to 2.1.13 ([6b27f06](https://github.com/Azure/iotedge/commit/6b27f064fcd78374bae8a7f53162130d6eb4916c))
7
+
8
+
### Bug fixes
9
+
* Update Twin property value validation to apply 4K property value length limit ([4acce35](https://github.com/Azure/iotedge/commit/4acce3576be89cfc8c929229d6c5c7c6a6b41cc5))
10
+
* Set max rocksdb write-ahead-log size to 512MB ([1853388](https://github.com/Azure/iotedge/commit/18533882b86db081e8370d9f9be5750181d3e930))
11
+
* Fix iotedge version passed instead of client version ([4b335d2](https://github.com/Azure/iotedge/commit/4b335d2336d15f72a1be110f1168d75e69c37c00))
12
+
13
+
## Edge Agent
14
+
### Features
15
+
* Add iotedge support bundle ([1853388](https://github.com/Azure/iotedge/commit/18533882b86db081e8370d9f9be5750181d3e930))
16
+
* Update .NET core version to 2.1.13 ([6b27f06](https://github.com/Azure/iotedge/commit/6b27f064fcd78374bae8a7f53162130d6eb4916c))
17
+
18
+
### Bug fixes
19
+
* Update deployment status to "success" if there is no deployment change ([ee0ce67](https://github.com/Azure/iotedge/commit/ee0ce67eed7a7fd685f8a719054c543bbadd428d))
20
+
* Set max rocksdb write-ahead-log size to 512MB ([1853388](https://github.com/Azure/iotedge/commit/18533882b86db081e8370d9f9be5750181d3e930))
21
+
* Fix iotedge version passed instead of client version ([4b335d2](https://github.com/Azure/iotedge/commit/4b335d2336d15f72a1be110f1168d75e69c37c00))
22
+
23
+
## iotedged
24
+
### Features
25
+
* Allow the user to specify auto generated certificate expiry ([d0f6ed3](https://github.com/Azure/iotedge/commit/d0f6ed3a2caef77881ec536e56c83c48091c5577))
26
+
27
+
### Bug fixes
28
+
* Fix "storage directories are mounted from host" checks to account for mounts of parent directories ([666313b](https://github.com/Azure/iotedge/commit/666313b79be406f96904e0a7c724a15759cad5cc))
0 commit comments