Thanks to visit codestin.com
Credit goes to github.com

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

Commit 0cf1383

Browse files
chore(master): release 1.61.0 (#1290)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 68761a7 commit 0cf1383

File tree

12 files changed

+54
-30
lines changed

12 files changed

+54
-30
lines changed

CHANGELOG.md

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

3+
## [1.61.0](https://www.github.com/googleapis/gax-java/compare/v1.60.1...v1.61.0) (2021-02-17)
4+
5+
6+
### Features
7+
8+
* **operations:** Add WaitOperation API surface [gax-java] ([#1284](https://www.github.com/googleapis/gax-java/issues/1284)) ([68761a7](https://www.github.com/googleapis/gax-java/commit/68761a7de17489c02362e079ca766ee06da5e247))
9+
10+
11+
### Bug Fixes
12+
13+
* InstantiatingGrpcChannelProvider.toBuilder() should carry over all config data ([#1298](https://www.github.com/googleapis/gax-java/issues/1298)) ([0bc5dc5](https://www.github.com/googleapis/gax-java/commit/0bc5dc54c8eea00f2dc0e1d6a4a42e3417c64fc7))
14+
* **lro:** Add Operation name to headers in {Get,List}Operation requests [gax-java] ([#1281](https://www.github.com/googleapis/gax-java/issues/1281)) ([721617b](https://www.github.com/googleapis/gax-java/commit/721617b0cb80ebcd40c3aa2f6c5b86f679dad811))
15+
* **operations:** Make Operations a manual client [gax-java] ([#1282](https://www.github.com/googleapis/gax-java/issues/1282)) ([5be66cd](https://www.github.com/googleapis/gax-java/commit/5be66cd3ebf2ccf34f21db40463a2d9115a77798))
16+
17+
18+
### Dependencies
19+
20+
* update com.google.http-client:google-http-client to 1.38.1 ([#1265](https://www.github.com/googleapis/gax-java/issues/1265)) ([5815a7c](https://www.github.com/googleapis/gax-java/commit/5815a7ce815cc2fc47b39b928010de0c2cea8716))
21+
* update common protos ([#1258](https://www.github.com/googleapis/gax-java/issues/1258)) ([7287e84](https://www.github.com/googleapis/gax-java/commit/7287e84979ba9076e4888ec3678995c08f1ea690))
22+
* update gRPC ([#1263](https://www.github.com/googleapis/gax-java/issues/1263)) ([95a7dab](https://www.github.com/googleapis/gax-java/commit/95a7dab77800dffaf551018c85e1d78596411e8f))
23+
* update Guava ([#1262](https://www.github.com/googleapis/gax-java/issues/1262)) ([cdc0366](https://www.github.com/googleapis/gax-java/commit/cdc0366d23317d6fddd3dc86592664449aaa8a6f))
24+
* update iam protos to v1.0.7 ([#1266](https://www.github.com/googleapis/gax-java/issues/1266)) ([69b6dc4](https://www.github.com/googleapis/gax-java/commit/69b6dc44f5e81d5919553b9de6248346d172adcd))
25+
* update protobuf ([#1256](https://www.github.com/googleapis/gax-java/issues/1256)) ([ef9b3aa](https://www.github.com/googleapis/gax-java/commit/ef9b3aaac30406b0b17a985ab959530c1254b145))
26+
327
### [1.60.1](https://www.github.com/googleapis/gax-java/compare/v1.60.0...v1.60.1) (2020-11-19)
428

529

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,27 @@ If you are using Maven, add this to your pom.xml file
3131
<dependency>
3232
<groupId>com.google.api</groupId>
3333
<artifactId>gax</artifactId>
34-
<version>1.60.1</version>
34+
<version>1.61.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.google.api</groupId>
3838
<artifactId>gax-grpc</artifactId>
39-
<version>1.60.1</version>
39+
<version>1.61.0</version>
4040
</dependency>
4141
```
4242

4343
If you are using Gradle, add this to your dependencies
4444

4545
```Groovy
46-
compile 'com.google.api:gax:1.60.1',
47-
'com.google.api:gax-grpc:1.60.1'
46+
compile 'com.google.api:gax:1.61.0',
47+
'com.google.api:gax-grpc:1.61.0'
4848
```
4949

5050
If you are using SBT, add this to your dependencies
5151

5252
```Scala
53-
libraryDependencies += "com.google.api" % "gax" % "1.60.1"
54-
libraryDependencies += "com.google.api" % "gax-grpc" % "1.60.1"
53+
libraryDependencies += "com.google.api" % "gax" % "1.61.0"
54+
libraryDependencies += "com.google.api" % "gax-grpc" % "1.61.0"
5555
```
5656
[//]: # ({x-version-update-end})
5757

benchmark/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project.version = "0.62.2-SNAPSHOT" // {x-version-update:benchmark:current}
1+
project.version = "0.63.0" // {x-version-update:benchmark:current}
22

33
buildscript {
44
repositories {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ apply plugin: 'com.github.sherter.google-java-format'
2424
apply plugin: 'io.codearte.nexus-staging'
2525

2626
// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
27-
project.version = "1.60.2-SNAPSHOT" // {x-version-update:gax:current}
27+
project.version = "1.61.0" // {x-version-update:gax:current}
2828

2929
ext {
3030
// 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=1.60.2-SNAPSHOT
11+
version.gax=1.61.0
1212
# {x-version-update-end}
1313
# {x-version-update-start:gax:current}
14-
version.gax_grpc=1.60.2-SNAPSHOT
14+
version.gax_grpc=1.61.0
1515
# {x-version-update-end}
1616
# {x-version-update-start:gax:current}
17-
version.gax_bom=1.60.2-SNAPSHOT
17+
version.gax_bom=1.61.0
1818
# {x-version-update-end}
1919
# {x-version-update-start:gax-httpjson:current}
20-
version.gax_httpjson=0.77.2-SNAPSHOT
20+
version.gax_httpjson=0.78.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
@@ -12,7 +12,7 @@ buildscript {
1212

1313
archivesBaseName = "gax-bom"
1414

15-
project.version = "1.60.2-SNAPSHOT" // {x-version-update:gax-bom:current}
15+
project.version = "1.61.0" // {x-version-update:gax-bom:current}
1616

1717
ext {
1818
mavenJavaDir = "$project.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>1.60.2-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} -->
6+
<version>1.61.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>1.60.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
36+
<version>1.61.0</version><!-- {x-version-update:gax:current} -->
3737
</dependency>
3838
<dependency>
3939
<groupId>com.google.api</groupId>
4040
<artifactId>gax</artifactId>
41-
<version>1.60.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
41+
<version>1.61.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>1.60.2-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
47+
<version>1.61.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>1.60.2-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
52+
<version>1.61.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.77.2-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
58+
<version>0.78.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.77.2-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
63+
<version>0.78.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 = "1.60.2-SNAPSHOT" // {x-version-update:gax-grpc:current}
4+
project.version = "1.61.0" // {x-version-update:gax-grpc:current}
55

66
dependencies {
77
compile 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.77.2-SNAPSHOT" // {x-version-update:gax-httpjson:current}
4+
project.version = "0.78.0" // {x-version-update:gax-httpjson:current}
55

66
dependencies {
77
compile 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 = "1.60.2-SNAPSHOT" // {x-version-update:gax:current}
4+
project.version = "1.61.0" // {x-version-update:gax:current}
55

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

0 commit comments

Comments
 (0)