Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
chore: release 2.6.0 (#1523)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [2.6.0](https://www.github.com/googleapis/gax-java/compare/v2.5.3...v2.6.0) (2021-10-15)


### Features

* remove deprecated Generated annotation ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))


### Bug Fixes

* Fix com.google.rpc.Code to StatusCode.Code conversion logic ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))


### Dependencies

* update api-common to 2.0.5 ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))
* update auto-value to 1.8.2 ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))
* update com_google_protobuf to 3.18.1 ([#1519](https://www.github.com/googleapis/gax-java/issues/1519)) ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))
* update google-http-client to 1.40.1 ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))
* update grpc to 1.41.0 ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))
* update guava to v31 ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Oct 15, 2021
1 parent 563c98c commit b785ef9
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 30 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,27 @@
# Changelog

## [2.6.0](https://www.github.com/googleapis/gax-java/compare/v2.5.3...v2.6.0) (2021-10-15)


### Features

* remove deprecated Generated annotation ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))


### Bug Fixes

* Fix com.google.rpc.Code to StatusCode.Code conversion logic ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))


### Dependencies

* update api-common to 2.0.5 ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))
* update auto-value to 1.8.2 ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))
* update com_google_protobuf to 3.18.1 ([#1519](https://www.github.com/googleapis/gax-java/issues/1519)) ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))
* update google-http-client to 1.40.1 ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))
* update grpc to 1.41.0 ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))
* update guava to v31 ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))

### [2.5.3](https://www.github.com/googleapis/gax-java/compare/v2.5.2...v2.5.3) (2021-10-13)


Expand Down
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -29,27 +29,27 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.5.3</version>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.5.3</version>
<version>2.6.0</version>
</dependency>
```

If you are using Gradle, add this to your dependencies

```Groovy
compile 'com.google.api:gax:2.5.3',
'com.google.api:gax-grpc:2.5.3'
compile 'com.google.api:gax:2.6.0',
'com.google.api:gax-grpc:2.6.0'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.api" % "gax" % "2.5.3"
libraryDependencies += "com.google.api" % "gax-grpc" % "2.5.3"
libraryDependencies += "com.google.api" % "gax" % "2.6.0"
libraryDependencies += "com.google.api" % "gax-grpc" % "2.6.0"
```
[//]: # ({x-version-update-end})

Expand Down
2 changes: 1 addition & 1 deletion benchmark/build.gradle
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'me.champeau.gradle.jmh' version '0.5.3'
}

project.version = "0.75.4-SNAPSHOT" // {x-version-update:benchmark:current}
project.version = "0.76.0" // {x-version-update:benchmark:current}

dependencies {
implementation project(':gax')
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -11,7 +11,7 @@ plugins {
}

// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
project.version = "2.5.4-SNAPSHOT" // {x-version-update:gax:current}
project.version = "2.6.0" // {x-version-update:gax:current}

ext {
// Project names not used for release
Expand Down
8 changes: 4 additions & 4 deletions dependencies.properties
Expand Up @@ -8,16 +8,16 @@

# Versions of oneself
# {x-version-update-start:gax:current}
version.gax=2.5.4-SNAPSHOT
version.gax=2.6.0
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_grpc=2.5.4-SNAPSHOT
version.gax_grpc=2.6.0
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_bom=2.5.4-SNAPSHOT
version.gax_bom=2.6.0
# {x-version-update-end}
# {x-version-update-start:gax-httpjson:current}
version.gax_httpjson=0.90.4-SNAPSHOT
version.gax_httpjson=0.91.0
# {x-version-update-end}

# Versions for dependencies which actual artifacts differ between Bazel and Gradle.
Expand Down
2 changes: 1 addition & 1 deletion gax-bom/build.gradle
@@ -1,6 +1,6 @@
archivesBaseName = 'gax-bom'

project.version = "2.5.4-SNAPSHOT" // {x-version-update:gax-bom:current}
project.version = "2.6.0" // {x-version-update:gax-bom:current}

ext {
mavenJavaDir = "$buildDir/publications/mavenJava"
Expand Down
14 changes: 7 additions & 7 deletions gax-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api</groupId>
<artifactId>gax-bom</artifactId>
<version>2.5.4-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} -->
<version>2.6.0</version><!-- {x-version-update:gax-bom:current} -->
<packaging>pom</packaging>
<name>GAX (Google Api eXtensions) for Java</name>
<description>Google Api eXtensions for Java</description>
Expand Down Expand Up @@ -33,34 +33,34 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.5.4-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.6.0</version><!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.5.4-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.6.0</version><!-- {x-version-update:gax:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.5.4-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.6.0</version><!-- {x-version-update:gax-grpc:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.5.4-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.6.0</version><!-- {x-version-update:gax-grpc:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.90.4-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.91.0</version><!-- {x-version-update:gax-httpjson:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.90.4-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.91.0</version><!-- {x-version-update:gax-httpjson:current} -->
<classifier>testlib</classifier>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gax-grpc/build.gradle
@@ -1,7 +1,7 @@
archivesBaseName = "gax-grpc"

// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
project.version = "2.5.4-SNAPSHOT" // {x-version-update:gax-grpc:current}
project.version = "2.6.0" // {x-version-update:gax-grpc:current}

dependencies {
implementation( project(':gax'),
Expand Down
2 changes: 1 addition & 1 deletion gax-httpjson/build.gradle
@@ -1,7 +1,7 @@
archivesBaseName = "gax-httpjson"

// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
project.version = "0.90.4-SNAPSHOT" // {x-version-update:gax-httpjson:current}
project.version = "0.91.0" // {x-version-update:gax-httpjson:current}

dependencies {
implementation( project(':gax'),
Expand Down
2 changes: 1 addition & 1 deletion gax/build.gradle
@@ -1,7 +1,7 @@
archivesBaseName = "gax"

// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
project.version = "2.5.4-SNAPSHOT" // {x-version-update:gax:current}
project.version = "2.6.0" // {x-version-update:gax:current}

dependencies {
implementation (libraries['maven.com_google_guava_guava'],
Expand Down
4 changes: 2 additions & 2 deletions samples/pom.xml
Expand Up @@ -14,13 +14,13 @@
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<!-- WARNING this is automatically populated by a build script, don't update manually -->
<version>2.5.4-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.6.0</version><!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<!-- WARNING this is automatically populated by a build script, don't update manually -->
<version>2.5.4-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.6.0</version><!-- {x-version-update:gax-grpc:current} -->
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
Expand Down
10 changes: 5 additions & 5 deletions versions.txt
@@ -1,8 +1,8 @@
# Format:
# module:released-version:current-version

gax:2.5.3:2.5.4-SNAPSHOT
gax-bom:2.5.3:2.5.4-SNAPSHOT
gax-grpc:2.5.3:2.5.4-SNAPSHOT
gax-httpjson:0.90.3:0.90.4-SNAPSHOT
benchmark:0.75.3:0.75.4-SNAPSHOT
gax:2.6.0:2.6.0
gax-bom:2.6.0:2.6.0
gax-grpc:2.6.0:2.6.0
gax-httpjson:0.91.0:0.91.0
benchmark:0.76.0:0.76.0

0 comments on commit b785ef9

Please sign in to comment.