Releases: Azure/azure-sdk-for-java
Releases · Azure/azure-sdk-for-java
azure-messaging-eventhubs_5.20.0
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 containx-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
orCreateBatchOptions
containingnull
partition key, the existingx-opt-partition-key
message annotation will be used when publishing the event. This is a new behavior. - if the event is sent with
SendOptions
orCreateBatchOptions
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) - if the event is sent with
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
1.20.3 (2025-02-11)
Other Changes
Dependency Updates
- Upgraded
azure-messaging-eventhubs
from5.19.2
to version5.20.0
.
azure-messaging-eventgrid_4.28.0
4.28.0 (2025-01-21)
Features Added
- Added
internetMessageId
property toAcsEmailDeliveryReportReceivedEventData
. - Added
recipientMailServerHostName
property toAcsEmailDeliveryReportStatusDetails
. - Added
segmentCount
property toAcsSmsReceivedEventData
.
azure-developer-loadtesting_1.0.20
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
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
1.0.0-beta.2 (2025-01-17)
Features Added
- Added
PagedResponse
,PagedOptions
, andPagedIterable
, for supporting pagination.
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