github Azure/azure-sdk-for-net Azure.Containers.ContainerRegistry_1.1.0-beta.9

latest releases: Microsoft.Azure.Batch_16.3.1, Azure.Messaging.EventGrid_4.26.0, Azure.Communication.Chat_1.3.1...
pre-release17 months ago

1.1.0-beta.9 (2023-04-11)

Features Added

  • Added a DownloadStreaming() method to ContainerRegistryContentClient. This method returns a network stream in the returned result that the caller must dispose after use.
  • Added overloads to the DownloadBlobTo() method that take a file path instead of a Stream.
  • Exceptions returned from service methods will now have the ErrorCode value populated when it is available in the service's error response.

Breaking Changes

  • Renamed ContainerRegistryBlobClient to ContainerRegistryContentClient.
  • Moved ContainerRegistryContentClient and related types into main namespace.
  • Removed MaxChunkSize property from ContainerRegistryClientOptions.
  • Renamed ContainerRegistryContentClient.DownloadBlob() method to DownloadBlobContent().
  • Renamed DownloadBlobResult to DownloadRegistryBlobResult.
  • Renamed UploadBlobResult to UploadRegistryBlobResult.
  • Renamed ContainerRegistryContentClient.DownloadManifest() to GetManifest() and DownloadManifestResult to GetManifestResult.
  • Renamed ContainerRegistryContentClient.UploadManifest () to SetManifest() and UploadManifestResult to SetManifestResult.
  • Renamed GetManifestResult.Content name to GetManifestResult.Manifest.
  • Removed GetManifestResult.AsOciManifest() method in favor of BinaryData.ToObjectFromJson<OciImageManifest>().
  • Changed Url, Source and Documentation properties on OciAnnotations type to Uri type.
  • Renamed OciAnnotations.Config to OciAnnotations.Configuration.

Other Changes

  • Removed requirement to pass Audience property on ContainerRegistryClientOptions in order to create any client instance.

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.