File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
sdk/containers/azcontainerregistry Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Release History
22
3- ## 0.1.2 (Unreleased )
3+ ## 0.2.0 (2023-06-06 )
44
55### Features Added
6+ * Add ` DigestValidationReader ` to help to do digest validation when read manifest or blob
67
78### Breaking Changes
9+ * Remove ` MarshalJSON ` for some of the types that are not used in the request.
810
911### Bugs Fixed
1012* Add state restore for hash calculator when upload fails
1113* Do not re-calculate digest when retry
1214
1315### Other Changes
1416* Change default audience to https://containerregistry.azure.net
17+ * Refine examples of image upload and download
1518
1619## 0.1.1 (2023-03-07)
1720
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ package azcontainerregistry
88
99const (
1010 moduleName = "azcontainerregistry"
11- moduleVersion = "v0.1.2 "
11+ moduleVersion = "v0.2.0 "
1212 defaultAudience = "https://containerregistry.azure.net"
1313)
You can’t perform that action at this time.
0 commit comments