Skip to content

Commit

Permalink
Prepare Azure Core for the May 2020 Release (#10671)
Browse files Browse the repository at this point in the history
* Prep for Azure Core release

* Add another CHANGELOG item

* Update Azure Core Test version

* Fix unreleased version tag

* Update release date in CHANGELOGs

* Update CHANGELOG release date
  • Loading branch information
alzimmermsft authored May 4, 2020
1 parent eb71fce commit ad2a0e9
Show file tree
Hide file tree
Showing 27 changed files with 79 additions and 60 deletions.
8 changes: 4 additions & 4 deletions eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.5.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>1.1.0</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand All @@ -64,12 +64,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
<version>1.5.1</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;current} -->
<version>1.2.2</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;current} -->
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.azure</groupId>-->
Expand Down
12 changes: 6 additions & 6 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ com.azure:azure-sdk-parent;1.6.0;1.6.0
com.azure:azure-client-sdk-parent;1.7.0;1.7.0
com.azure:azure-ai-formrecognizer;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-ai-textanalytics;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-core;1.4.0;1.5.0-beta.1
com.azure:azure-core-amqp;1.0.2;1.1.0-beta.1
com.azure:azure-core;1.4.0;1.5.0
com.azure:azure-core-amqp;1.0.2;1.1.0
com.azure:azure-core-http-jdk-httpclient;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-http-netty;1.5.0;1.6.0-beta.1
com.azure:azure-core-http-okhttp;1.2.1;1.3.0-beta.1
com.azure:azure-core-http-netty;1.5.0;1.5.1
com.azure:azure-core-http-okhttp;1.2.1;1.2.2
com.azure:azure-core-management;1.0.0-beta.8;1.0.0-beta.8
com.azure:azure-core-serializer-json-gson;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-serializer-json-jackson;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-core-test;1.2.0;1.3.0-beta.1
com.azure:azure-core-test;1.2.0;1.2.1
com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.4;1.0.0-beta.5
com.azure:azure-cosmos;4.0.1-beta.2;4.0.1-beta.3
com.azure:azure-cosmos-examples;4.0.1-beta.1;4.0.1-beta.1
Expand Down Expand Up @@ -47,6 +47,7 @@ com.azure:azure-test-watcher;1.0.0-beta.1;1.0.0-beta.1
# Format;
# unreleased_<groupId>:<artifactId>;dependency-version
# note: The unreleased dependencies will not be manipulated with the automatic PR creation code.
unreleased_com.azure:azure-core-amqp;1.1.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 All @@ -55,4 +56,3 @@ com.azure:azure-test-watcher;1.0.0-beta.1;1.0.0-beta.1
# Format;
# beta_<groupId>:<artifactId>;dependency-version
# note: Released beta versions will not be manipulated with the automatic PR creation code.
unreleased_com.azure:azure-core-amqp;1.1.0-beta.1
6 changes: 5 additions & 1 deletion sdk/core/azure-core-amqp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.1.0 (2020-05-04)

- Update proton-j dependencies to support larger web socket frame and module name.
- Fixes authorization problems with ClaimsBasedSecurityNode not verifying response.
- Adds proper support for backpressure to downstream subscribers.
- Updates connection string parsing to no longer validate URL scheme.

## 1.0.2 (2020-04-03)

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 @@ -16,7 +16,7 @@ own AMQP client library that abstracts from the underlying transport library's i
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.0.2</version>
<version>1.1.0</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>1.1.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-amqp;current} -->
<version>1.1.0</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 @@ -58,7 +58,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.5.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
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 @@ -61,27 +61,27 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.5.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.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.5.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.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.2.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.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.2.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 4 additions & 2 deletions sdk/core/azure-core-http-netty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Release History

## 1.6.0-beta.1 (Unreleased)
## 1.5.1 (2020-05-04)

- Updated default retrieval of response body as a `String` to use `CoreUtils.bomAwareToString`.
- Updated Reactor Netty and Netty dependencies.

## 1.5.0 (2020-04-03)

Expand All @@ -24,7 +26,7 @@

## 1.2.0 (2020-01-07)

- Upgrade netty dependencies to latest version
- Upgrade netty dependencies to latest version

## Version 1.1.0 (2019-11-26)

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 @@ -15,7 +15,7 @@ Azure Core Netty HTTP client is a plugin for the `azure-core` HTTP client API.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.5.0</version>
<version>1.5.1</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.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
<version>1.5.1</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 @@ -60,7 +60,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.5.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand Down Expand Up @@ -111,20 +111,20 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.5.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.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.2.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.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.2.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
3 changes: 2 additions & 1 deletion sdk/core/azure-core-http-okhttp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release History

## 1.3.0-beta.1 (Unreleased)
## 1.2.2 (2020-05-04)

- Updated default retrieval of response body as a `String` to use `CoreUtils.bomAwareToString`.

## 1.2.1 (2020-04-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 @@ -15,7 +15,7 @@ Azure Core OkHttp HTTP client is a plugin for the `azure-core` HTTP client API.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-okhttp</artifactId>
<version>1.2.1</version>
<version>1.2.2</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.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-http-okhttp;current} -->
<version>1.2.2</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 @@ -60,7 +60,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.5.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand All @@ -73,20 +73,20 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.5.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.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.2.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.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.2.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<type>test-jar</type>
<scope>test</scope>
</dependency>
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 @@ -59,7 +59,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.5.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand All @@ -78,13 +78,13 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.2.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
<version>1.5.1</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
<scope>test</scope>
</dependency>

Expand Down
4 changes: 3 additions & 1 deletion sdk/core/azure-core-serializer-json-gson/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Release History

## 1.0.0-beta.1 (Unreleased)
## 1.0.0-beta.1 (2020-05-04)

- Initial release. Please see the README and wiki for information on the new design.
2 changes: 1 addition & 1 deletion sdk/core/azure-core-serializer-json-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.5.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand Down
4 changes: 3 additions & 1 deletion sdk/core/azure-core-serializer-json-jackson/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Release History

## 1.0.0-beta.1 (Unreleased)
## 1.0.0-beta.1 (2020-05-04)

- Initial release. Please see the README and wiki for information on the new design.
2 changes: 1 addition & 1 deletion sdk/core/azure-core-serializer-json-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.5.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

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

## 1.3.0-beta.1 (Unreleased)
## 1.2.1 (2020-05-04)

- Updating dependencies.

## 1.2.0 (2020-04-03)

Expand All @@ -10,7 +11,7 @@
## 1.1.0 (2020-01-07)

## 1.1.0-beta.2 (2019-12-18)
- Quick release to have client library depends on the right version of azure-core and azure-core-test changes.
- Quick release to have client library depends on the right version of azure-core and azure-core-test changes.

## Version 1.1.0-beta.1 (2019-12-17)
- Added log message if playback json file is missing.
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-core-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To use this package, add the following to your _pom.xml_.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-test</artifactId>
<version>1.1.0</version>
<version>1.2.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
4 changes: 2 additions & 2 deletions sdk/core/azure-core-test/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-test</artifactId>
<packaging>jar</packaging>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->
<version>1.2.1</version> <!-- {x-version-update;com.azure:azure-core-test;current} -->

<name>Microsoft Azure Java Core Test Library</name>
<description>This package contains core test types for Azure Java clients.</description>
Expand All @@ -37,7 +37,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.5.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions sdk/core/azure-core-tracing-opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core</artifactId>
<version>1.5.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core;current} -->
<version>1.5.0</version> <!-- {x-version-update;com.azure:azure-core;current} -->
</dependency>

<!--test dependencies -->
Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
<version>1.5.1</version> <!-- {x-version-update;com.azure:azure-core-http-netty;current} -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit ad2a0e9

Please sign in to comment.