Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for February 2024 Core Releases #38584

Merged
merged 11 commits into from
Feb 2, 2024
4 changes: 2 additions & 2 deletions eng/versioning/external_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ io.netty:netty-tcnative-boringssl-static;2.0.62.Final
io.netty:netty-transport-native-epoll;4.1.101.Final
io.netty:netty-transport-native-unix-common;4.1.101.Final
io.netty:netty-transport-native-kqueue;4.1.101.Final
io.projectreactor.netty:reactor-netty;1.0.39
io.projectreactor.netty:reactor-netty-http;1.0.39
io.projectreactor.netty:reactor-netty;1.0.40
io.projectreactor.netty:reactor-netty-http;1.0.40
Comment on lines +70 to +71
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to update these versions before release? Are there any live test results that can validate that this new version of reactor-netty* doesn't break anything?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should, we've upgraded Netty and Reactor dependencies which are effectively aligned with Reactor Netty 1.0.40 but it looks like we forgot to upgrade it from 1.0.39

io.projectreactor:reactor-core;3.4.34
io.vertx:vertx-codegen;4.5.0
io.vertx:vertx-core;4.5.0
Expand Down
18 changes: 8 additions & 10 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,22 @@ com.azure:azure-communication-rooms;1.0.7;1.1.0-beta.2
com.azure:azure-communication-sms;1.1.20;1.2.0-beta.1
com.azure:azure-containers-containerregistry;1.2.4;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.1;1.46.0-beta.1
com.azure:azure-core-amqp;2.9.0;2.10.0-beta.1
com.azure:azure-core;1.45.1;1.46.0
com.azure:azure-core-amqp;2.9.0;2.9.1
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.46;1.0.0-beta.47
com.azure:azure-core-http-jdk-httpclient;1.0.0-beta.9;1.0.0-beta.10
com.azure:azure-core-http-netty;1.13.11;1.14.0-beta.2
com.azure:azure-core-http-okhttp;1.11.17;1.12.0-beta.1
com.azure:azure-core-http-netty;1.13.11;1.14.0
com.azure:azure-core-http-okhttp;1.11.17;1.11.18
com.azure:azure-core-http-vertx;1.0.0-beta.14;1.0.0-beta.15
com.azure:azure-core-management;1.11.9;1.12.0-beta.1
com.azure:azure-core-management;1.11.9;1.11.10
com.azure:azure-core-metrics-opentelemetry;1.0.0-beta.15;1.0.0-beta.16
com.azure:azure-core-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-serializer-avro-apache;1.0.0-beta.42;1.0.0-beta.43
com.azure:azure-core-serializer-avro-jackson;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-core-serializer-json-gson;1.2.8;1.3.0-beta.1
com.azure:azure-core-serializer-json-jackson;1.4.8;1.5.0-beta.1
com.azure:azure-core-test;1.22.1;1.23.0-beta.1
com.azure:azure-core-serializer-json-gson;1.2.8;1.2.9
com.azure:azure-core-serializer-json-jackson;1.4.8;1.4.9
com.azure:azure-core-test;1.22.1;1.23.0
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.42;1.0.0-beta.43
com.azure:azure-core-tracing-opentelemetry-samples;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-version-tests;1.0.0-beta.1;1.0.0-beta.1
Expand Down Expand Up @@ -452,8 +452,6 @@ com.azure.tools:azure-sdk-build-tool;1.0.0;1.1.0-beta.1
# In the pom, the version update tag after the version should name the unreleased package and the dependency version:
# <!-- {x-version-update;unreleased_com.azure:azure-core;dependency} -->

unreleased_com.azure:azure-core;1.46.0-beta.1

# Released Beta dependencies: Copy the entry from above, prepend "beta_", remove the current
# version and set the version to the released beta. Released beta dependencies are only valid
# for dependency versions. These entries are specifically for when we've released a beta for
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.10.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>2.9.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
</dependency>

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

## 2.10.0-beta.1 (Unreleased)
## 2.9.1 (2024-02-02)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.45.1` to `1.46.0`.

## 2.9.0 (2024-01-17)

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.9.0</version>
<version>2.9.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
6 changes: 3 additions & 3 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.10.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>2.9.1</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 @@ -76,7 +76,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.46.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.46.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down Expand Up @@ -137,7 +137,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.22.1</version> <!-- {x-version-update;com.azure:azure-core-test;dependency} -->
<version>1.23.0</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
10 changes: 4 additions & 6 deletions sdk/core/azure-core-experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Release History

## 1.0.0-beta.47 (Unreleased)
## 1.0.0-beta.47 (2024-02-02)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.45.1` to `1.46.0`.

## 1.0.0-beta.46 (2023-11-03)

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-experimental/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Azure Core Experimental contains types that are being evaluated and might eventu
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-experimental</artifactId>
<version>1.0.0-beta.46</version>
<version>1.0.0-beta.47</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-experimental/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.46.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.46.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand Down
10 changes: 5 additions & 5 deletions sdk/core/azure-core-http-jdk-httpclient/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Release History

## 1.0.0-beta.10 (Unreleased)
## 1.0.0-beta.10 (2024-02-02)

### Features Added
### Other Changes

### Breaking Changes
- Optimized performance of handling HTTP headers. ([#38285](https://github.com/Azure/azure-sdk-for-java/pull/38285))

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.45.1` to `1.46.0`.

## 1.0.0-beta.9 (2023-11-03)

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-http-jdk-httpclient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ part of JDK 11.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-jdk-httpclient</artifactId>
<version>1.0.0-beta.9</version>
<version>1.0.0-beta.10</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
8 changes: 4 additions & 4 deletions sdk/core/azure-core-http-jdk-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,27 +77,27 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.46.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.46.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<!-- test dependencies on azure-core, because we want to run tests inherited from this module using JDK 11 HttpClient -->
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.46.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.46.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.23.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.23.0</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.23.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.23.0</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
11 changes: 5 additions & 6 deletions sdk/core/azure-core-http-netty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Release History

## 1.14.0-beta.2 (Unreleased)
## 1.14.0 (2024-02-02)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.45.1` to `1.46.0`.
- Upgraded `reactor-netty-http` from `1.0.39` to `1.0.40`.

## 1.13.10 (2023-11-03)

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-http-netty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.13.10</version>
<version>1.14.0</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
14 changes: 7 additions & 7 deletions sdk/core/azure-core-http-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<packaging>jar</packaging>
<version>1.14.0-beta.2</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
<version>1.14.0</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->

<name>Microsoft Azure Netty HTTP Client Library</name>
<description>This package contains the Netty HTTP client plugin for azure-core.</description>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.46.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.46.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand Down Expand Up @@ -143,7 +143,7 @@
<dependency>
<groupId>io.projectreactor.netty</groupId>
<artifactId>reactor-netty-http</artifactId>
<version>1.0.39</version> <!-- {x-version-update;io.projectreactor.netty:reactor-netty-http;external_dependency} -->
<version>1.0.40</version> <!-- {x-version-update;io.projectreactor.netty:reactor-netty-http;external_dependency} -->
</dependency>

<dependency>
Expand All @@ -155,20 +155,20 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.46.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.46.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.23.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.23.0</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.23.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.23.0</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down Expand Up @@ -231,7 +231,7 @@
<bannedDependencies>
<includes>
<include>io.netty:netty-tcnative-boringssl-static:[2.0.62.Final]</include> <!-- {x-include-update;io.netty:netty-tcnative-boringssl-static;external_dependency} -->
<include>io.projectreactor.netty:reactor-netty-http:[1.0.39]</include> <!-- {x-include-update;io.projectreactor.netty:reactor-netty-http;external_dependency} -->
<include>io.projectreactor.netty:reactor-netty-http:[1.0.40]</include> <!-- {x-include-update;io.projectreactor.netty:reactor-netty-http;external_dependency} -->
<include>io.netty:netty-buffer:[4.1.101.Final]</include> <!-- {x-include-update;io.netty:netty-buffer;external_dependency} -->
<include>io.netty:netty-common:[4.1.101.Final]</include> <!-- {x-include-update;io.netty:netty-common;external_dependency} -->
<include>io.netty:netty-codec:[4.1.101.Final]</include> <!-- {x-include-update;io.netty:netty-codec;external_dependency} -->
Expand Down
10 changes: 4 additions & 6 deletions sdk/core/azure-core-http-okhttp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Release History

## 1.12.0-beta.1 (Unreleased)
## 1.11.18 (2024-02-02)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.45.1` to `1.46.0`.

## 1.11.16 (2023-11-03)

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-http-okhttp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.11.16</version>
<version>1.11.18</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
10 changes: 5 additions & 5 deletions sdk/core/azure-core-http-okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<packaging>jar</packaging>
<version>1.12.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;current} -->
<version>1.11.18</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;current} -->

<name>Microsoft Azure OkHttp HTTP Client Library</name>
<description>This package contains the OkHttp HTTP client plugin for azure-core.</description>
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.46.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.46.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand All @@ -96,20 +96,20 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.46.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.46.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.23.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.23.0</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.23.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.23.0</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
12 changes: 7 additions & 5 deletions sdk/core/azure-core-http-vertx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Release History

## 1.0.0-beta.15 (Unreleased)

### Features Added

### Breaking Changes
## 1.0.0-beta.15 (2024-02-02)

### Bugs Fixed

- Removed usage of `Scheduler`, resolving issues with GraalVM. ([#3704](https://github.com/Azure/azure-sdk-for-java/pull/37041))

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.45.1` to `1.46.0`.

## 1.0.0-beta.14 (2023-11-03)

### Other Changes
Expand Down
Loading
Loading