Skip to content

Commit b0c0c72

Browse files
authored
Prepare for 1.0.9-rc4 release (#2283)
* 109-rc4
1 parent 1923155 commit b0c0c72

File tree

4 files changed

+31
-3
lines changed

4 files changed

+31
-3
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# 1.0.9-rc4 (2020-01-10)
2+
3+
## Edge Hub
4+
### Features
5+
* Update Microsoft.Azure.Devices to version 1.18.2 ([ade908a](https://github.com/Azure/iotedge/commit/ade908a78a0d885cdfadf11f1b6636e6d1a8ffa6))
6+
* Update Microsoft.Azure.Devices.Client to version 1.21.3 ([b52c719](https://github.com/Azure/iotedge/commit/b52c719f41b342876dc926c542cf660fe7e3224d))
7+
* Install Trust Bundle in EdgeAgent and EdgeHub ([2847ffc](https://github.com/Azure/iotedge/commit/2847ffcf32f3e3467a4523c1d84c4d971ea7ceed))
8+
* Add support for Queue length metric in EdgeHub ([4ce6aa4](https://github.com/Azure/iotedge/commit/4ce6aa43f82c9e5fdece6c6d2ceb4a2b6249af23))
9+
* Direct method calls now support multibyte utf8 encoded characters in payload ([bfc87a8](https://github.com/Azure/iotedge/commit/bfc87a82e85687bbf368f94eefde430b453dbed9))
10+
11+
### Bug Fixes
12+
* Fix flag typo ([5d8e6b0](https://github.com/Azure/iotedge/commit/5d8e6b06fe62f82353e6792fcd26d0ec22b5d141))
13+
* Fix edgeHub crash when using experimental features ([5c7dfe9](https://github.com/Azure/iotedge/commit/5c7dfe9e63aba1d39815ff8ce72b9696f948bc28))
14+
* Fix message loss during transient network scenarios ([ada2042](https://github.com/Azure/iotedge/commit/ada2042e0da344a586f4e5fed03c46369f9ca856))
15+
* Fix message ordering during transient network scenarios ([25ebf58](https://github.com/Azure/iotedge/commit/25ebf58de507720b1560ee5a06b33bd0d279d66d))
16+
17+
## Edge Agent
18+
### Features
19+
* Update Microsoft.Azure.Devices to version 1.18.2 ([ade908a](https://github.com/Azure/iotedge/commit/ade908a78a0d885cdfadf11f1b6636e6d1a8ffa6))
20+
* Update Microsoft.Azure.Devices.Client to version 1.21.3 ([b52c719](https://github.com/Azure/iotedge/commit/b52c719f41b342876dc926c542cf660fe7e3224d))
21+
* Add prometheus metrics to Agent ([1268500](https://github.com/Azure/iotedge/commit/1268500b8f1977722987d5e87e5b23e8dde4347e))
22+
* Add host and docker level metrics ([d5531d4](https://github.com/Azure/iotedge/commit/d5531d4bb93b4e22c8d03ba7af21b3fd4cdab4ef))
23+
* Install Trust Bundle in EdgeAgent and EdgeHub ([2847ffc](https://github.com/Azure/iotedge/commit/2847ffcf32f3e3467a4523c1d84c4d971ea7ceed))
24+
25+
## iotedged
26+
### Features
27+
* Update rust to 1.40.0 ([f7a14fd](https://github.com/Azure/iotedge/commit/f7a14fd84270d242d13574654c56aa351816d35f))
28+
129
# 1.0.9-rc3 (2019-11-21)
230

331
## Edge Hub

edgelet/contrib/config/windows/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ agent:
161161
type: "docker"
162162
env: {}
163163
config:
164-
image: "mcr.microsoft.com/azureiotedge-agent:1.0.9-rc3"
164+
image: "mcr.microsoft.com/azureiotedge-agent:1.0.9-rc4"
165165
auth: {}
166166

167167
###############################################################################

edgelet/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.9~rc3
1+
1.0.9~rc4

versionInfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.9-rc3",
2+
"version": "1.0.9-rc4",
33
"build": "BUILDNUMBER",
44
"commit": "COMMITID"
55
}

0 commit comments

Comments
 (0)