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

Commit de1235b

Browse files
chore(main): release 2.19.0 (#1776)
🤖 I have created a release *beep* *boop* --- ## [2.19.0](v2.18.7...v2.19.0) (2022-08-22) ### Features * Add numeric enum support. ([#1743](#1743)) ([3f7628e](3f7628e)) ### Bug Fixes * **deps:** update dependency com.google.auth:google-auth-library-credentials to v1.10.0 ([#1768](#1768)) ([3f2188d](3f2188d)) * **deps:** update dependency com.google.auth:google-auth-library-credentials to v1.9.0 ([#1765](#1765)) ([103db3c](103db3c)) * **deps:** update dependency com.google.auth:google-auth-library-oauth2-http to v1.10.0 ([#1769](#1769)) ([0b1eb92](0b1eb92)) * **deps:** update dependency com.google.auth:google-auth-library-oauth2-http to v1.9.0 ([#1766](#1766)) ([2677f07](2677f07)) * **deps:** update dependency com.google.code.gson:gson to v2.9.1 ([#1757](#1757)) ([ea2a075](ea2a075)) * **deps:** update dependency com.google.protobuf:protobuf-bom to v3.21.5 ([#1772](#1772)) ([d7a48d1](d7a48d1)) * **deps:** update dependency io.grpc:grpc-bom to v1.48.1 ([#1763](#1763)) ([e5e4232](e5e4232)) * **deps:** update dependency org.graalvm.sdk:graal-sdk to v22.2.0 ([#1740](#1740)) ([ded44a6](ded44a6)) * **deps:** update dependency org.mockito:mockito-core to v4.7.0 ([#1774](#1774)) ([29678c8](29678c8)) * **deps:** update dependency org.threeten:threetenbp to v1.6.1 ([#1773](#1773)) ([d2c84e6](d2c84e6)) * **test:** testThrottlingBlocking flakyness fix ([#1775](#1775)) ([e69393c](e69393c)) ### Documentation * explaining UNIX environment is required ([#1760](#1760)) ([1d31e90](1d31e90)) --- 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 684451c commit de1235b

File tree

13 files changed

+56
-29
lines changed

13 files changed

+56
-29
lines changed

CHANGELOG.md

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

3+
## [2.19.0](https://github.com/googleapis/gax-java/compare/v2.18.7...v2.19.0) (2022-08-22)
4+
5+
6+
### Features
7+
8+
* Add numeric enum support. ([#1743](https://github.com/googleapis/gax-java/issues/1743)) ([3f7628e](https://github.com/googleapis/gax-java/commit/3f7628e27495806675ec8c8521e9c33725908936))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency com.google.auth:google-auth-library-credentials to v1.10.0 ([#1768](https://github.com/googleapis/gax-java/issues/1768)) ([3f2188d](https://github.com/googleapis/gax-java/commit/3f2188d83751272de1a4c3db85e95d79b690e3fc))
14+
* **deps:** update dependency com.google.auth:google-auth-library-credentials to v1.9.0 ([#1765](https://github.com/googleapis/gax-java/issues/1765)) ([103db3c](https://github.com/googleapis/gax-java/commit/103db3cc06cfaafeda1a043b6e19e668083ed782))
15+
* **deps:** update dependency com.google.auth:google-auth-library-oauth2-http to v1.10.0 ([#1769](https://github.com/googleapis/gax-java/issues/1769)) ([0b1eb92](https://github.com/googleapis/gax-java/commit/0b1eb924aefc79b6fc4757d253d4c8a93a094c84))
16+
* **deps:** update dependency com.google.auth:google-auth-library-oauth2-http to v1.9.0 ([#1766](https://github.com/googleapis/gax-java/issues/1766)) ([2677f07](https://github.com/googleapis/gax-java/commit/2677f07a8e20c82403f60c6aa1f9d46c1274b37f))
17+
* **deps:** update dependency com.google.code.gson:gson to v2.9.1 ([#1757](https://github.com/googleapis/gax-java/issues/1757)) ([ea2a075](https://github.com/googleapis/gax-java/commit/ea2a07504899703e4fcd428f31d615fb208a50aa))
18+
* **deps:** update dependency com.google.protobuf:protobuf-bom to v3.21.5 ([#1772](https://github.com/googleapis/gax-java/issues/1772)) ([d7a48d1](https://github.com/googleapis/gax-java/commit/d7a48d1886a3f39acb26580d1d35a288102af436))
19+
* **deps:** update dependency io.grpc:grpc-bom to v1.48.1 ([#1763](https://github.com/googleapis/gax-java/issues/1763)) ([e5e4232](https://github.com/googleapis/gax-java/commit/e5e423200260c210071ce626612d7e54af0695e4))
20+
* **deps:** update dependency org.graalvm.sdk:graal-sdk to v22.2.0 ([#1740](https://github.com/googleapis/gax-java/issues/1740)) ([ded44a6](https://github.com/googleapis/gax-java/commit/ded44a66d3de8a2678fa4c5efe8b3ded4484de2b))
21+
* **deps:** update dependency org.mockito:mockito-core to v4.7.0 ([#1774](https://github.com/googleapis/gax-java/issues/1774)) ([29678c8](https://github.com/googleapis/gax-java/commit/29678c805855c97b4c26f0156923a41820411a10))
22+
* **deps:** update dependency org.threeten:threetenbp to v1.6.1 ([#1773](https://github.com/googleapis/gax-java/issues/1773)) ([d2c84e6](https://github.com/googleapis/gax-java/commit/d2c84e6fb22a2752b68fecc9b6c9e480f398b87c))
23+
* **test:** testThrottlingBlocking flakyness fix ([#1775](https://github.com/googleapis/gax-java/issues/1775)) ([e69393c](https://github.com/googleapis/gax-java/commit/e69393c32ffe32306acc8f495b1f41198d86f507))
24+
25+
26+
### Documentation
27+
28+
* explaining UNIX environment is required ([#1760](https://github.com/googleapis/gax-java/issues/1760)) ([1d31e90](https://github.com/googleapis/gax-java/commit/1d31e90e70867cb4b896d7a393f9271788b6371f))
29+
330
## [2.18.7](https://github.com/googleapis/gax-java/compare/v2.18.6...v2.18.7) (2022-08-01)
431

532

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
16-
project.version = "2.18.8-SNAPSHOT" // {x-version-update:gax:current}
16+
project.version = "2.19.0" // {x-version-update:gax:current}
1717

1818
allprojects {
1919
group = 'com.google.api'

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.18.8-SNAPSHOT
11+
version.gax=2.19.0
1212
# {x-version-update-end}
1313
# {x-version-update-start:gax:current}
14-
version.gax_grpc=2.18.8-SNAPSHOT
14+
version.gax_grpc=2.19.0
1515
# {x-version-update-end}
1616
# {x-version-update-start:gax:current}
17-
version.gax_bom=2.18.8-SNAPSHOT
17+
version.gax_bom=2.19.0
1818
# {x-version-update-end}
1919
# {x-version-update-start:gax-httpjson:current}
20-
version.gax_httpjson=0.103.8-SNAPSHOT
20+
version.gax_httpjson=0.104.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
@@ -5,7 +5,7 @@ plugins {
55

66
archivesBaseName = 'gax-bom'
77

8-
project.version = "2.18.8-SNAPSHOT" // {x-version-update:gax-bom:current}
8+
project.version = "2.19.0" // {x-version-update:gax-bom:current}
99

1010
def mavenJavaDir = "$buildDir/publications/mavenJava"
1111
def mavenJavaBomOutputFile = file(mavenJavaDir + '/pom-default.xml')

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.18.8-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} -->
6+
<version>2.19.0</version><!-- {x-version-update:gax-bom:current} -->
77
<packaging>pom</packaging>
88
<name>GAX (Google Api eXtensions) for Java (BOM)</name>
99
<description>Google Api eXtensions for Java (BOM)</description>
@@ -33,34 +33,34 @@
3333
<dependency>
3434
<groupId>com.google.api</groupId>
3535
<artifactId>gax</artifactId>
36-
<version>2.18.8-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
36+
<version>2.19.0</version><!-- {x-version-update:gax:current} -->
3737
</dependency>
3838
<dependency>
3939
<groupId>com.google.api</groupId>
4040
<artifactId>gax</artifactId>
41-
<version>2.18.8-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
41+
<version>2.19.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.18.8-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
47+
<version>2.19.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.18.8-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
52+
<version>2.19.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.103.8-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
58+
<version>0.104.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.103.8-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
63+
<version>0.104.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.18.8-SNAPSHOT" // {x-version-update:gax-grpc:current}
4+
project.version = "2.19.0" // {x-version-update:gax-grpc:current}
55

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

gax-grpc/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>gax-grpc</artifactId>
6-
<version>2.18.8-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
6+
<version>2.19.0</version><!-- {x-version-update:gax-grpc:current} -->
77
<packaging>jar</packaging>
88
<name>GAX (Google Api eXtensions) for Java (gRPC)</name>
99
<description>Google Api eXtensions for Java (gRPC)</description>
1010

1111
<parent>
1212
<groupId>com.google.api</groupId>
1313
<artifactId>gax-parent</artifactId>
14-
<version>2.18.8-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
14+
<version>2.19.0</version><!-- {x-version-update:gax:current} -->
1515
</parent>
1616

1717
<dependencies>

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.103.8-SNAPSHOT" // {x-version-update:gax-httpjson:current}
4+
project.version = "0.104.0" // {x-version-update:gax-httpjson:current}
55

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

gax-httpjson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<artifactId>gax-httpjson</artifactId>
6-
<version>0.103.8-SNAPSHOT</version> <!-- {x-version-update:gax-httpjson:current} -->
6+
<version>0.104.0</version> <!-- {x-version-update:gax-httpjson:current} -->
77
<packaging>jar</packaging>
88
<name>GAX (Google Api eXtensions) for Java (HTTP JSON)</name>
99
<description>Google Api eXtensions for Java (HTTP JSON)</description>
1010

1111
<parent>
1212
<groupId>com.google.api</groupId>
1313
<artifactId>gax-parent</artifactId>
14-
<version>2.18.8-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
14+
<version>2.19.0</version><!-- {x-version-update:gax:current} -->
1515
</parent>
1616

1717
<properties>

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.18.8-SNAPSHOT" // {x-version-update:gax:current}
4+
project.version = "2.19.0" // {x-version-update:gax:current}
55

66
dependencies {
77
api(libraries['maven.com_google_api_api_common'],

0 commit comments

Comments
 (0)