Skip to content

Commit

Permalink
Prepare Core Libraries for November 2023 Patch Release (Off-band)
Browse files Browse the repository at this point in the history
fixing AMQP version
  • Loading branch information
jairmyree committed Dec 1, 2023
1 parent 6933a91 commit 7862638
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 25 deletions.
2 changes: 1 addition & 1 deletion common/smoke-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>2.8.12</version> <!-- {x-version-update;com.azure:azure-core-amqp;dependency} -->
<version>2.8.13</version> <!-- {x-version-update;com.azure:azure-core-amqp;dependency} -->
</dependency>

<dependency>
Expand Down
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.45.0;1.45.1
com.azure:azure-core-amqp;2.8.12;2.8.13
com.azure:azure-core-amqp;2.8.13;2.8.14
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.8.13</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>2.8.14</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
</dependency>

<dependency>
Expand Down
41 changes: 25 additions & 16 deletions sdk/core/azure-core-amqp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,29 @@
# Release History

## 2.8.13 (2023-11-30)
## 2.8.14 (2023-11-30)

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.45.0` to `1.45.1`.
- Upgraded Reactor Core from `3.4.33` to `3.4.34`.

## 2.8.12 (2023-11-03)
## 2.9.0-beta.7 (2023-11-22)

### Other Changes

#### Dependency Updates

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

## 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.
## 2.8.13 (2023-11-08)

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.42.0` to `1.44.1`.
- Upgraded `azure-core` from `1.44.1` to `1.45.0` (The version 2.8.12 used earlier azure-core dependency version 1.44.1 instead of latest 1.45.0. This 2.8.13 patch release fixes it).

## 2.8.12 (2023-11-03)

Expand All @@ -37,6 +33,19 @@

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

## 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
Expand Down Expand Up @@ -220,7 +229,7 @@

### Features Added

- Added AMQP-level metrics to reporting number of sent batches, duration of network call, number of received message and consumer lag as well as
- Added AMQP-level metrics to reporting number of sent batches, duration of network call, number of received message and consumer lag as well as
error counters. Metrics are off by default and can be enabled with [azure-core-metrics-opentelemetry](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core-metrics-opentelemetry/README.md)
plugin. ([#30583](https://github.com/Azure/azure-sdk-for-java/pull/30583))

Expand All @@ -246,12 +255,12 @@

### Features Added

- Added `AmqpMessageConstant` `MESSAGE_STATE_ANNOTATION_NAME("x-opt-message-state")`.
- Added `AmqpMessageConstant` `MESSAGE_STATE_ANNOTATION_NAME("x-opt-message-state")`.

### Bugs Fixed

- Ensure ReactorReceiver EndpointStates terminates if there is no remote-close acknowledgment ([#29212](https://github.com/Azure/azure-sdk-for-java/issues/29212))
- Fixed issue that when connection is closed, the `AmqpChannelProcessor` repeatedly requests and closes `RequestResponseChannel`. ([#24582](https://github.com/Azure/azure-sdk-for-java/issues/24582))
- Fixed issue that when connection is closed, the `AmqpChannelProcessor` repeatedly requests and closes `RequestResponseChannel`. ([#24582](https://github.com/Azure/azure-sdk-for-java/issues/24582))

### Other Changes

Expand All @@ -275,13 +284,13 @@

- Upgraded `azure-core` from `1.28.0` to `1.29.0`.

- Added "entityPath" context to logger for ReceiveLinkHandlers, SendLinkHandler, LinkHandler, and ReactorReceiver.
- Added "entityPath" context to logger for ReceiveLinkHandlers, SendLinkHandler, LinkHandler, and ReactorReceiver.

## 2.5.0 (2022-05-06)

### Features Added

- Added `ProxyOptions.fromConfiguration(Configuration)` to enable creation of `ProxyOptions` from an environment
- Added `ProxyOptions.fromConfiguration(Configuration)` to enable creation of `ProxyOptions` from an environment
configuration.

### Bugs Fixed
Expand All @@ -299,9 +308,9 @@

### Bugs Fixed

- Fixed an issue where error from one receiver bypassed to parent connection that resulted in taking down rest of the
- Fixed an issue where error from one receiver bypassed to parent connection that resulted in taking down rest of the
receivers. ([#27716](https://github.com/Azure/azure-sdk-for-java/issues/27716))
- Downgraded the level of a log entry in RequestResponseChannel from error to warn, the sender and receiver often
- Downgraded the level of a log entry in RequestResponseChannel from error to warn, the sender and receiver often
recover from this error, but due to the log level, it generates false alerts in monitoring systems. ([26968](https://github.com/Azure/azure-sdk-for-java/issues/26968))

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-amqp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>2.8.13</version>
<version>2.8.14</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
4 changes: 2 additions & 2 deletions 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.8.13</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>2.8.14</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure Java Core AMQP Library</name>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.45.0</version> <!-- {x-version-update;com.azure:azure-core;dependency} -->
<version>1.45.1</version> <!-- {x-version-update;unreleased_com.azure:azure-core;dependency} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhubs/azure-messaging-eventhubs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>2.8.12</version> <!-- {x-version-update;com.azure:azure-core-amqp;dependency} -->
<version>2.8.13</version> <!-- {x-version-update;com.azure:azure-core-amqp;dependency} -->
</dependency>

<!-- Test dependencies -->
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 @@ -59,7 +59,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>2.8.12</version> <!-- {x-version-update;com.azure:azure-core-amqp;dependency} -->
<version>2.8.13</version> <!-- {x-version-update;com.azure:azure-core-amqp;dependency} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion sdk/spring/spring-cloud-azure-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>2.8.12</version> <!-- {x-version-update;com.azure:azure-core-amqp;dependency} -->
<version>2.8.13</version> <!-- {x-version-update;com.azure:azure-core-amqp;dependency} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down

0 comments on commit 7862638

Please sign in to comment.