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

Commit

Permalink
chore(master): release 1.61.0 (#1290)
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 Feb 17, 2021
1 parent 68761a7 commit 0cf1383
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 30 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,29 @@
# Changelog

## [1.61.0](https://www.github.com/googleapis/gax-java/compare/v1.60.1...v1.61.0) (2021-02-17)


### Features

* **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))


### Bug Fixes

* 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))
* **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))
* **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))


### Dependencies

* 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))
* update common protos ([#1258](https://www.github.com/googleapis/gax-java/issues/1258)) ([7287e84](https://www.github.com/googleapis/gax-java/commit/7287e84979ba9076e4888ec3678995c08f1ea690))
* update gRPC ([#1263](https://www.github.com/googleapis/gax-java/issues/1263)) ([95a7dab](https://www.github.com/googleapis/gax-java/commit/95a7dab77800dffaf551018c85e1d78596411e8f))
* update Guava ([#1262](https://www.github.com/googleapis/gax-java/issues/1262)) ([cdc0366](https://www.github.com/googleapis/gax-java/commit/cdc0366d23317d6fddd3dc86592664449aaa8a6f))
* 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))
* update protobuf ([#1256](https://www.github.com/googleapis/gax-java/issues/1256)) ([ef9b3aa](https://www.github.com/googleapis/gax-java/commit/ef9b3aaac30406b0b17a985ab959530c1254b145))

### [1.60.1](https://www.github.com/googleapis/gax-java/compare/v1.60.0...v1.60.1) (2020-11-19)


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

If you are using Gradle, add this to your dependencies

```Groovy
compile 'com.google.api:gax:1.60.1',
'com.google.api:gax-grpc:1.60.1'
compile 'com.google.api:gax:1.61.0',
'com.google.api:gax-grpc:1.61.0'
```

If you are using SBT, add this to your dependencies

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

Expand Down
2 changes: 1 addition & 1 deletion benchmark/build.gradle
@@ -1,4 +1,4 @@
project.version = "0.62.2-SNAPSHOT" // {x-version-update:benchmark:current}
project.version = "0.63.0" // {x-version-update:benchmark:current}

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -24,7 +24,7 @@ apply plugin: 'com.github.sherter.google-java-format'
apply plugin: 'io.codearte.nexus-staging'

// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
project.version = "1.60.2-SNAPSHOT" // {x-version-update:gax:current}
project.version = "1.61.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=1.60.2-SNAPSHOT
version.gax=1.61.0
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_grpc=1.60.2-SNAPSHOT
version.gax_grpc=1.61.0
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_bom=1.60.2-SNAPSHOT
version.gax_bom=1.61.0
# {x-version-update-end}
# {x-version-update-start:gax-httpjson:current}
version.gax_httpjson=0.77.2-SNAPSHOT
version.gax_httpjson=0.78.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
Expand Up @@ -12,7 +12,7 @@ buildscript {

archivesBaseName = "gax-bom"

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

ext {
mavenJavaDir = "$project.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>1.60.2-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} -->
<version>1.61.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>1.60.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>1.61.0</version><!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.60.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>1.61.0</version><!-- {x-version-update:gax:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>1.60.2-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>1.61.0</version><!-- {x-version-update:gax-grpc:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>1.60.2-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>1.61.0</version><!-- {x-version-update:gax-grpc:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.77.2-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.78.0</version><!-- {x-version-update:gax-httpjson:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.77.2-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.78.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 = "1.60.2-SNAPSHOT" // {x-version-update:gax-grpc:current}
project.version = "1.61.0" // {x-version-update:gax-grpc:current}

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

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

dependencies {
compile 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>1.60.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>1.61.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>1.60.2-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>1.61.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:1.60.1:1.60.2-SNAPSHOT
gax-bom:1.60.1:1.60.2-SNAPSHOT
gax-grpc:1.60.1:1.60.2-SNAPSHOT
gax-httpjson:0.77.1:0.77.2-SNAPSHOT
benchmark:0.62.1:0.62.2-SNAPSHOT
gax:1.61.0:1.61.0
gax-bom:1.61.0:1.61.0
gax-grpc:1.61.0:1.61.0
gax-httpjson:0.78.0:0.78.0
benchmark:0.63.0:0.63.0

0 comments on commit 0cf1383

Please sign in to comment.