Skip to content

Commit c718746

Browse files
chore(main): release 2.44.0
1 parent 2b271fc commit c718746

File tree

43 files changed

+182
-142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+182
-142
lines changed

.cloudbuild/graalvm/cloudbuild-test-a.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_SHARED_DEPENDENCIES_VERSION: '3.33.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.34.0' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.10.0'
1919
options:
2020
machineType: 'E2_HIGHCPU_8'

.cloudbuild/graalvm/cloudbuild-test-b.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_SHARED_DEPENDENCIES_VERSION: '3.33.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.34.0' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.10.0'
1919
options:
2020
machineType: 'E2_HIGHCPU_8'

.cloudbuild/graalvm/cloudbuild.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
timeout: 7200s # 2 hours
1616
substitutions:
17-
_SHARED_DEPENDENCIES_VERSION: '3.33.1-SNAPSHOT' # {x-version-update:google-cloud-shared-dependencies:current}
17+
_SHARED_DEPENDENCIES_VERSION: '3.34.0' # {x-version-update:google-cloud-shared-dependencies:current}
1818
_JAVA_SHARED_CONFIG_VERSION: '1.10.0'
1919
steps:
2020
# GraalVM A build

.cloudbuild/library_generation/cloudbuild-library-generation-push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
timeout: 7200s # 2 hours
1616
substitutions:
1717
_IMAGE_NAME: "gcr.io/cloud-devrel-public-resources/java-library-generation"
18-
_GAPIC_GENERATOR_JAVA_VERSION: '2.43.1-SNAPSHOT' # {x-version-update:gapic-generator-java:current}
18+
_GAPIC_GENERATOR_JAVA_VERSION: '2.44.0' # {x-version-update:gapic-generator-java:current}
1919
_SHA_IMAGE_ID: "${_IMAGE_NAME}:${COMMIT_SHA}"
2020
_LATEST_IMAGE_ID: "${_IMAGE_NAME}:latest"
2121
_VERSIONED_IMAGE_ID: "${_IMAGE_NAME}:${_GAPIC_GENERATOR_JAVA_VERSION}"

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.43.0"
2+
".": "2.44.0"
33
}

CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Changelog
22

3+
## [2.44.0](https://github.com/googleapis/sdk-platform-java/compare/v2.43.0...v2.44.0) (2024-08-15)
4+
5+
6+
### Features
7+
8+
* update ErrorDetails to allow unpacking arbitrary messages ([#3073](https://github.com/googleapis/sdk-platform-java/issues/3073)) ([6913db5](https://github.com/googleapis/sdk-platform-java/commit/6913db5c64e35ec8925c25a04ebd6d529895c4fe))
9+
10+
11+
### Bug Fixes
12+
13+
* Generator callable generation is based on method type ([#3075](https://github.com/googleapis/sdk-platform-java/issues/3075)) ([c21a013](https://github.com/googleapis/sdk-platform-java/commit/c21a0139cccb9001951cab81f4c5ffe3ae51d7c5))
14+
* improve warnings for Direct Path xDS set via env ([#3019](https://github.com/googleapis/sdk-platform-java/issues/3019)) ([7a26115](https://github.com/googleapis/sdk-platform-java/commit/7a26115078d23e430e190c62556c014c440fcab2))
15+
16+
17+
### Dependencies
18+
19+
* update dependency argcomplete to v3.5.0 ([#3099](https://github.com/googleapis/sdk-platform-java/issues/3099)) ([0654a28](https://github.com/googleapis/sdk-platform-java/commit/0654a289b745e153e4f41b02cbdc180e3ca9a231))
20+
* update dependency black to v24.8.0 ([#3082](https://github.com/googleapis/sdk-platform-java/issues/3082)) ([a864f62](https://github.com/googleapis/sdk-platform-java/commit/a864f622023e096f207cf6fe3321f92d1b9f4560))
21+
* update dependency com.google.crypto.tink:tink to v1.14.1 ([#3083](https://github.com/googleapis/sdk-platform-java/issues/3083)) ([c13b63e](https://github.com/googleapis/sdk-platform-java/commit/c13b63e1e4b391650eb6a0949d1fbc2319a28de6))
22+
* update dependency com.google.errorprone:error_prone_annotations to v2.30.0 ([#3100](https://github.com/googleapis/sdk-platform-java/issues/3100)) ([a10ef54](https://github.com/googleapis/sdk-platform-java/commit/a10ef54fcd86c321bf15acd4fe5fa96f9937d318))
23+
* update dependency com.google.errorprone:error_prone_annotations to v2.30.0 ([#3101](https://github.com/googleapis/sdk-platform-java/issues/3101)) ([9bff64f](https://github.com/googleapis/sdk-platform-java/commit/9bff64f416c3eb046cca30ff974a9e9c4b5cebd2))
24+
* update dependency lxml to v5.3.0 ([#3102](https://github.com/googleapis/sdk-platform-java/issues/3102)) ([4e145b1](https://github.com/googleapis/sdk-platform-java/commit/4e145b128b1b964346fc7c1c874d57d9eedc00d2))
25+
* update dependency org.apache.commons:commons-lang3 to v3.16.0 ([#3103](https://github.com/googleapis/sdk-platform-java/issues/3103)) ([95c9508](https://github.com/googleapis/sdk-platform-java/commit/95c9508bd9a20f82687c80def38e510fc539eec3))
26+
* update dependency org.checkerframework:checker-qual to v3.46.0 ([#3081](https://github.com/googleapis/sdk-platform-java/issues/3081)) ([2431920](https://github.com/googleapis/sdk-platform-java/commit/243192089386122c255a4296761775ec80a1fcd0))
27+
* update dependency org.easymock:easymock to v5.4.0 ([#3079](https://github.com/googleapis/sdk-platform-java/issues/3079)) ([182ae50](https://github.com/googleapis/sdk-platform-java/commit/182ae507f9323e5a5861b240e976a0127d1eea04))
28+
* update dependency pyyaml to v6.0.2 ([#3086](https://github.com/googleapis/sdk-platform-java/issues/3086)) ([f847e45](https://github.com/googleapis/sdk-platform-java/commit/f847e45c19d45be57d59e9d6887047d2c12b8267))
29+
* update dependency watchdog to v4.0.2 ([#3094](https://github.com/googleapis/sdk-platform-java/issues/3094)) ([f1c75a1](https://github.com/googleapis/sdk-platform-java/commit/f1c75a15f2462644a58e4a836db6c51cca4ba0a1))
30+
* update google api dependencies ([#3071](https://github.com/googleapis/sdk-platform-java/issues/3071)) ([c5abe90](https://github.com/googleapis/sdk-platform-java/commit/c5abe907ed063f86571634b2df67bca5a6334abf))
31+
* update google auth library dependencies to v1.24.1 ([#3109](https://github.com/googleapis/sdk-platform-java/issues/3109)) ([62acdd6](https://github.com/googleapis/sdk-platform-java/commit/62acdd6f1246c8bd95eec4a53f8cd1896e48ae53))
32+
* update googleapis/java-cloud-bom digest to a98202d ([#3097](https://github.com/googleapis/sdk-platform-java/issues/3097)) ([bb216ae](https://github.com/googleapis/sdk-platform-java/commit/bb216ae8834f5ea169ebfd9a790743680edec053))
33+
* update googleapis/java-cloud-bom digest to ad905cc ([#3080](https://github.com/googleapis/sdk-platform-java/issues/3080)) ([250b26c](https://github.com/googleapis/sdk-platform-java/commit/250b26c5af6f8c78eec94a4c3a42d3a72e06b1e5))
34+
* update opentelemetry-java monorepo to v1.41.0 ([#3105](https://github.com/googleapis/sdk-platform-java/issues/3105)) ([7364916](https://github.com/googleapis/sdk-platform-java/commit/7364916ec5f997d93c668c34e77eef8b9c77d9a5))
35+
* update protobuf to 3.25.4 ([#3113](https://github.com/googleapis/sdk-platform-java/issues/3113)) ([2b271fc](https://github.com/googleapis/sdk-platform-java/commit/2b271fcd7e5db7f1cab3c5210e8137288497f09f))
36+
* update slf4j monorepo to v2.0.16 ([#3098](https://github.com/googleapis/sdk-platform-java/issues/3098)) ([c13f932](https://github.com/googleapis/sdk-platform-java/commit/c13f93264a0fe6643b343fa7a72bd4a59856c3e1))
37+
38+
39+
### Documentation
40+
41+
* Update the Javadoc of ObsoleteApi.java ([#3088](https://github.com/googleapis/sdk-platform-java/issues/3088)) ([0ef6619](https://github.com/googleapis/sdk-platform-java/commit/0ef66196744e21fc3b4e2553d817c0dea5efe127))
42+
343
## [2.43.0](https://github.com/googleapis/sdk-platform-java/compare/v2.42.0...v2.43.0) (2024-07-25)
444

545

WORKSPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
5858
load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_ARTIFACTS")
5959
load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS")
6060

61-
_gapic_generator_java_version = "2.43.1-SNAPSHOT" # {x-version-update:gapic-generator-java:current}
61+
_gapic_generator_java_version = "2.44.0" # {x-version-update:gapic-generator-java:current}
6262

6363
maven_install(
6464
artifacts = [

api-common-java/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<groupId>com.google.api</groupId>
66
<artifactId>api-common</artifactId>
77
<packaging>jar</packaging>
8-
<version>2.34.1-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
8+
<version>2.35.0</version><!-- {x-version-update:api-common:current} -->
99
<name>API Common</name>
1010
<description>Common utilities for Google APIs in Java</description>
1111

1212
<parent>
1313
<groupId>com.google.api</groupId>
1414
<artifactId>gapic-generator-java-pom-parent</artifactId>
15-
<version>2.43.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
15+
<version>2.44.0</version><!-- {x-version-update:gapic-generator-java:current} -->
1616
<relativePath>../gapic-generator-java-pom-parent</relativePath>
1717
</parent>
1818

coverage-report/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
<dependency>
3232
<groupId>com.google.api</groupId>
3333
<artifactId>gax</artifactId>
34-
<version>2.51.1-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
34+
<version>2.52.0</version> <!-- {x-version-update:gax:current} -->
3535
</dependency>
3636
<dependency>
3737
<groupId>com.google.api</groupId>
3838
<artifactId>gax-grpc</artifactId>
39-
<version>2.51.1-SNAPSHOT</version> <!-- {x-version-update:gax-grpc:current} -->
39+
<version>2.52.0</version> <!-- {x-version-update:gax-grpc:current} -->
4040
</dependency>
4141
<dependency>
4242
<groupId>com.google.api</groupId>
4343
<artifactId>gax-httpjson</artifactId>
44-
<version>2.51.1-SNAPSHOT</version> <!-- {x-version-update:gax:current} -->
44+
<version>2.52.0</version> <!-- {x-version-update:gax:current} -->
4545
</dependency>
4646
<dependency>
4747
<groupId>com.google.api</groupId>
4848
<artifactId>api-common</artifactId>
49-
<version>2.34.1-SNAPSHOT</version> <!-- {x-version-update:api-common:current} -->
49+
<version>2.35.0</version> <!-- {x-version-update:api-common:current} -->
5050
</dependency>
5151
</dependencies>
5252

gapic-generator-java-bom/pom.xml

+13-13
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.api</groupId>
55
<artifactId>gapic-generator-java-bom</artifactId>
66
<packaging>pom</packaging>
7-
<version>2.43.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
7+
<version>2.44.0</version><!-- {x-version-update:gapic-generator-java:current} -->
88
<name>GAPIC Generator Java BOM</name>
99
<description>
1010
BOM for the libraries in gapic-generator-java repository. Users should not
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.api</groupId>
1717
<artifactId>gapic-generator-java-pom-parent</artifactId>
18-
<version>2.43.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
18+
<version>2.44.0</version><!-- {x-version-update:gapic-generator-java:current} -->
1919
<relativePath>../gapic-generator-java-pom-parent</relativePath>
2020
</parent>
2121

@@ -75,61 +75,61 @@
7575
<dependency>
7676
<groupId>com.google.api</groupId>
7777
<artifactId>api-common</artifactId>
78-
<version>2.34.1-SNAPSHOT</version><!-- {x-version-update:api-common:current} -->
78+
<version>2.35.0</version><!-- {x-version-update:api-common:current} -->
7979
</dependency>
8080
<dependency>
8181
<groupId>com.google.api</groupId>
8282
<artifactId>gax-bom</artifactId>
83-
<version>2.51.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
83+
<version>2.52.0</version><!-- {x-version-update:gax:current} -->
8484
<type>pom</type>
8585
<scope>import</scope>
8686
</dependency>
8787
<dependency>
8888
<groupId>com.google.api</groupId>
8989
<artifactId>gapic-generator-java</artifactId>
90-
<version>2.43.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
90+
<version>2.44.0</version><!-- {x-version-update:gapic-generator-java:current} -->
9191
</dependency>
9292
<dependency>
9393
<groupId>com.google.api.grpc</groupId>
9494
<artifactId>grpc-google-common-protos</artifactId>
95-
<version>2.42.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
95+
<version>2.43.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
9696
</dependency>
9797
<dependency>
9898
<groupId>com.google.api.grpc</groupId>
9999
<artifactId>proto-google-common-protos</artifactId>
100-
<version>2.42.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
100+
<version>2.43.0</version><!-- {x-version-update:proto-google-common-protos:current} -->
101101
</dependency>
102102
<dependency>
103103
<groupId>com.google.api.grpc</groupId>
104104
<artifactId>proto-google-iam-v1</artifactId>
105-
<version>1.37.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
105+
<version>1.38.0</version><!-- {x-version-update:proto-google-iam-v1:current} -->
106106
</dependency>
107107
<dependency>
108108
<groupId>com.google.api.grpc</groupId>
109109
<artifactId>proto-google-iam-v2</artifactId>
110-
<version>1.37.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v2:current} -->
110+
<version>1.38.0</version><!-- {x-version-update:proto-google-iam-v2:current} -->
111111
</dependency>
112112
<dependency>
113113
<groupId>com.google.api.grpc</groupId>
114114
<artifactId>proto-google-iam-v2beta</artifactId>
115-
<version>1.37.1-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v2beta:current} -->
115+
<version>1.38.0</version><!-- {x-version-update:proto-google-iam-v2beta:current} -->
116116
</dependency>
117117

118118
<!-- Following test deps are kept to keep them consistent with versions above -->
119119
<dependency>
120120
<groupId>com.google.api.grpc</groupId>
121121
<artifactId>grpc-google-iam-v1</artifactId>
122-
<version>1.37.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v1:current} -->
122+
<version>1.38.0</version><!-- {x-version-update:grpc-google-iam-v1:current} -->
123123
</dependency>
124124
<dependency>
125125
<groupId>com.google.api.grpc</groupId>
126126
<artifactId>grpc-google-iam-v2</artifactId>
127-
<version>1.37.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v2:current} -->
127+
<version>1.38.0</version><!-- {x-version-update:grpc-google-iam-v2:current} -->
128128
</dependency>
129129
<dependency>
130130
<groupId>com.google.api.grpc</groupId>
131131
<artifactId>grpc-google-iam-v2beta</artifactId>
132-
<version>1.37.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v2beta:current} -->
132+
<version>1.38.0</version><!-- {x-version-update:grpc-google-iam-v2beta:current} -->
133133
</dependency>
134134
</dependencies>
135135

gapic-generator-java-pom-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.google.api</groupId>
77
<artifactId>gapic-generator-java-pom-parent</artifactId>
8-
<version>2.43.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
8+
<version>2.44.0</version><!-- {x-version-update:gapic-generator-java:current} -->
99
<packaging>pom</packaging>
1010
<name>GAPIC Generator Java POM Parent</name>
1111
<url>https://github.com/googleapis/sdk-platform-java</url>

gapic-generator-java/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.google.api</groupId>
66
<artifactId>gapic-generator-java</artifactId>
7-
<version>2.43.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
7+
<version>2.44.0</version><!-- {x-version-update:gapic-generator-java:current} -->
88
<name>GAPIC Generator Java</name>
99
<description>GAPIC generator Java</description>
1010

@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.google.api</groupId>
2424
<artifactId>gapic-generator-java-pom-parent</artifactId>
25-
<version>2.43.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
25+
<version>2.44.0</version><!-- {x-version-update:gapic-generator-java:current} -->
2626
<relativePath>../gapic-generator-java-pom-parent</relativePath>
2727
</parent>
2828

@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.google.api</groupId>
3333
<artifactId>gapic-generator-java-bom</artifactId>
34-
<version>2.43.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
34+
<version>2.44.0</version><!-- {x-version-update:gapic-generator-java:current} -->
3535
<type>pom</type>
3636
<scope>import</scope>
3737
</dependency>

gax-java/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,27 @@ If you are using Maven, add this to your pom.xml file
3434
<dependency>
3535
<groupId>com.google.api</groupId>
3636
<artifactId>gax</artifactId>
37-
<version>2.51.0</version>
37+
<version>2.52.0</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.google.api</groupId>
4141
<artifactId>gax-grpc</artifactId>
42-
<version>2.51.0</version>
42+
<version>2.52.0</version>
4343
</dependency>
4444
```
4545

4646
If you are using Gradle, add this to your dependencies
4747

4848
```Groovy
49-
compile 'com.google.api:gax:2.51.0',
50-
'com.google.api:gax-grpc:2.51.0'
49+
compile 'com.google.api:gax:2.52.0',
50+
'com.google.api:gax-grpc:2.52.0'
5151
```
5252

5353
If you are using SBT, add this to your dependencies
5454

5555
```Scala
56-
libraryDependencies += "com.google.api" % "gax" % "2.51.0"
57-
libraryDependencies += "com.google.api" % "gax-grpc" % "2.51.0"
56+
libraryDependencies += "com.google.api" % "gax" % "2.52.0"
57+
libraryDependencies += "com.google.api" % "gax-grpc" % "2.52.0"
5858
```
5959
[//]: # ({x-version-update-end})
6060

gax-java/dependencies.properties

+4-4
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.51.1-SNAPSHOT
11+
version.gax=2.52.0
1212
# {x-version-update-end}
1313
# {x-version-update-start:gax:current}
14-
version.gax_grpc=2.51.1-SNAPSHOT
14+
version.gax_grpc=2.52.0
1515
# {x-version-update-end}
1616
# {x-version-update-start:gax:current}
17-
version.gax_bom=2.51.1-SNAPSHOT
17+
version.gax_bom=2.52.0
1818
# {x-version-update-end}
1919
# {x-version-update-start:gax:current}
20-
version.gax_httpjson=2.51.1-SNAPSHOT
20+
version.gax_httpjson=2.52.0
2121
# {x-version-update-end}
2222

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

0 commit comments

Comments
 (0)