Skip to content

Commit

Permalink
increment versions after azure-core-amqp_2.9.0-beta.7 release (#37480)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuchandy committed Nov 1, 2023
1 parent c6a0ca9 commit 4929695
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ com.azure:azure-communication-sms;1.1.18;1.2.0-beta.1
com.azure:azure-containers-containerregistry;1.2.2;1.3.0-beta.1
com.azure:azure-containers-containerregistry-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core;1.44.1;1.45.0-beta.1
com.azure:azure-core-amqp;2.8.11;2.9.0-beta.6
com.azure:azure-core-amqp;2.8.11;2.9.0-beta.7
com.azure:azure-core-amqp-experimental;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-experimental;1.0.0-beta.45;1.0.0-beta.46
com.azure:azure-core-http-jdk-httpclient;1.0.0-beta.8;1.0.0-beta.9
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-amqp-experimental/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>2.9.0-beta.6</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>2.9.0-beta.7</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
</dependency>

<dependency>
Expand Down
23 changes: 22 additions & 1 deletion sdk/core/azure-core-amqp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 2.9.0-beta.6 (Unreleased)
## 2.9.0-beta.7 (Unreleased)

### Features Added

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

### Other Changes

## 2.9.0-beta.6 (2023-11-01)

### Bugs Fixed

- Fixes the ReactorReceiver to probe the monitoring meter only once to see if tracking message sequence number is needed.
- Fixes the MessageFlux to not use the doOnEach side effect operator for reacting to endpoint active and terminal states.

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.42.0` to `1.44.1`.

## 2.8.11 (2023-10-18)

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.44.0` to `1.44.1`.

## 2.8.10 (2023-10-06)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>2.9.0-beta.6</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>2.9.0-beta.7</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure Java Core AMQP Library</name>
Expand Down

0 comments on commit 4929695

Please sign in to comment.