Skip to content

Releases: Azure/azure-sdk-for-java

azure-identity-extensions_1.2.0

16 Jan 02:10
Compare
Choose a tag to compare

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 from 1.14.2 to version 1.15.0.

azure-cosmos_4.66.0

15 Jan 23:41
3e41aba
Compare
Choose a tag to compare

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 variable COSMOS_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 variable COSMOS_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 variable COSMOS_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

15 Jan 23:41
3e41aba
Compare
Choose a tag to compare

4.36.0 (2025-01-14)

Features Added

  • Added the udfs GetFeedRangesForContainer and GetOverlappingFeedRange 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

15 Jan 23:41
3e41aba
Compare
Choose a tag to compare

4.36.0 (2025-01-14)

Features Added

  • Added the udfs GetFeedRangesForContainer and GetOverlappingFeedRange 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

15 Jan 23:41
3e41aba
Compare
Choose a tag to compare

4.36.0 (2025-01-14)

Features Added

  • Added the udfs GetFeedRangesForContainer and GetOverlappingFeedRange 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

15 Jan 23:41
3e41aba
Compare
Choose a tag to compare

4.36.0 (2025-01-14)

Features Added

  • Added the udfs GetFeedRangesForContainer and GetOverlappingFeedRange 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

15 Jan 23:41
3e41aba
Compare
Choose a tag to compare

4.36.0 (2025-01-14)

Features Added

  • Added the udfs GetFeedRangesForContainer and GetOverlappingFeedRange 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

15 Jan 23:41
3e41aba
Compare
Choose a tag to compare

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

15 Jan 23:41
3e41aba
Compare
Choose a tag to compare

2.17.0 (2025-01-14)

Other Changes

  • Updated azure-cosmos to version 4.66.0.

azure-identity_1.15.0

10 Jan 23:18
f14b9bc
Compare
Choose a tag to compare

1.15.0 (2025-01-10)

Features Added

  • Added missing executorService API to ManagedIdentityCredentialBuilder, cleaned up comments in other types for this method.

Other Changes

  • @Deprecated methods DefaultAzureCredential.setIntelliJKeePassDatabasePath and IntelliJCredentialBuilder.keePassDatabasePath. #42437
  • Changed Identity credentials to use SharedExecutorService threadpool instead of ForkJoin's common pool by default. #42468