1.0.0-beta.3 (2021-06-08)
Breaking Changes
- Split
ContentProperties
into separate*WriteableProperties
types because they can have different properties. - Add new type
ArtifactManifestPlatform
for manifest list inArtifactManifestProperties
. The property has been renamed torelatedArtifacts
. - Flatten
writeableProperties
in*Properties
types. - Rename
endpointUrl
toendpoint
inContainerRegistryClient
. - Change known os and arch types to enum so the known values can be used in string comparisons
- Update
*OrderBy
values from"timeAsc"/"timeDesc"
to"lastUpdatedOnAscending"/"lastUpdatedOnDescending"
- Rename
listTags
tolistTagProperties
andlistManifests
tolistManifestProperties
- Rename
set*Properties
function names toupdate*Properties
Features Added
- Add
authenticationScope
properties toContainerRegistryClientOptions
to support national clouds. - Add
continuationToken
to paging response types.
Bug Fixes
- The expiry time is now retrieved from the ACR refresh token, instead of hard-coded three hours later from
Date.now()
.