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 Core libraries for April 2024 release #39547

Merged
merged 5 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,22 +82,22 @@ com.azure:azure-communication-rooms;1.0.9;1.1.0
com.azure:azure-communication-sms;1.1.22;1.2.0-beta.1
com.azure:azure-containers-containerregistry;1.2.6;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.47.0;1.48.0-beta.1
com.azure:azure-core-amqp;2.9.2;2.10.0-beta.1
com.azure:azure-core;1.47.0;1.48.0
com.azure:azure-core-amqp;2.9.2;2.9.3
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.48;1.0.0-beta.49
com.azure:azure-core-http-jdk-httpclient;1.0.0-beta.11;1.0.0-beta.12
com.azure:azure-core-http-netty;1.14.1;1.15.0-beta.1
com.azure:azure-core-http-okhttp;1.11.19;1.12.0-beta.1
com.azure:azure-core-http-netty;1.14.1;1.14.2
com.azure:azure-core-http-okhttp;1.11.19;1.11.20
com.azure:azure-core-http-vertx;1.0.0-beta.16;1.0.0-beta.17
com.azure:azure-core-management;1.12.0;1.13.0-beta.1
com.azure:azure-core-management;1.12.0;1.13.0
com.azure:azure-core-metrics-opentelemetry;1.0.0-beta.17;1.0.0-beta.18
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.44;1.0.0-beta.45
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.10;1.3.0-beta.1
com.azure:azure-core-serializer-json-jackson;1.4.10;1.5.0-beta.1
com.azure:azure-core-test;1.24.0;1.25.0-beta.1
com.azure:azure-core-serializer-json-gson;1.2.10;1.2.11
com.azure:azure-core-serializer-json-jackson;1.4.10;1.4.11
com.azure:azure-core-test;1.24.0;1.24.1
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.44;1.0.0-beta.45
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 @@ -462,8 +462,7 @@ 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-xml;1.0.0
unreleased_com.azure:azure-core;1.48.0-beta.1
unreleased_com.azure:azure-core;1.48.0
unreleased_com.azure:azure-core-http-jdk-httpclient;1.0.0-beta.12
unreleased_com.azure:azure-core-http-vertx;1.0.0-beta.17

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 @@ -66,7 +66,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.3</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
</dependency>

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

## 2.10.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 2.9.3 (2024-04-04)

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.47.0` to `1.48.0`.
- Upgraded `proton-j` from `0.33.8` to `0.34.1`.
- Upgraded Reactor Core from `3.4.34` to `3.4.36`.

## 2.9.2 (2024-03-01)

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.2</version>
<version>2.9.3</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.3</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 @@ -77,7 +77,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.48.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.48.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down Expand Up @@ -138,7 +138,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.25.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.24.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
10 changes: 6 additions & 4 deletions sdk/core/azure-core-experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Release History

## 1.0.0-beta.49 (Unreleased)

### Features Added
## 1.0.0-beta.49 (2024-04-04)

### Breaking Changes

### Bugs Fixed
- Removed dependency on Jackson Dataformat XML.

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.47.0` to `1.48.0`.

## 1.0.0-beta.48 (2024-03-01)

### Other Changes
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.48</version>
<version>1.0.0-beta.49</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 @@ -80,7 +80,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.48.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.48.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

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

## 1.0.0-beta.12 (Unreleased)
## 1.0.0-beta.12 (2024-04-04)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added support for write, response, and read timeout in `JdkHttpClientBuilder`.

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.47.0` to `1.48.0`.

## 1.0.0-beta.11 (2024-03-01)

### Other Changes
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.11</version>
<version>1.0.0-beta.12</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 @@ -78,27 +78,27 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.48.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.48.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.48.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.48.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.25.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.24.1</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.25.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.24.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
13 changes: 7 additions & 6 deletions sdk/core/azure-core-http-netty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Release History

## 1.15.0-beta.1 (Unreleased)
## 1.14.2 (2024-04-04)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.47.0` to `1.48.0`.
- Upgraded `reactor-netty-http` from `1.0.40` to `1.0.43`.
- Upgraded Netty dependencies from `4.1.101.Final` to `4.1.108.Final`.
- Upgraded Netty TcNative dependencies from `2.0.62.Final` to `2.0.65.Final`.

## 1.14.1 (2024-03-01)

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.14.1</version>
<version>1.14.2</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
10 changes: 5 additions & 5 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.15.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
<version>1.14.2</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 @@ -82,7 +82,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.48.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.48.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand Down Expand Up @@ -156,20 +156,20 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.48.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.48.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.25.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.24.1</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.25.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.24.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<type>test-jar</type>
<scope>test</scope>
</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.20 (2024-04-04)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.47.0` to `1.48.0`.

## 1.11.19 (2024-03-01)

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.19</version>
<version>1.11.20</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.20</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 @@ -78,7 +78,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.48.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.48.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand All @@ -97,20 +97,20 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.48.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.48.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.25.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.24.1</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.25.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.24.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
16 changes: 11 additions & 5 deletions sdk/core/azure-core-http-vertx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# Release History

## 1.0.0-beta.17 (Unreleased)

### Features Added

### Breaking Changes
## 1.0.0-beta.17 (2024-04-04)

### Bugs Fixed

- Fixed a bug where memory from a shared pool wasn't copied on use, leading to potential memory corruption issues if
it wasn't consumed before the pool reclaimed it.
- Standardized errors returned by `VertxAsyncHttpClient` to use `IOException` when issues happened in the underlying
`Vertx` client, instead of the `RuntimeException` used by `Vertx` itself.

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.47.0` to `1.48.0`.
- Upgraded Vertx from `4.5.4` to `4.5.7`.

## 1.0.0-beta.16 (2024-03-01)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-http-vertx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Azure Core Vert.x HTTP client is a plugin for the `azure-core` HTTP client API.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-vertx</artifactId>
<version>1.0.0-beta.16</version>
<version>1.0.0-beta.17</version>
</dependency>
</dependencies>
```
Expand Down
Loading