Releases: Azure/azure-sdk-for-java
Releases · Azure/azure-sdk-for-java
azure-identity-extensions_1.2.0
1.2.0 (2025-01-16)
Features Added
- Support cache for token credential object. #39393.
Bugs Fixed
- Fix the issue where the token acquisition timeout is not set via the property
azure.accessTokenTimeoutInSeconds
. #43512.
Other Changes
Dependency Updates
- Upgraded
azure-identity
from1.14.2
to version1.15.0
.
azure-cosmos_4.66.0
4.66.0 (2025-01-14)
Other Changes
- Added client vmId info to Rntbd health check logs - See 43079
- Added support to enable http2 for gateway mode with system property
COSMOS.HTTP2_ENABLED
and system variableCOSMOS_HTTP2_ENABLED
. - PR 42947 - Added support to allow changing http2 max connection pool size with system property
COSMOS.HTTP2_MAX_CONNECTION_POOL_SIZE
and system variableCOSMOS_HTTP2_MAX_CONNECTION_POOL_SIZE
. - PR 42947 - Added support to allow changing http2 max connection pool size with system property
COSMOS.HTTP2_MIN_CONNECTION_POOL_SIZE
and system variableCOSMOS_HTTP2_MIN_CONNECTION_POOL_SIZE
. - PR 42947 - Added options to fine-tune settings for bulk operations. - PR 43509
- Added the following metrics. - See PR 43716
*cosmos.client.req.gw.bulkOpCountPerEvaluation
*cosmos.client.req.gw.bulkOpRetriedCountPerEvaluation
*cosmos.client.req.gw.bulkGlobalOpCount
*cosmos.client.req.gw.bulkTargetMaxMicroBatchSize
*cosmos.client.req.rntbd.bulkOpCountPerEvaluation
*cosmos.client.req.rntbd.bulkOpRetriedCountPerEvaluation
*cosmos.client.req.rntbd.bulkGlobalOpCount
*cosmos.client.req.rntbd.bulkTargetMaxMicroBatchSize
azure-cosmos-spark_3-5_2-12_4.36.0
4.36.0 (2025-01-14)
Features Added
- Added the udfs
GetFeedRangesForContainer
andGetOverlappingFeedRange
to ease mapping of cosmos partition key to databricks table partition key. - See PR 43092
Bugs Fixed
- Added null checking for previous images for deletes in full fidelity change feed. - See PR 43483
Other Changes
- Added options to fine-tune settings for bulk operations. - PR 43509
azure-cosmos-spark_3-4_2-12_4.36.0
4.36.0 (2025-01-14)
Features Added
- Added the udfs
GetFeedRangesForContainer
andGetOverlappingFeedRange
to ease mapping of cosmos partition key to databricks table partition key. - See PR 43092
Bugs Fixed
- Added null checking for previous images for deletes in full fidelity change feed. - See PR 43483
Other Changes
- Added options to fine-tune settings for bulk operations. - PR 43509
azure-cosmos-spark_3-3_2-12_4.36.0
4.36.0 (2025-01-14)
Features Added
- Added the udfs
GetFeedRangesForContainer
andGetOverlappingFeedRange
to ease mapping of cosmos partition key to databricks table partition key. - See PR 43092
Bugs Fixed
- Added null checking for previous images for deletes in full fidelity change feed. - See PR 43483
Other Changes
- Added options to fine-tune settings for bulk operations. - PR 43509
azure-cosmos-spark_3-2_2-12_4.36.0
4.36.0 (2025-01-14)
Features Added
- Added the udfs
GetFeedRangesForContainer
andGetOverlappingFeedRange
to ease mapping of cosmos partition key to databricks table partition key. - See PR 43092
Bugs Fixed
- Added null checking for previous images for deletes in full fidelity change feed. - See PR 43483
Other Changes
- Added options to fine-tune settings for bulk operations. - PR 43509
azure-cosmos-spark_3-1_2-12_4.36.0
4.36.0 (2025-01-14)
Features Added
- Added the udfs
GetFeedRangesForContainer
andGetOverlappingFeedRange
to ease mapping of cosmos partition key to databricks table partition key. - See PR 43092
Bugs Fixed
- Added null checking for previous images for deletes in full fidelity change feed. - See PR 43483
Other Changes
- Added options to fine-tune settings for bulk operations. - PR 43509
azure-cosmos-kafka-connect_2.1.0
2.1.0 (2025-01-14)
Bugs Fixed
- Fixed
BadRequestException
when customer using Serverless CosmosDB database account and metadata container does not exists. - See PR 43125
azure-cosmos-encryption_2.17.0
2.17.0 (2025-01-14)
Other Changes
- Updated
azure-cosmos
to version4.66.0
.
azure-identity_1.15.0
1.15.0 (2025-01-10)
Features Added
- Added missing
executorService
API toManagedIdentityCredentialBuilder
, cleaned up comments in other types for this method.