forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ACR Beta2 Changelog updates (Azure#20966)
* beta2 changelog * update changelog * more updates
- Loading branch information
1 parent
e74f399
commit 3f8f6c6
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
15 changes: 14 additions & 1 deletion
15
sdk/containerregistry/Azure.Containers.ContainerRegistry/CHANGELOG.md
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,6 +1,19 @@ | ||
# Release History | ||
|
||
## 1.0.0-beta.2 (Unreleased) | ||
## 1.0.0-beta.3 (Unreleased) | ||
|
||
## 1.0.0-beta.2 (2021-05-11) | ||
|
||
### Features Added | ||
- Added support for accessing ACR anonymously via two new constructors on `ContainerRegistryClient`. | ||
- Added caching of the ACR refresh token during the authentication token exchange to reduce per operation network calls to the service. | ||
- Updated API to have a single client as an entry point, `ContainerRegistryClient`, with two helper classes, `ContainerRepository` and `RegistryArtifact`, for resource-specific service calls. | ||
- Added strongly typed string constants for `ArtifactArchitecture` and `ArtifactOperatingSystem`. | ||
- Renamed methods operating on a manifest to have `Manifest` in their names. | ||
|
||
### Breaking Changes | ||
- Removed `ContainerRepositoryClient`. | ||
- Renamed `GetRepositories` to `GetRepositoryNames` on `ContainerRegistryClient`. | ||
|
||
## 1.0.0-beta.1 (2021-04-06) | ||
- Started changelog to capture release notes. |