Skip to content

Commit 7c0d564

Browse files
authored
Prepare Event Hubs for January release (Azure#43862)
* Prepare release for azure-messaging-eventhubs * Prepare release for azure-messaging-eventhubs-checkpointstore-blob * Update CHANGELOG
1 parent c8725d8 commit 7c0d564

File tree

11 files changed

+20
-24
lines changed

11 files changed

+20
-24
lines changed

eng/versioning/version_client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ com.azure:azure-maps-search;2.0.0-beta.2;2.0.0-beta.3
147147
com.azure:azure-messaging-eventgrid;4.27.0;4.28.0
148148
com.azure:azure-messaging-eventgrid-namespaces;1.1.1;1.2.0-beta.1
149149
com.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
152152
com.azure:azure-messaging-eventhubs-checkpointstore-jedis;1.0.0-beta.3;1.0.0-beta.4
153153
com.azure:azure-messaging-eventhubs-stress;1.0.0-beta.1;1.0.0-beta.1
154154
com.azure:azure-messaging-eventhubs-track2-perf;1.0.0-beta.1;1.0.0-beta.1

sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
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

sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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})

sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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>
@@ -53,7 +53,7 @@
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>

sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-jedis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
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>

sdk/eventhubs/azure-messaging-eventhubs-stress/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
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 -->

sdk/eventhubs/azure-messaging-eventhubs-track2-perf/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
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>

sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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

sdk/eventhubs/azure-messaging-eventhubs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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})

sdk/eventhubs/azure-messaging-eventhubs/docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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>

0 commit comments

Comments
 (0)