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

Commit b785ef9

Browse files
chore: release 2.6.0 (#1523)
🤖 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).
1 parent 563c98c commit b785ef9

File tree

12 files changed

+52
-30
lines changed

12 files changed

+52
-30
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [2.6.0](https://www.github.com/googleapis/gax-java/compare/v2.5.3...v2.6.0) (2021-10-15)
4+
5+
6+
### Features
7+
8+
* remove deprecated Generated annotation ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))
9+
10+
11+
### Bug Fixes
12+
13+
* Fix com.google.rpc.Code to StatusCode.Code conversion logic ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))
14+
15+
16+
### Dependencies
17+
18+
* update api-common to 2.0.5 ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))
19+
* update auto-value to 1.8.2 ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))
20+
* 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))
21+
* update google-http-client to 1.40.1 ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))
22+
* update grpc to 1.41.0 ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))
23+
* update guava to v31 ([2d76bff](https://www.github.com/googleapis/gax-java/commit/2d76bff6d64da818a3aff7ea0bdf5a36b82c3464))
24+
325
### [2.5.3](https://www.github.com/googleapis/gax-java/compare/v2.5.2...v2.5.3) (2021-10-13)
426

527

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,27 +29,27 @@ If you are using Maven, add this to your pom.xml file
2929
<dependency>
3030
<groupId>com.google.api</groupId>
3131
<artifactId>gax</artifactId>
32-
<version>2.5.3</version>
32+
<version>2.6.0</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.google.api</groupId>
3636
<artifactId>gax-grpc</artifactId>
37-
<version>2.5.3</version>
37+
<version>2.6.0</version>
3838
</dependency>
3939
```
4040

4141
If you are using Gradle, add this to your dependencies
4242

4343
```Groovy
44-
compile 'com.google.api:gax:2.5.3',
45-
'com.google.api:gax-grpc:2.5.3'
44+
compile 'com.google.api:gax:2.6.0',
45+
'com.google.api:gax-grpc:2.6.0'
4646
```
4747

4848
If you are using SBT, add this to your dependencies
4949

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

benchmark/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'me.champeau.gradle.jmh' version '0.5.3'
33
}
44

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

77
dependencies {
88
implementation project(':gax')

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

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

1616
ext {
1717
// Project names not used for release

dependencies.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
# Versions of oneself
1010
# {x-version-update-start:gax:current}
11-
version.gax=2.5.4-SNAPSHOT
11+
version.gax=2.6.0
1212
# {x-version-update-end}
1313
# {x-version-update-start:gax:current}
14-
version.gax_grpc=2.5.4-SNAPSHOT
14+
version.gax_grpc=2.6.0
1515
# {x-version-update-end}
1616
# {x-version-update-start:gax:current}
17-
version.gax_bom=2.5.4-SNAPSHOT
17+
version.gax_bom=2.6.0
1818
# {x-version-update-end}
1919
# {x-version-update-start:gax-httpjson:current}
20-
version.gax_httpjson=0.90.4-SNAPSHOT
20+
version.gax_httpjson=0.91.0
2121
# {x-version-update-end}
2222

2323
# Versions for dependencies which actual artifacts differ between Bazel and Gradle.

gax-bom/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
archivesBaseName = 'gax-bom'
22

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

55
ext {
66
mavenJavaDir = "$buildDir/publications/mavenJava"

gax-bom/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.api</groupId>
55
<artifactId>gax-bom</artifactId>
6-
<version>2.5.4-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} -->
6+
<version>2.6.0</version><!-- {x-version-update:gax-bom:current} -->
77
<packaging>pom</packaging>
88
<name>GAX (Google Api eXtensions) for Java</name>
99
<description>Google Api eXtensions for Java</description>
@@ -33,34 +33,34 @@
3333
<dependency>
3434
<groupId>com.google.api</groupId>
3535
<artifactId>gax</artifactId>
36-
<version>2.5.4-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
36+
<version>2.6.0</version><!-- {x-version-update:gax:current} -->
3737
</dependency>
3838
<dependency>
3939
<groupId>com.google.api</groupId>
4040
<artifactId>gax</artifactId>
41-
<version>2.5.4-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
41+
<version>2.6.0</version><!-- {x-version-update:gax:current} -->
4242
<classifier>testlib</classifier>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.google.api</groupId>
4646
<artifactId>gax-grpc</artifactId>
47-
<version>2.5.4-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
47+
<version>2.6.0</version><!-- {x-version-update:gax-grpc:current} -->
4848
</dependency>
4949
<dependency>
5050
<groupId>com.google.api</groupId>
5151
<artifactId>gax-grpc</artifactId>
52-
<version>2.5.4-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
52+
<version>2.6.0</version><!-- {x-version-update:gax-grpc:current} -->
5353
<classifier>testlib</classifier>
5454
</dependency>
5555
<dependency>
5656
<groupId>com.google.api</groupId>
5757
<artifactId>gax-httpjson</artifactId>
58-
<version>0.90.4-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
58+
<version>0.91.0</version><!-- {x-version-update:gax-httpjson:current} -->
5959
</dependency>
6060
<dependency>
6161
<groupId>com.google.api</groupId>
6262
<artifactId>gax-httpjson</artifactId>
63-
<version>0.90.4-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
63+
<version>0.91.0</version><!-- {x-version-update:gax-httpjson:current} -->
6464
<classifier>testlib</classifier>
6565
</dependency>
6666
</dependencies>

gax-grpc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
archivesBaseName = "gax-grpc"
22

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

66
dependencies {
77
implementation( project(':gax'),

gax-httpjson/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
archivesBaseName = "gax-httpjson"
22

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

66
dependencies {
77
implementation( project(':gax'),

gax/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
archivesBaseName = "gax"
22

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

66
dependencies {
77
implementation (libraries['maven.com_google_guava_guava'],

0 commit comments

Comments
 (0)