Skip to content

Commit

Permalink
Prepare Core libraries for May 2024 release (#39987)
Browse files Browse the repository at this point in the history
Prepare Core libraries for May 2024 release
  • Loading branch information
alzimmermsft committed May 1, 2024
1 parent 3ca785f commit b36fe32
Show file tree
Hide file tree
Showing 61 changed files with 174 additions and 160 deletions.
20 changes: 10 additions & 10 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,22 @@ com.azure:azure-communication-rooms;1.1.1;1.2.0-beta.1
com.azure:azure-communication-sms;1.1.23;1.2.0-beta.1
com.azure:azure-containers-containerregistry;1.2.7;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.48.0;1.49.0-beta.1
com.azure:azure-core-amqp;2.9.3;2.10.0-beta.1
com.azure:azure-core;1.48.0;1.49.0
com.azure:azure-core-amqp;2.9.3;2.9.4
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.49;1.0.0-beta.50
com.azure:azure-core-http-jdk-httpclient;1.0.0-beta.12;1.0.0-beta.13
com.azure:azure-core-http-netty;1.14.2;1.15.0-beta.1
com.azure:azure-core-http-okhttp;1.11.20;1.12.0-beta.1
com.azure:azure-core-http-netty;1.14.2;1.15.0
com.azure:azure-core-http-okhttp;1.11.20;1.11.21
com.azure:azure-core-http-vertx;1.0.0-beta.17;1.0.0-beta.18
com.azure:azure-core-management;1.13.0;1.14.0-beta.1
com.azure:azure-core-management;1.13.0;1.14.0
com.azure:azure-core-metrics-opentelemetry;1.0.0-beta.18;1.0.0-beta.19
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.45;1.0.0-beta.46
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.11;1.3.0-beta.1
com.azure:azure-core-serializer-json-jackson;1.4.11;1.5.0-beta.1
com.azure:azure-core-test;1.24.2;1.25.0-beta.1
com.azure:azure-core-serializer-json-gson;1.2.11;1.2.12
com.azure:azure-core-serializer-json-jackson;1.4.11;1.4.12
com.azure:azure-core-test;1.24.2;1.25.0
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.45;1.0.0-beta.46
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 @@ -469,8 +469,8 @@ 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-test;1.25.0-beta.1
unreleased_com.azure:azure-core-amqp;2.10.0-beta.1
unreleased_com.azure:azure-core-amqp;2.9.4
unreleased_com.azure:azure-core-test;1.25.0

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

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

## 2.10.0-beta.1 (Unreleased)
## 2.9.4 (2024-05-01)

### Features Added

- `WindowedSubscriber` to translate the asynchronous stream of events or messages to `IterableStream` ([38705](https://github.com/Azure/azure-sdk-for-java/pull/38705)).

### Breaking Changes

### Bugs Fixed

### Other Changes

- Improvements to logging. ([#39904](https://github.com/Azure/azure-sdk-for-java/pull/39904))

#### Dependency Updates

- Upgraded `azure-core` from `1.48.0` to `1.49.0`.
- Upgraded `qpid-proton-j-extensions` from `1.2.4` to `1.2.5`.

## 2.9.3 (2024-04-05)
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.3</version>
<version>2.9.4</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.4</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.49.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.49.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
Expand Down Expand Up @@ -139,7 +139,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.25.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.50 (Unreleased)
## 1.0.0-beta.50 (2024-05-01)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

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

## 1.0.0-beta.49 (2024-04-05)

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.49</version>
<version>1.0.0-beta.50</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.49.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.49.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.13 (Unreleased)
## 1.0.0-beta.13 (2024-05-01)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

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

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

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.12</version>
<version>1.0.0-beta.13</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.49.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.49.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.49.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.49.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.25.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.25.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.25.0</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
15 changes: 10 additions & 5 deletions sdk/core/azure-core-http-netty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Release History

## 1.15.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 1.15.0 (2024-05-01)

### Bugs Fixed

- Fixed a bug where mismatch Netty versions were always being reported, even if they were correct. ([#39591](https://github.com/Azure/azure-sdk-for-java/pull/39591))

### Other Changes

- If a Reactor Netty `HttpClient` is passed and has a `LoggingHandler` configured the
`NettyAsyncHttpClientBuilder.wiretap` value is ignored, the builder method is now deprecated as well. ([#39976](https://github.com/Azure/azure-sdk-for-java/pull/39976))

#### Dependency Updates

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

## 1.14.2 (2024-04-05)

### 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 @@ -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.2</version>
<version>1.15.0</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.15.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 @@ -83,7 +83,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.49.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.49.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand Down Expand Up @@ -157,20 +157,20 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.49.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.49.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.25.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.25.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.25.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-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.21 (2024-05-01)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

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

## 1.11.20 (2024-04-05)

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.20</version>
<version>1.11.21</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.21</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.49.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.49.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand All @@ -98,20 +98,20 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.49.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.49.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.25.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.25.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.25.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.18 (Unreleased)
## 1.0.0-beta.18 (2024-05-01)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

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

## 1.0.0-beta.17 (2024-04-05)

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.17</version>
<version>1.0.0-beta.18</version>
</dependency>
</dependencies>
```
Expand Down
Loading

0 comments on commit b36fe32

Please sign in to comment.