Skip to content

Commit

Permalink
Running Prepare-Release for azure-messaging-servicebus 7.17.6 (#42886)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuchandy authored Nov 13, 2024
1 parent cd4caeb commit b68f725
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 17 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ com.azure:azure-messaging-eventhubs-checkpointstore-blob;1.20.1;1.21.0-beta.1
com.azure:azure-messaging-eventhubs-checkpointstore-jedis;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-messaging-eventhubs-stress;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-eventhubs-track2-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-servicebus;7.17.5;7.18.0-beta.2
com.azure:azure-messaging-servicebus;7.17.5;7.17.6
com.azure:azure-messaging-servicebus-stress;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-servicebus-track2-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-webpubsub;1.3.2;1.4.0-beta.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/servicebus/azure-messaging-servicebus-stress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.18.0-beta.2</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<version>7.17.6</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
</dependency>

<!-- logging, tracing, metrics -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.18.0-beta.2</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<version>7.17.6</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
17 changes: 6 additions & 11 deletions sdk/servicebus/azure-messaging-servicebus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Release History

## 7.18.0-beta.2 (Unreleased)
## 7.17.6 (2024-11-12)

### Features Added

- Enabled RequestResponseChannelCache (CBS, Management channel cache) and ReactorSessionCache by default. ([42641](https://github.com/Azure/azure-sdk-for-java/pull/42641))
- Improves the synchronous `acceptNextSession` and `acceptSession` APIs of `ServiceBusSessionReceiverClient` to reduce the chances of the broker holding session lock for some time when client-side timeout occurs. ([42838](https://github.com/Azure/azure-sdk-for-java/pull/42838))

### Breaking Changes

### Bugs Fixed

### Other Changes

#### Dependency Updates
- Upgraded `azure-core` from `1.53.0` to `1.54.0`.
- Upgraded `azure-core-amqp` from `2.9.10` to `2.9.11`.
- Upgraded `azure-identity` from `1.14.0` to `1.14.1`.

## 7.17.5 (2024-10-16)

### Bugs Fixed
Expand Down Expand Up @@ -81,12 +82,6 @@
- Upgraded `azure-core-amqp` from `2.9.4` to `2.9.6`.
- Upgraded `azure-identity` from `1.12.1` to `1.13.0`.

## 7.18.0-beta.1 (2024-05-15)

### Features Added

- Added the support for batch-delete APIs in Receiver client.

## 7.17.0 (2024-05-06)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdk/servicebus/azure-messaging-servicebus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.17.5</version>
<version>7.17.6</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/servicebus/azure-messaging-servicebus/docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.18.0-beta.2</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<version>7.17.6</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
</dependency>

<!-- Dependencies required for Log4j2 -->
Expand Down
2 changes: 1 addition & 1 deletion sdk/servicebus/azure-messaging-servicebus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.18.0-beta.2</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<version>7.17.6</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<name>Microsoft Azure client library for Service Bus</name>
<description>This package contains the Microsoft Azure Service Bus client library</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>
Expand Down

0 comments on commit b68f725

Please sign in to comment.