Skip to content

Releases: Azure/azure-sdk-for-java

azure-messaging-eventhubs_5.20.0

21 Jan 22:40
7c0d564
Compare
Choose a tag to compare

5.20.0 (2025-02-11)

Features Added

  • Setting the v2 stack as the default. (43725)

Breaking Changes

  • Do not remove x-opt-partition-key message annotation when publishing events.
    If event is received from an Event Hub, it may contain x-opt-partition-key message annotation. If this event is
    published to another Event Hub, previous version of the Event Hubs SDK did not pass this annotation to the next Event Hub.
    Starting with this version:

    • if the event is sent with SendOptions or CreateBatchOptions containing null partition key, the existing x-opt-partition-key
      message annotation will be used when publishing the event. This is a new behavior.
    • if the event is sent with SendOptions or CreateBatchOptions containing non-null partition key, this partition key will be used.
      This behavior did not change.

    If you relied on the previous behavior, make sure to clear the x-opt-partition-key message annotation before re-sending the event.
    (#43039)

Bugs Fixed

  • Set partition key in addition to partition id when publishing events with EventHubsBufferedProducerClient.
    (#43039)
  • Do not remove x-opt-sequence-number, x-opt-offset, x-opt-enqueued-time, x-opt-publisher message annotations
    when re-sending events received from another Event Hub. Message annotations should not be modified by the SDK and Event Hubs
    will overwrite these values when the event is published.
    (#43039)

azure-messaging-eventhubs-checkpointstore-blob_1.20.3

21 Jan 22:40
7c0d564
Compare
Choose a tag to compare

1.20.3 (2025-02-11)

Other Changes

Dependency Updates

  • Upgraded azure-messaging-eventhubs from 5.19.2 to version 5.20.0.

azure-messaging-eventgrid_4.28.0

21 Jan 23:47
0033ade
Compare
Choose a tag to compare

4.28.0 (2025-01-21)

Features Added

  • Added internetMessageId property to AcsEmailDeliveryReportReceivedEventData.
  • Added recipientMailServerHostName property to AcsEmailDeliveryReportStatusDetails.
  • Added segmentCount property to AcsSmsReceivedEventData.

azure-developer-loadtesting_1.0.20

21 Jan 19:07
bca31da
Compare
Choose a tag to compare

1.0.20 (2025-01-20)

Other Changes

  • Add NOT_VALIDATED to the list of terminal states for the file validation poller.

azure-monitor-opentelemetry-autoconfigure_1.0.0-beta.1

21 Jan 21:23
7c0d564
Compare
Choose a tag to compare

1.0.0-beta.1 (2025-01-16)

Features Added

  • Initial release. This library replaces Azure Monitor OpenTelemetry Exporter.

core_1.0.0-beta.2

19 Jan 17:48
efbf6dd
Compare
Choose a tag to compare
core_1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2025-01-17)

Features Added

  • Added PagedResponse, PagedOptions, and PagedIterable, for supporting pagination.

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