github Azure/azure-sdk-for-java azure-containers-containerregistry_1.1.0-beta.4

latest releases: azure-messaging-eventgrid_4.25.0, azure-identity_1.14.0-beta.2, azure-ai-formrecognizer_4.1.11...
pre-release17 months ago

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

Breaking Changes from version 1.1.0-beta.3

  • ContainerRegistryBlobClientBuilder, ContainerRegistryBlobClient and ContainerRegistryBlobAsyncClient were renamed to ContainerRegistryContentClientBuilder,
    ContainerRegistryContentClient, and ContainerRegistryContentAsyncClient and moved to com.azure.containers.containerregistry package.
  • UploadBlobResult was renamed to UploadRegistryBlobResult
  • ContainerRegistryContentClient and ContainerRegistryContentAsyncClient changes:
    • uploadManifest method was renamed to setManifest, uploadManifestWithResponse renamed to setManifestWithResponse, the return type of these methods was renamed to SetManifestResult.
      UploadManifestOptions renamed to SetManifestOptions.
    • downloadManifest method was renamed to getManifest, downloadManifestWithResponse renamed to getManifestWithResponse, the return type of these methods renamed to GetManifestResult.
    • Removed DownloadBlobAsyncResult and changes ContainerRegistryContentAsyncClient.downloadStream return type to Mono<BinaryData>.
    • Removed Collection<ManifestMediaType> mediaTypes parameter from downloadManifestWithResponse method on blob clients.
    • Renamed ContainerRegistryContentClientBuilder.repository method to repositoryName.
    • Removed ContainerRegistryContentAsyncClient.uploadBlob(Flux<ByteBuffer> content) and ContainerRegistryContentClient.uploadBlob(ReadableByteChannel stream, Context context), use uploadBlob methods that take BinaryData instead
  • Renamed GetManifestResult.getMediaType and UploadManifestOptions.getMediaType to getManifestMediaType.
  • Removed GetManifestResult.asOciManifest - use GetManifestResult.getManifest().toObject(OciImageManifest.class) instead.
  • Renamed OciImageManifest.getConfig and setConfig methods to getConfiguration and setConfiguration.
  • Renamed OciAnnotations.getCreated and setCreated methods to getCreatedOn and setCreatedOn.

Other Changes

Dependency Updates

  • Upgraded azure-core-http-netty from 1.13.0 to version 1.13.2.
  • Upgraded azure-core from 1.37.0 to version 1.38.0.

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

NewReleases is sending notifications on new releases.