Skip to content

Commit

Permalink
Prepare Core libraries for September 2024 release (#41836)
Browse files Browse the repository at this point in the history
  • Loading branch information
alzimmermsft authored Sep 12, 2024
1 parent 7ea6043 commit 6dcfd3d
Show file tree
Hide file tree
Showing 51 changed files with 131 additions and 134 deletions.
16 changes: 8 additions & 8 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,21 +82,21 @@ com.azure:azure-communication-sms;1.1.27;1.2.0-beta.1
com.azure:azure-compute-batch;1.0.0-beta.2;1.0.0-beta.3
com.azure:azure-containers-containerregistry;1.2.11;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.51.0;1.52.0-beta.1
com.azure:azure-core-amqp;2.9.8;2.10.0-beta.1
com.azure:azure-core;1.51.0;1.52.0
com.azure:azure-core-amqp;2.9.8;2.9.9
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.52;1.0.0-beta.53
com.azure:azure-core-http-jdk-httpclient;1.0.0-beta.15;1.0.0-beta.16
com.azure:azure-core-http-netty;1.15.3;1.16.0-beta.1
com.azure:azure-core-http-okhttp;1.12.2;1.13.0-beta.1
com.azure:azure-core-http-netty;1.15.3;1.15.4
com.azure:azure-core-http-okhttp;1.12.2;1.12.3
com.azure:azure-core-http-vertx;1.0.0-beta.20;1.0.0-beta.21
com.azure:azure-core-management;1.15.2;1.16.0-beta.1
com.azure:azure-core-management;1.15.2;1.15.3
com.azure:azure-core-metrics-opentelemetry;1.0.0-beta.21;1.0.0-beta.22
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.48;1.0.0-beta.49
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.3.0;1.4.0-beta.1
com.azure:azure-core-serializer-json-jackson;1.5.0;1.6.0-beta.1
com.azure:azure-core-serializer-json-gson;1.3.0;1.3.1
com.azure:azure-core-serializer-json-jackson;1.5.0;1.5.1
com.azure:azure-core-test;1.26.2;1.27.0-beta.1
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.48;1.0.0-beta.49
com.azure:azure-core-tracing-opentelemetry-samples;1.0.0-beta.1;1.0.0-beta.1
Expand Down Expand Up @@ -489,7 +489,7 @@ io.clientcore:http-stress;1.0.0-beta.1;1.0.0-beta.1
unreleased_com.azure:azure-identity;1.14.0-beta.2
unreleased_com.azure:azure-core-experimental;1.0.0-beta.53

unreleased_com.azure:azure-core-amqp;2.10.0-beta.1
unreleased_com.azure:azure-core-amqp;2.9.9

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

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

## 2.10.0-beta.1 (Unreleased)
## 2.9.9 (2024-09-12)

### Features Added

- Integrated RequestResponseChannelCache (CBS, Management channel cache) and ReactorSessionCache, removing the dependency on AmqpChannelProcessor. ([39107](https://github.com/Azure/azure-sdk-for-java/pull/39107))

### Breaking Changes

### Bugs Fixed

- Fixes the endpoint state subscription to log errors using ClientLogger so that error do not reach Reactor global OnErrorDropped hook. ([41637](https://github.com/Azure/azure-sdk-for-java/issues/41637))
- Fixes thread unsafe operation in AMQP session by introducing ReactorSessionCache. ([39107](https://github.com/Azure/azure-sdk-for-java/pull/39107))

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.51.0` to `1.52.0`.

## 2.9.8 (2024-07-31)

### 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 @@ -49,7 +49,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>2.9.8</version>
<version>2.9.9</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.10.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>2.9.9</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 @@ -78,7 +78,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.52.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.52.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
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.53 (Unreleased)
## 1.0.0-beta.53 (2024-09-12)

### Features Added

### Breaking Changes

### Bugs Fixed
- Added support for SHR PoP. ([#41554](https://github.com/Azure/azure-sdk-for-java/pull/41554))

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.51.0` to `1.52.0`.

## 1.0.0-beta.52 (2024-07-31)

### 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 @@ -18,7 +18,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.52</version>
<version>1.0.0-beta.53</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.52.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.52.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.16 (Unreleased)
## 1.0.0-beta.16 (2024-09-12)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.51.0` to `1.52.0`.

## 1.0.0-beta.15 (2024-07-31)

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.15</version>
<version>1.0.0-beta.16</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
4 changes: 2 additions & 2 deletions sdk/core/azure-core-http-jdk-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.52.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.52.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.52.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.52.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
12 changes: 7 additions & 5 deletions sdk/core/azure-core-http-netty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Release History

## 1.16.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.15.4 (2024-09-12)

### Bugs Fixed

- Fixed a bug where logging the Netty versions could throw an exception when `SecurityManager` is present. ([#41484](https://github.com/Azure/azure-sdk-for-java/pull/41484))

### Other Changes

#### Dependency Updates

- Upgraded `azure-core` from `1.51.0` to `1.52.0`.

## 1.15.3 (2024-07-31)

### Other Changes
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 @@ -48,7 +48,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.15.3</version>
<version>1.15.4</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
6 changes: 3 additions & 3 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.16.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
<version>1.15.4</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 @@ -83,7 +83,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.52.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.52.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand Down Expand Up @@ -157,7 +157,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.52.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.52.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
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.13.0-beta.1 (Unreleased)
## 1.12.3 (2024-09-12)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.51.0` to `1.52.0`.

## 1.12.2 (2024-07-31)

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 @@ -48,7 +48,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.12.2</version>
<version>1.12.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
6 changes: 3 additions & 3 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.13.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;current} -->
<version>1.12.3</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 @@ -79,7 +79,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.52.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.52.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand All @@ -104,7 +104,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.52.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.52.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
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.21 (Unreleased)
## 1.0.0-beta.21 (2024-09-12)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.51.0` to `1.52.0`.

## 1.0.0-beta.20 (2024-07-31)

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

<!-- Required to satisfy the -Xlint:classfile compiler option -->
Expand All @@ -100,7 +100,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.52.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.52.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
10 changes: 4 additions & 6 deletions sdk/core/azure-core-management/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# Release History

## 1.16.0-beta.1 (Unreleased)
## 1.15.3 (2024-09-12)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core` from `1.51.0` to `1.52.0`.

## 1.15.2 (2024-07-31)

Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Azure Core Management library is a collection of classes common to the [Azure Re
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
<version>1.15.2</version>
<version>1.15.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
6 changes: 3 additions & 3 deletions sdk/core/azure-core-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-core-management</artifactId>
<version>1.16.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-management;current} -->
<version>1.15.3</version> <!-- {x-version-update;com.azure:azure-core-management;current} -->
<packaging>jar</packaging>

<name>Microsoft Azure Management Java Core Library</name>
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.52.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.52.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand Down Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.16.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
<version>1.15.4</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
<scope>test</scope>
</dependency>

Expand Down
Loading

0 comments on commit 6dcfd3d

Please sign in to comment.