azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.

MIT License

Stars
2.3K
Committers
629
azure-sdk-for-java - azure-storage-internal-avro_12.11.0-beta.1

Published by azure-sdk 6 months ago

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

Features Added

  • Added support for service versions 2024-02-04 and 2024-05-04.
azure-sdk-for-java - azure-storage-file-datalake_12.19.0-beta.1

Published by azure-sdk 6 months ago

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

Features Added

  • Added support for service versions 2024-02-04 and 2024-05-04.
  • Added support for owner, group and acl/permission via put APIs for object replication.

Breaking Changes

  • When creating a DataLakeFileClient or DataLakeDirectoryClient via DataLakeFileSystemClient.getDirectoryClient(String directoryName),
    DataLakeFileSystemClient.getDirectoryClient(String fileName), DataLakeDirectoryClient.getSubDirectoryClient(String blobName)
    and DataLakeDirectoryClient.getSubDirectoryClient(String blobName), the path name will be stored exactly as passed in
    and will not be URL-encoded. For example, if the path name is "test%25test" and is created by calling DataLakeFileSystemClient.getDirectoryClient("test%25test"),
    DataLakeDirectoryClient.getDirectoryPath() will return "test%25test" and the path's url will result in
    https://account.dfs.core.windows.net/filesystemname/test%25%25test”.

Bugs Fixed

  • Fixed a bug that did not allow uploading an empty 0 byte file with DataLakeFileClient.uploadFromFile().
azure-sdk-for-java - azure-storage-file-share_12.22.0-beta.1

Published by azure-sdk 6 months ago

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

Features Added

  • Added support for service versions 2024-02-04 and 2024-05-04.
  • Added clientName property on HandleItem that specifies the name of the client machine where the share is being mounted.
  • Added rename support for listRange API via supportRename in ShareFileListRangesDiffOptions.
azure-sdk-for-java - azure-storage-blob-nio_12.0.0-beta.21

Published by azure-sdk 6 months ago

12.0.0-beta.21 (2024-04-15)

Features Added

  • Added support for service versions 2024-02-04 and 2024-05-04.
azure-sdk-for-java - azure-storage-blob-cryptography_12.25.0-beta.1

Published by azure-sdk 6 months ago

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

Features Added

  • Added support for service versions 2024-02-04 and 2024-05-04.
azure-sdk-for-java - azure-storage-blob-changefeed_12.0.0-beta.20

Published by azure-sdk 6 months ago

12.0.0-beta.20 (2024-04-15)

Features Added

  • Added support for service versions 2024-02-04 and 2024-05-04.
azure-sdk-for-java - azure-storage-blob-batch_12.22.0-beta.1

Published by azure-sdk 6 months ago

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

Features Added

  • Added support for service versions 2024-02-04 and 2024-05-04.
azure-sdk-for-java - azure-storage-blob_12.26.0-beta.1

Published by azure-sdk 6 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”.
azure-sdk-for-java - azure-storage-common_12.25.0-beta.1

Published by azure-sdk 6 months ago

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

Features Added

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

Bugs Fixed

  • Fixed bug where RequestRetryOptions.tryTimeout adds delay to the client request in the synchronous http client flow.
azure-sdk-for-java - azure-resourcemanager-trafficmanager_2.38.0

Published by azure-sdk 6 months ago

2.38.0 (2024-04-16)

Other Changes

Dependency Updates

  • Updated core dependency from resources.
azure-sdk-for-java - azure-resourcemanager-storage_2.38.0

Published by azure-sdk 6 months ago

2.38.0 (2024-04-16)

Features Added

  • Supported disabling public network access in StorageAccount via disablePublicNetworkAccess(), for private link feature.
azure-sdk-for-java - azure-resourcemanager-sql_2.38.0

Published by azure-sdk 6 months ago

2.38.0 (2024-04-16)

Other Changes

Dependency Updates

  • Updated core dependency from resources.
azure-sdk-for-java - azure-resourcemanager-servicebus_2.38.0

Published by azure-sdk 6 months ago

2.38.0 (2024-04-16)

Other Changes

Dependency Updates

  • Updated core dependency from resources.
azure-sdk-for-java - azure-resourcemanager-search_2.38.0

Published by azure-sdk 6 months ago

2.38.0 (2024-04-16)

Other Changes

Dependency Updates

  • Updated core dependency from resources.
azure-sdk-for-java - azure-resourcemanager-resources_2.38.0

Published by azure-sdk 6 months ago

2.38.0 (2024-04-16)

Other Changes

Dependency Updates

  • Updated core dependency from resources.
azure-sdk-for-java - azure-resourcemanager-redis_2.38.0

Published by azure-sdk 6 months ago

2.38.0 (2024-04-16)

Features Added

  • Supported disabling public network access in RedisCache via disablePublicNetworkAccess(), for private link feature.
azure-sdk-for-java - azure-resourcemanager-privatedns_2.38.0

Published by azure-sdk 6 months ago

2.38.0 (2024-04-16)

Other Changes

Dependency Updates

  • Updated core dependency from resources.
azure-sdk-for-java - azure-resourcemanager-network_2.38.0

Published by azure-sdk 6 months ago

2.38.0 (2024-04-16)

Features Added

  • Supported setting DeleteOptions for public IP addresses associated with NetworkInterface.
azure-sdk-for-java - azure-resourcemanager-msi_2.38.0

Published by azure-sdk 6 months ago

2.38.0 (2024-04-16)

Other Changes

Dependency Updates

  • Updated core dependency from resources.
azure-sdk-for-java - azure-resourcemanager-monitor_2.38.0

Published by azure-sdk 6 months ago

2.38.0 (2024-04-16)

Other Changes

Dependency Updates

  • Updated core dependency from resources.