File tree Expand file tree Collapse file tree 11 files changed +20
-24
lines changed
azure-messaging-eventhubs-checkpointstore-blob
azure-messaging-eventhubs-checkpointstore-jedis
azure-messaging-eventhubs-stress
azure-messaging-eventhubs-track2-perf
azure-messaging-eventhubs Expand file tree Collapse file tree 11 files changed +20
-24
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ com.azure:azure-maps-search;2.0.0-beta.2;2.0.0-beta.3
147147com.azure:azure-messaging-eventgrid;4.27.0;4.28.0
148148com.azure:azure-messaging-eventgrid-namespaces;1.1.1;1.2.0-beta.1
149149com.azure:azure-messaging-eventgrid-cloudnative-cloudevents;1.0.0-beta.1;1.0.0-beta.2
150- com.azure:azure-messaging-eventhubs;5.19.2;5.20.0-beta.1
151- com.azure:azure-messaging-eventhubs-checkpointstore-blob;1.20.2;1.21.0-beta.1
150+ com.azure:azure-messaging-eventhubs;5.19.2;5.20.0
151+ com.azure:azure-messaging-eventhubs-checkpointstore-blob;1.20.2;1.20.3
152152com.azure:azure-messaging-eventhubs-checkpointstore-jedis;1.0.0-beta.3;1.0.0-beta.4
153153com.azure:azure-messaging-eventhubs-stress;1.0.0-beta.1;1.0.0-beta.1
154154com.azure:azure-messaging-eventhubs-track2-perf;1.0.0-beta.1;1.0.0-beta.1
Original file line number Diff line number Diff line change 11# Release History
22
3- ## 1.21.0-beta.1 (Unreleased )
3+ ## 1.20.3 (2025-02-11 )
44
5- ### Features Added
6-
7- ### Breaking Changes
5+ ### Other Changes
86
9- ### Bugs Fixed
7+ #### Dependency Updates
108
11- ### Other Changes
9+ - Upgraded ` azure-messaging-eventhubs ` from ` 5.19.2 ` to version ` 5.20.0 ` .
1210
1311## 1.20.2 (2024-12-04)
1412
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ add the direct dependency to your project as follows.
6060<dependency >
6161 <groupId >com.azure</groupId >
6262 <artifactId >azure-messaging-eventhubs-checkpointstore-blob</artifactId >
63- <version >1.20.0 </version >
63+ <version >1.20.3 </version >
6464</dependency >
6565```
6666[ // ] : # ( {x-version-update-end} )
Original file line number Diff line number Diff line change 1717
1818 <groupId >com.azure</groupId >
1919 <artifactId >azure-messaging-eventhubs-checkpointstore-blob</artifactId >
20- <version >1.21.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
20+ <version >1.20.3 </version > <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
2121
2222 <name >Microsoft Azure client library for storing checkpoints in Storage Blobs</name >
2323 <description >Library for using storing checkpoints in Storage Blobs</description >
5353 <dependency >
5454 <groupId >com.azure</groupId >
5555 <artifactId >azure-messaging-eventhubs</artifactId >
56- <version >5.20.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-messaging-eventhubs;current} -->
56+ <version >5.20.0</version > <!-- {x-version-update;com.azure:azure-messaging-eventhubs;current} -->
5757 </dependency >
5858 <dependency >
5959 <groupId >com.azure</groupId >
Original file line number Diff line number Diff line change 4747 <dependency >
4848 <groupId >com.azure</groupId >
4949 <artifactId >azure-messaging-eventhubs</artifactId >
50- <version >5.20.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-messaging-eventhubs;current} -->
50+ <version >5.20.0</version > <!-- {x-version-update;com.azure:azure-messaging-eventhubs;current} -->
5151 </dependency >
5252 <dependency >
5353 <groupId >redis.clients</groupId >
Original file line number Diff line number Diff line change 4343 <dependency >
4444 <groupId >com.azure</groupId >
4545 <artifactId >azure-messaging-eventhubs</artifactId >
46- <version >5.20.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-messaging-eventhubs;current} -->
46+ <version >5.20.0</version > <!-- {x-version-update;com.azure:azure-messaging-eventhubs;current} -->
4747 </dependency >
4848 <dependency >
4949 <groupId >com.azure</groupId >
5050 <artifactId >azure-messaging-eventhubs-checkpointstore-blob</artifactId >
51- <version >1.21.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
51+ <version >1.20.3 </version > <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
5252 </dependency >
5353
5454 <!-- logging, tracing, metrics -->
Original file line number Diff line number Diff line change 2424 <dependency >
2525 <groupId >com.azure</groupId >
2626 <artifactId >azure-messaging-eventhubs</artifactId >
27- <version >5.20.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-messaging-eventhubs;current} -->
27+ <version >5.20.0</version > <!-- {x-version-update;com.azure:azure-messaging-eventhubs;current} -->
2828 </dependency >
2929 <dependency >
3030 <groupId >com.azure</groupId >
3131 <artifactId >azure-messaging-eventhubs-checkpointstore-blob</artifactId >
32- <version >1.21.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
32+ <version >1.20.3 </version > <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
3333 </dependency >
3434 <dependency >
3535 <groupId >com.azure</groupId >
Original file line number Diff line number Diff line change 11# Release History
22
3- ## 5.20.0-beta.1 (Unreleased )
3+ ## 5.20.0 (2025-02-11 )
44
55### Features Added
66
7- Setting the v2 stack as the default. ([ 43725] ( https://github.com/Azure/azure-sdk-for-java/pull/43725 ) )
7+ - Setting the v2 stack as the default. ([ 43725] ( https://github.com/Azure/azure-sdk-for-java/pull/43725 ) )
88
99### Breaking Changes
1010
1111- Do not remove ` x-opt-partition-key ` message annotation when publishing events.
1212 If event is received from an Event Hub, it may contain ` x-opt-partition-key ` message annotation. If this event is
13- published to another Event Hub, previous version of the Event Hubs SDK did not pass this annotation to the next Event Hub.
13+ published to another Event Hub, previous version of the Event Hubs SDK did not pass this annotation to the next Event Hub.
1414 Starting with this version:
1515 - if the event is sent with ` SendOptions ` or ` CreateBatchOptions ` containing ` null ` partition key, the existing ` x-opt-partition-key `
1616 message annotation will be used when publishing the event. ** This is a new behavior.**
@@ -29,8 +29,6 @@ Setting the v2 stack as the default. ([43725](https://github.com/Azure/azure-sdk
2929 will overwrite these values when the event is published.
3030 ([ #43039 ] ( https://github.com/Azure/azure-sdk-for-java/pull/43039 ) )
3131
32- ### Other Changes
33-
3432## 5.19.2 (2024-12-04)
3533
3634### Other Changes
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ add the direct dependency to your project as follows.
9595<dependency >
9696 <groupId >com.azure</groupId >
9797 <artifactId >azure-messaging-eventhubs</artifactId >
98- <version >5.19 .0</version >
98+ <version >5.20 .0</version >
9999</dependency >
100100```
101101[ // ] : # ( {x-version-update-end} )
Original file line number Diff line number Diff line change 2020 <dependency >
2121 <groupId >com.azure</groupId >
2222 <artifactId >azure-messaging-eventhubs-checkpointstore-blob</artifactId >
23- <version >1.21.0-beta.1 </version > <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
23+ <version >1.20.3 </version > <!-- {x-version-update;com.azure:azure-messaging-eventhubs-checkpointstore-blob;current} -->
2424 </dependency >
2525 <dependency >
2626 <groupId >io.projectreactor</groupId >
You can’t perform that action at this time.
0 commit comments