github Azure/azure-sdk-for-java azure-storage-blob-cryptography_12.27.0

latest releases: azure-messaging-eventhubs-checkpointstore-blob_1.20.0-beta.3, azure-messaging-eventhubs_5.19.0-beta.3, azure-ai-inference_1.0.0-beta.1...
one day ago

12.27.0 (2024-09-17)

Features Added

  • Added a new EncryptionVersion.V2_1 that allows encrypted blobs to be uploaded using a configurable authenticated region length.
  • Added configuration to allow encrypted blobs to be uploaded using a configurable authenticated region length via
    BlobClientSideEncryptionOptions. The region length can be configured to range between 16 bytes to 1GB. The region
    length can be set via BlobClientSideEncryptionOptions.setAuthenticatedRegionDataLengthInBytes(long authenticatedRegionDataLength).
    Note: This change only applies to EncryptionVersion.V2_1. Also, only applies to upload operations, this does not directly
    change the authenticated region length used to download and decrypt blobs.

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.50.0 to version 1.52.0.
  • Upgraded azure-core-http-netty from 1.15.2 to version 1.15.4.
  • Upgraded azure-storage-blob from 12.27.0 to version 12.28.0.

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

NewReleases is sending notifications on new releases.