Skip to content

Commit

Permalink
increment versions after azure-messaging-servicebus_7.15.0-beta.4 rel…
Browse files Browse the repository at this point in the history
…ease (#37483)
  • Loading branch information
anuchandy authored Nov 2, 2023
1 parent 4929695 commit d0c4ee6
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ com.azure:azure-messaging-eventhubs-checkpointstore-jedis;1.0.0-beta.2;1.0.0-bet
com.azure:azure-messaging-eventhubs-stress;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-eventhubs-track1-perf;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.14.5;7.15.0-beta.4
com.azure:azure-messaging-servicebus;7.14.5;7.15.0-beta.5
com.azure:azure-messaging-servicebus-stress;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-messaging-servicebus-track1-perf;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
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 @@ -39,7 +39,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-servicebus</artifactId>
<version>7.15.0-beta.4</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<version>7.15.0-beta.5</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
</dependency>

<!-- Enable SDK 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.15.0-beta.4</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<version>7.15.0-beta.5</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
21 changes: 20 additions & 1 deletion sdk/servicebus/azure-messaging-servicebus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 7.15.0-beta.4 (Unreleased)
## 7.15.0-beta.5 (Unreleased)

### Features Added

Expand All @@ -10,6 +10,25 @@

### Other Changes

## 7.15.0-beta.4 (2023-11-01)

### Features Added

- Fallback to management node for non-session message disposition, if the link has no delivery corresponding to the message (happens when link is closed).

- Adding support for session receive using Reactor receiver and synchronous receiver clients. Enabling opt-in for these two receiver clients.

### Bugs Fixed

- Fixes logic in ServiceBusReceiverAsyncClient renew-lock API that was enforcing later disposition to happen on management node rather than on receiver link.

### Other Changes

#### Dependency Updates
- Upgraded `azure-core` from `1.42.0` to `1.44.1`.
- Upgraded `azure-core-amqp` from `2.9.0-beta.5` to `2.9.0-beta.6`.
- Upgraded `azure-identity` from `1.10.0` to `1.10.4`.

## 7.14.5 (2023-10-24)

### Bugs Fixed
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.15.0-beta.4</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<version>7.15.0-beta.5</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.15.0-beta.4</version> <!-- {x-version-update;com.azure:azure-messaging-servicebus;current} -->
<version>7.15.0-beta.5</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 d0c4ee6

Please sign in to comment.