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

Commit 62c9e0a

Browse files
chore: release 1.63.3 (#1362)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent fc8e520 commit 62c9e0a

File tree

12 files changed

+38
-30
lines changed

12 files changed

+38
-30
lines changed

CHANGELOG.md

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

3+
### [1.63.3](https://www.github.com/googleapis/gax-java/compare/v1.63.2...v1.63.3) (2021-05-04)
4+
5+
6+
### Bug Fixes
7+
8+
* fix flaky tests and non blocking semaphore ([#1365](https://www.github.com/googleapis/gax-java/issues/1365)) ([fc8e520](https://www.github.com/googleapis/gax-java/commit/fc8e520acfaf843ac61e806bdb4b5fe393d0b447))
9+
* Remove a flacky test in FlowControllerTest ([#1360](https://www.github.com/googleapis/gax-java/issues/1360)) ([2cca0bf](https://www.github.com/googleapis/gax-java/commit/2cca0bf9e96271dd52e8bffa00b8f2d45d358d35))
10+
311
### [1.63.2](https://www.github.com/googleapis/gax-java/compare/v1.63.1...v1.63.2) (2021-04-30)
412

513

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>1.63.2</version>
32+
<version>1.63.3</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.google.api</groupId>
3636
<artifactId>gax-grpc</artifactId>
37-
<version>1.63.2</version>
37+
<version>1.63.3</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:1.63.2',
45-
'com.google.api:gax-grpc:1.63.2'
44+
compile 'com.google.api:gax:1.63.3',
45+
'com.google.api:gax-grpc:1.63.3'
4646
```
4747

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

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

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.65.3-SNAPSHOT" // {x-version-update:benchmark:current}
1+
project.version = "0.65.3" // {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.63.3-SNAPSHOT" // {x-version-update:gax:current}
27+
project.version = "1.63.3" // {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.63.3-SNAPSHOT
11+
version.gax=1.63.3
1212
# {x-version-update-end}
1313
# {x-version-update-start:gax:current}
14-
version.gax_grpc=1.63.3-SNAPSHOT
14+
version.gax_grpc=1.63.3
1515
# {x-version-update-end}
1616
# {x-version-update-start:gax:current}
17-
version.gax_bom=1.63.3-SNAPSHOT
17+
version.gax_bom=1.63.3
1818
# {x-version-update-end}
1919
# {x-version-update-start:gax-httpjson:current}
20-
version.gax_httpjson=0.80.3-SNAPSHOT
20+
version.gax_httpjson=0.80.3
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.63.3-SNAPSHOT" // {x-version-update:gax-bom:current}
15+
project.version = "1.63.3" // {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.63.3-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} -->
6+
<version>1.63.3</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.63.3-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
36+
<version>1.63.3</version><!-- {x-version-update:gax:current} -->
3737
</dependency>
3838
<dependency>
3939
<groupId>com.google.api</groupId>
4040
<artifactId>gax</artifactId>
41-
<version>1.63.3-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
41+
<version>1.63.3</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.63.3-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
47+
<version>1.63.3</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.63.3-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
52+
<version>1.63.3</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.80.3-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
58+
<version>0.80.3</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.80.3-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
63+
<version>0.80.3</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.63.3-SNAPSHOT" // {x-version-update:gax-grpc:current}
4+
project.version = "1.63.3" // {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.80.3-SNAPSHOT" // {x-version-update:gax-httpjson:current}
4+
project.version = "0.80.3" // {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.63.3-SNAPSHOT" // {x-version-update:gax:current}
4+
project.version = "1.63.3" // {x-version-update:gax:current}
55

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

0 commit comments

Comments
 (0)