-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.2.1 (2021-06-01) ## Edge Agent ### Bug Fixes * Update Base Images for Security Patch. ( [513f721](513f721) ) ## Edge Hub ### Bug Fixes * Update bridge config validation. ( [afdc9c2](afdc9c2) ) * Device scope cache retry for first initialization. ( [3b903a1](3b903a1) ) * Add validation for null props inside objects inside arrays. ( [c25fcb9](c25fcb9) ) * Adds SharedAccessSignature to repo with fix for vulnerability. ( [60d411c](60d411c) ) * Update GetModuleLogs method when tail + since + until options are provided. ( [2b650a8](2b650a8) ) * Fix edgehub queue len metric ( [4068369](4068369) ) * Update Base Images for Security Patch. ( [513f721](513f721) ) ### Features * Restore device scopes from older store. ( [c90245b](c90245b) ) ## aziot-edge ### Features * Introduce Timestamps Option via mgmt.sock. ( [37c661b](37c661b) )
- Loading branch information
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.2.0 | ||
1.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"build": "BUILDNUMBER", | ||
"commit": "COMMITID" | ||
} |