Skip to content

Commit

Permalink
chore(main): release 2.21.0 (#1722)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Jun 6, 2023
1 parent 55ecbc3 commit b28ab84
Show file tree
Hide file tree
Showing 35 changed files with 146 additions and 125 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [2.21.0](https://github.com/googleapis/sdk-platform-java/compare/v2.20.1...v2.21.0) (2023-06-06)


### Features

* Dynamic Routing Headers for HttpJson ([#1667](https://github.com/googleapis/sdk-platform-java/issues/1667)) ([003b993](https://github.com/googleapis/sdk-platform-java/commit/003b993f7ad7cae8ae8c101e0ff147e517dcd83e))
* Implement awaitTermination() for MangedHttpJsonChannel ([#1677](https://github.com/googleapis/sdk-platform-java/issues/1677)) ([dea8426](https://github.com/googleapis/sdk-platform-java/commit/dea8426a85b53d08d3c8d317a1af4312889b1a3d))


### Bug Fixes

* [gapic-generator-java] align writer behavior for nested types ([#1709](https://github.com/googleapis/sdk-platform-java/issues/1709)) ([a21ffe8](https://github.com/googleapis/sdk-platform-java/commit/a21ffe88f880c0b3c6b5b512cd4d0741d9620dd3))
* [gapic-generator-java] update year to 2023 in generated license headers ([#1720](https://github.com/googleapis/sdk-platform-java/issues/1720)) ([ef4a7ff](https://github.com/googleapis/sdk-platform-java/commit/ef4a7ff91b259f0b650cc06bd664eadca7bd17c9))
* Update the return type of setWaitTimeout for convience ([#1751](https://github.com/googleapis/sdk-platform-java/issues/1751)) ([f1927a5](https://github.com/googleapis/sdk-platform-java/commit/f1927a53306ee28186074e6cb03a933a0cdffc1f))


### Dependencies

* Update dependency com.google.auth:google-auth-library-credentials and google-auth-library-oauth2-http to v1.17.0 ([#1756](https://github.com/googleapis/sdk-platform-java/issues/1756)) ([f583258](https://github.com/googleapis/sdk-platform-java/commit/f58325893b6ab306adbe4047b6dfc438de133ac7))
* Update protobuf dependencies to v3.23.2 ([#1755](https://github.com/googleapis/sdk-platform-java/issues/1755)) ([55ecbc3](https://github.com/googleapis/sdk-platform-java/commit/55ecbc35cbd735b8f4aab48e02e080d79828d70c))

## [2.20.1](https://github.com/googleapis/sdk-platform-java/compare/v2.20.0...v2.20.1) (2023-05-25)


Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ maven_install(
repositories = ["https://repo.maven.apache.org/maven2/"],
)

_gapic_generator_java_version = "2.20.2-SNAPSHOT" # {x-version-update:gapic-generator-java:current}
_gapic_generator_java_version = "2.21.0" # {x-version-update:gapic-generator-java:current}

maven_install(
artifacts = [
Expand Down
4 changes: 2 additions & 2 deletions api-common-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
<packaging>jar</packaging>
<version>2.11.2-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
<version>2.12.0</version><!-- {x-version-update:api-common:current} -->
<name>API Common</name>
<description>Common utilities for Google APIs in Java</description>

<parent>
<groupId>com.google.api</groupId>
<artifactId>gapic-generator-java-pom-parent</artifactId>
<version>2.20.2-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
<version>2.21.0</version><!-- {x-version-update:gapic-generator-java:current} -->
<relativePath>../gapic-generator-java-pom-parent</relativePath>
</parent>

Expand Down
8 changes: 4 additions & 4 deletions coverage-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.28.2-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
<version>2.29.0</version> <!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.28.2-SNAPSHOT</version> <!-- {x-version-update:gax-grpc:current} -->
<version>2.29.0</version> <!-- {x-version-update:gax-grpc:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.113.2-SNAPSHOT</version> <!-- {x-version-update:gax-httpjson:current} -->
<version>0.114.0</version> <!-- {x-version-update:gax-httpjson:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
<version>2.11.2-SNAPSHOT</version> <!-- {x-version-update:api-common:current} -->
<version>2.12.0</version> <!-- {x-version-update:api-common:current} -->
</dependency>
</dependencies>

Expand Down
26 changes: 13 additions & 13 deletions gapic-generator-java-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.api</groupId>
<artifactId>gapic-generator-java-bom</artifactId>
<packaging>pom</packaging>
<version>2.20.2-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
<version>2.21.0</version><!-- {x-version-update:gapic-generator-java:current} -->
<name>GAPIC Generator Java BOM</name>
<description>
BOM for the libraries in gapic-generator-java repository. Users should not
Expand All @@ -15,7 +15,7 @@
<parent>
<groupId>com.google.api</groupId>
<artifactId>gapic-generator-java-pom-parent</artifactId>
<version>2.20.2-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
<version>2.21.0</version><!-- {x-version-update:gapic-generator-java:current} -->
<relativePath>../gapic-generator-java-pom-parent</relativePath>
</parent>

Expand Down Expand Up @@ -60,61 +60,61 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
<version>2.11.2-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
<version>2.12.0</version><!-- {x-version-update:api-common:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-bom</artifactId>
<version>2.28.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.29.0</version><!-- {x-version-update:gax:current} -->
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gapic-generator-java</artifactId>
<version>2.20.2-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
<version>2.21.0</version><!-- {x-version-update:gapic-generator-java:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
<version>2.19.2-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.20.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>2.19.2-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.20.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v1</artifactId>
<version>1.14.2-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<version>1.15.0</version><!-- {x-version-update:proto-google-iam-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v2</artifactId>
<version>1.14.2-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v2:current} -->
<version>1.15.0</version><!-- {x-version-update:proto-google-iam-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v2beta</artifactId>
<version>1.14.2-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v2beta:current} -->
<version>1.15.0</version><!-- {x-version-update:proto-google-iam-v2beta:current} -->
</dependency>

<!-- Following test deps are kept to keep them consistent with versions above -->
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v1</artifactId>
<version>1.14.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v1:current} -->
<version>1.15.0</version><!-- {x-version-update:grpc-google-iam-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v2</artifactId>
<version>1.14.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v2:current} -->
<version>1.15.0</version><!-- {x-version-update:grpc-google-iam-v2:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v2beta</artifactId>
<version>1.14.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v2beta:current} -->
<version>1.15.0</version><!-- {x-version-update:grpc-google-iam-v2beta:current} -->
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion gapic-generator-java-pom-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api</groupId>
<artifactId>gapic-generator-java-pom-parent</artifactId>
<version>2.20.2-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
<version>2.21.0</version><!-- {x-version-update:gapic-generator-java:current} -->
<packaging>pom</packaging>
<name>GAPIC Generator Java POM Parent</name>
<url>https://github.com/googleapis/sdk-platform-java</url>
Expand Down
6 changes: 3 additions & 3 deletions gapic-generator-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api</groupId>
<artifactId>gapic-generator-java</artifactId>
<version>2.20.2-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
<version>2.21.0</version><!-- {x-version-update:gapic-generator-java:current} -->
<name>GAPIC Generator Java</name>
<description>GAPIC generator Java</description>

Expand All @@ -23,7 +23,7 @@
<parent>
<groupId>com.google.api</groupId>
<artifactId>gapic-generator-java-pom-parent</artifactId>
<version>2.20.2-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
<version>2.21.0</version><!-- {x-version-update:gapic-generator-java:current} -->
<relativePath>../gapic-generator-java-pom-parent</relativePath>
</parent>

Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gapic-generator-java-bom</artifactId>
<version>2.20.2-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
<version>2.21.0</version><!-- {x-version-update:gapic-generator-java:current} -->
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions gax-java/dependencies.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

# Versions of oneself
# {x-version-update-start:gax:current}
version.gax=2.28.2-SNAPSHOT
version.gax=2.29.0
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_grpc=2.28.2-SNAPSHOT
version.gax_grpc=2.29.0
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_bom=2.28.2-SNAPSHOT
version.gax_bom=2.29.0
# {x-version-update-end}
# {x-version-update-start:gax-httpjson:current}
version.gax_httpjson=0.113.2-SNAPSHOT
version.gax_httpjson=0.114.0
# {x-version-update-end}

# Versions for dependencies which actual artifacts differ between Bazel and Gradle.
Expand Down
20 changes: 10 additions & 10 deletions gax-java/gax-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api</groupId>
<artifactId>gax-bom</artifactId>
<version>2.28.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.29.0</version><!-- {x-version-update:gax:current} -->
<packaging>pom</packaging>
<name>GAX (Google Api eXtensions) for Java (BOM)</name>
<description>Google Api eXtensions for Java (BOM)</description>
Expand Down Expand Up @@ -43,55 +43,55 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.28.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.29.0</version><!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.28.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.29.0</version><!-- {x-version-update:gax:current} -->
<type>test-jar</type>
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.28.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.29.0</version><!-- {x-version-update:gax:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.28.2-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.29.0</version><!-- {x-version-update:gax-grpc:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.28.2-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.29.0</version><!-- {x-version-update:gax-grpc:current} -->
<type>test-jar</type>
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.28.2-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.29.0</version><!-- {x-version-update:gax-grpc:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.113.2-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.114.0</version><!-- {x-version-update:gax-httpjson:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.113.2-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.114.0</version><!-- {x-version-update:gax-httpjson:current} -->
<type>test-jar</type>
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.113.2-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.114.0</version><!-- {x-version-update:gax-httpjson:current} -->
<classifier>testlib</classifier>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions gax-java/gax-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>gax-grpc</artifactId>
<version>2.28.2-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.29.0</version><!-- {x-version-update:gax-grpc:current} -->
<packaging>jar</packaging>
<name>GAX (Google Api eXtensions) for Java (gRPC)</name>
<description>Google Api eXtensions for Java (gRPC)</description>

<parent>
<groupId>com.google.api</groupId>
<artifactId>gax-parent</artifactId>
<version>2.28.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.29.0</version><!-- {x-version-update:gax:current} -->
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions gax-java/gax-httpjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>gax-httpjson</artifactId>
<version>0.113.2-SNAPSHOT</version> <!-- {x-version-update:gax-httpjson:current} -->
<version>0.114.0</version> <!-- {x-version-update:gax-httpjson:current} -->
<packaging>jar</packaging>
<name>GAX (Google Api eXtensions) for Java (HTTP JSON)</name>
<description>Google Api eXtensions for Java (HTTP JSON)</description>

<parent>
<groupId>com.google.api</groupId>
<artifactId>gax-parent</artifactId>
<version>2.28.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.29.0</version><!-- {x-version-update:gax:current} -->
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions gax-java/gax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>gax</artifactId>
<version>2.28.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.29.0</version><!-- {x-version-update:gax:current} -->
<packaging>jar</packaging>
<name>GAX (Google Api eXtensions) for Java (Core)</name>
<description>Google Api eXtensions for Java (Core)</description>

<parent>
<groupId>com.google.api</groupId>
<artifactId>gax-parent</artifactId>
<version>2.28.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.29.0</version><!-- {x-version-update:gax:current} -->
</parent>

<dependencies>
Expand Down
Loading

0 comments on commit b28ab84

Please sign in to comment.