Skip to content

Commit 11b2eb2

Browse files
Prepare azure-messaging-servicebus 7.18.0-beta.2 for release (#49596)
- Date-stamp CHANGELOG entry: (Unreleased) -> (2026-06-22) - Update README dependency snippet to 7.18.0-beta.2 Co-authored-by: Eldert Grootenboer (from Dev Box) <egrootenboer@microsoft.com>
1 parent fccd56c commit 11b2eb2

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# Release History
22

3-
## 7.18.0-beta.2 (Unreleased)
3+
## 7.18.0-beta.2 (2026-06-22)
44

55
### Features Added
66

77
- Added `drainTimeout(Duration)` to `ServiceBusProcessorClientBuilder` and `ServiceBusSessionProcessorClientBuilder` to configure the maximum wait time for in-flight message handlers during processor shutdown. Defaults to 30 seconds.
88

9-
### Breaking Changes
10-
119
### Bugs Fixed
1210

1311
- Fixed `ServiceBusProcessorClient.close()` disposing the receiver before in-flight message handlers could complete settlement, causing `IllegalStateException`. The processor now drains active handlers before closing. ([#45716](https://github.com/Azure/azure-sdk-for-java/issues/45716))

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ add the direct dependency to your project as follows.
7070
<dependency>
7171
<groupId>com.azure</groupId>
7272
<artifactId>azure-messaging-servicebus</artifactId>
73-
<version>7.17.13</version>
73+
<version>7.18.0-beta.2</version>
7474
</dependency>
7575
```
7676
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)