Releases: Azure/azure-sdk-for-java
Releases · Azure/azure-sdk-for-java
azure-storage-queue_12.24.0
12.24.0 (2024-11-13)
Features Added
- Added support for service version 2025-01-05.
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.52.0
to version1.54.0
. - Upgraded
azure-core-http-netty
from1.15.4
to version1.15.6
. - Upgraded
azure-storage-common
from12.27.0
to version12.28.0
.
azure-storage-internal-avro_12.14.0
12.14.0 (2024-11-13)
Features Added
- Added support for service version 2025-01-05.
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.52.0
to version1.54.0
. - Upgraded
azure-storage-common
from12.27.0
to version12.28.0
.
azure-storage-file-share_12.25.0
12.25.0 (2024-11-13)
Features Added
- Added support for the provisioned V2 billing model.
- Added support for specifying the binary file permission format for ShareFileClient.beginCopy and
ShareFileAsyncClient.beginCopy - Added ShareAccessTier Premium value.
- Added support for service version 2025-01-05.
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.52.0
to version1.54.0
. - Upgraded
azure-core-http-netty
from1.15.4
to version1.15.6
. - Upgraded
azure-storage-common
from12.27.0
to version12.28.0
.
azure-storage-file-datalake_12.22.0
12.22.0 (2024-11-13)
Features Added
- Added support for service version 2025-01-05.
Breaking Changes
- When creating a
DataLakeFileClient
orDataLakeDirectoryClient
viaDataLakePathClientBuilder.pathName(String pathName)
,
the path name will be stored exactly as passed in and will not be URL-encoded. For example, if the path name is
"foo/bar" andDataLakeDirectoryClient
is created viaDataLakePathClientBuilder.pathName("foo/bar")
,
DataLakeDirectoryClient.getDirectoryPath()
will return "foo/bar" and the path's url will result in
“https://account.dfs.core.windows.net/filesystemname/foo%2Fbar”.
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.52.0
to version1.54.0
. - Upgraded
azure-core-http-netty
from1.15.4
to version1.15.6
. - Upgraded
azure-storage-blob
from12.28.0
to version12.29.0
.
azure-storage-common_12.28.0
12.28.0 (2024-11-13)
Features Added
- Added support for service version 2025-01-05.
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.52.0
to version1.54.0
. - Upgraded
azure-core-http-netty
from1.15.4
to version1.15.6
.
azure-storage-blob_12.29.0
12.29.0 (2024-11-13)
Features Added
- Added BlobErrorCode BlobAccessTierNotSupportedForAccountType value.
- Added support for service version 2025-01-05.
Bugs Fixed
- Fixed an issue where BlobClient.upload(InputStream data) would overwrite an existing blob by default.
- Fixed an issue where you couldn't set an immutability policy on a blob version or blob snapshot.
- Fixed an issue where you couldn't set a legal hold on a blob version.
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.52.0
to version1.54.0
. - Upgraded
azure-core-http-netty
from1.15.4
to version1.15.6
. - Upgraded
azure-storage-common
from12.27.0
to version12.28.0
. - Upgraded
azure-storage-internal-avro
from12.13.0
to version12.14.0
.
azure-storage-blob-cryptography_12.28.0
12.28.0 (2024-11-13)
Features Added
- Added support for service version 2025-01-05.
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.52.0
to version1.54.0
. - Upgraded
azure-core-http-netty
from1.15.4
to version1.15.6
. - Upgraded
azure-storage-blob
from12.28.1
to version12.29.0
.
azure-storage-blob-batch_12.25.0
12.25.0 (2024-11-13)
Features Added
- Added support for service version 2025-01-05.
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.52.0
to version1.54.0
. - Upgraded
azure-core-http-netty
from1.15.4
to version1.15.6
. - Upgraded
azure-storage-blob
from12.28.0
to version12.29.0
.
azure-messaging-servicebus_7.17.6
7.17.6 (2024-11-12)
Features Added
- Enabled RequestResponseChannelCache (CBS, Management channel cache) and ReactorSessionCache by default. (42641)
- Improves the synchronous
acceptNextSession
andacceptSession
APIs ofServiceBusSessionReceiverClient
to reduce the chances of the broker holding session lock for some time when client-side timeout occurs. (42838)
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.53.0
to1.54.0
. - Upgraded
azure-core-amqp
from2.9.10
to2.9.11
. - Upgraded
azure-identity
from1.14.0
to1.14.1
.
azure-storage-blob-nio_12.0.0-beta.28
12.0.0-beta.28 (2024-11-13)
Features Added
- Added support for service version 2025-01-05.