github Azure/azure-sdk-for-java azure-storage-blob_12.26.0-beta.1

latest releases: azure-identity-broker_1.1.8, azure-identity_1.14.2, azure-ai-translation-text_1.1.0...
pre-release7 months ago

12.26.0-beta.1 (2024-04-15)

Features Added

  • Added support for service versions 2024-02-04 and 2024-05-04.

Breaking Changes

  • When creating a BlobClient via BlobContainerClient.getBlobClient(String blobName) or
    BlobServiceClient.getBlobClient(String blobName), the blob name will be stored exactly as passed in and will not be
    URL-encoded. For example, if blob name is "test%25test" and is created by calling
    BlobContainerClient.getBlobClient("test%25test") or BlobClient.getBlobName("test%25test"),
    BlobClient.getBlobName() will return "test%25test" and the blob's url will result in
    https://account.blob.core.windows.net/container/test%25%25test”.

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

NewReleases is sending notifications on new releases.