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 October 2023 Release #37061

Merged
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
18 changes: 9 additions & 9 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,22 @@ com.azure:azure-communication-rooms;1.0.4;1.1.0-beta.1
com.azure:azure-communication-sms;1.1.17;1.2.0-beta.1
com.azure:azure-containers-containerregistry;1.2.1;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.43.0;1.44.0-beta.1
com.azure:azure-core-amqp;2.8.9;2.9.0-beta.6
com.azure:azure-core;1.43.0;1.44.0
com.azure:azure-core-amqp;2.8.9;2.8.10
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.43;1.0.0-beta.44
com.azure:azure-core-http-jdk-httpclient;1.0.0-beta.6;1.0.0-beta.7
com.azure:azure-core-http-netty;1.13.7;1.14.0-beta.2
com.azure:azure-core-http-okhttp;1.11.13;1.12.0-beta.1
com.azure:azure-core-http-netty;1.13.7;1.13.8
com.azure:azure-core-http-okhttp;1.11.13;1.11.14
com.azure:azure-core-http-vertx;1.0.0-beta.11;1.0.0-beta.12
com.azure:azure-core-management;1.11.5;1.12.0-beta.1
com.azure:azure-core-management;1.11.5;1.11.6
com.azure:azure-core-metrics-opentelemetry;1.0.0-beta.12;1.0.0-beta.13
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.39;1.0.0-beta.40
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.4;1.3.0-beta.1
com.azure:azure-core-serializer-json-jackson;1.4.4;1.5.0-beta.1
com.azure:azure-core-test;1.20.0;1.21.0-beta.1
com.azure:azure-core-serializer-json-gson;1.2.4;1.2.5
com.azure:azure-core-serializer-json-jackson;1.4.4;1.4.5
com.azure:azure-core-test;1.20.0;1.21.0
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.39;1.0.0-beta.40
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 @@ -441,7 +441,7 @@ com.azure.tools:azure-sdk-build-tool;1.0.0;1.1.0-beta.1
# note: The unreleased dependencies will not be manipulated with the automatic PR creation code.
# 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.44.0-beta.1
unreleased_com.azure:azure-core;1.44.0
alzimmermsft marked this conversation as resolved.
Show resolved Hide resolved

# 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
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.8.10</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
</dependency>

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

## 2.9.0-beta.6 (Unreleased)

### Features Added

### Breaking Changes
## 2.8.10 (2023-10-06)

### Bugs Fixed

- Fixes the potential NullPointerException in ReactorSession if the thread constructing ReactorSession ever happens to run the disposeWork (cleanup phase) synchronously. ([36916](https://github.com/Azure/azure-sdk-for-java/issues/36916))

### Other Changes

#### Dependency Updates

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

## 2.8.9 (2023-09-07)

### Bugs Fixed
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.9</version>
<version>2.8.10</version>
</dependency>
```
[//]: # ({x-version-update-end})
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.8.10</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure Java Core AMQP Library</name>
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.44 (Unreleased)
## 1.0.0-beta.44 (2023-10-06)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.43.0` to `1.44.0`.

## 1.0.0-beta.43 (2023-09-07)

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.43</version>
<version>1.0.0-beta.44</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 @@ -78,7 +78,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.44.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.44.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

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

## 1.0.0-beta.7 (Unreleased)
## 1.0.0-beta.7 (2023-10-06)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.43.0` to `1.44.0`.

## 1.0.0-beta.6 (2023-09-07)

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.6</version>
<version>1.0.0-beta.7</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 @@ -72,27 +72,27 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.44.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.44.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.44.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.44.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.21.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.21.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.21.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.21.0</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-netty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Release History

## 1.14.0-beta.2 (Unreleased)
## 1.13.8 (2023-10-06)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.43.0` to `1.44.0`.

## 1.13.7 (2023-09-07)

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.7</version>
<version>1.13.8</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.14.0-beta.2</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
<version>1.13.8</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 @@ -72,7 +72,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.44.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.44.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand Down Expand Up @@ -146,20 +146,20 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.44.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.44.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.21.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.21.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.21.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.21.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-okhttp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# Release History

## 1.12.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.11.14 (2023-10-06)

### Bugs Fixed

- Fixed a bug where the network connection wasn't being explicitly closed after the response body was consumed.

### Other Changes

- Changed buffer read size from `4096` to `8192` when returning `Flux<ByteBuffer>` in `HttpResponse` to reduce number
of reads and elements emitted by the `Flux`.

#### Dependency Updates

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

## 1.11.13 (2023-09-07)

### Other Changes
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.13</version>
<version>1.11.14</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.14</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 @@ -71,7 +71,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.44.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.44.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand All @@ -84,20 +84,20 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.44.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.44.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.21.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.21.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.21.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.21.0</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-vertx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Release History

## 1.0.0-beta.12 (Unreleased)
## 1.0.0-beta.12 (2023-10-06)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.43.0` to `1.44.0`.

## 1.0.0-beta.11 (2023-09-07)

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.11</version>
<version>1.0.0-beta.12</version>
</dependency>
</dependencies>
```
Expand Down
8 changes: 4 additions & 4 deletions sdk/core/azure-core-http-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.44.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.44.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<!-- Required to satisfy the -Xlint:classfile compiler option -->
Expand All @@ -92,20 +92,20 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.44.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.44.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.21.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.21.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.21.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.21.0</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
Loading