Skip to content

Commit 377ead1

Browse files
authored
Merge branch 'googleapis:main' into main
2 parents 8c98dda + 4ba9d63 commit 377ead1

File tree

22 files changed

+575
-412
lines changed

22 files changed

+575
-412
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@
1010
# for handwritten libraries, keep codeowner_team in .repo-metadata.json as owner
1111
**/*.java @googleapis/api-pubsub
1212

13+
# For generated Java code
14+
proto-*/ @googleapis/yoshi-java @googleapis/api-pubsub
15+
grpc-*/ @googleapis/yoshi-java @googleapis/api-pubsub
16+
# Generated code pattern in google-cloud-pubsub
17+
**/*Client.java @googleapis/yoshi-java @googleapis/api-pubsub
18+
**/*Settings.java @googleapis/yoshi-java @googleapis/api-pubsub
19+
**/*ClientHttpJsonTest.java @googleapis/yoshi-java @googleapis/api-pubsub
20+
**/*ClientTest.java @googleapis/yoshi-java @googleapis/api-pubsub
21+
google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/stub/** @googleapis/yoshi-java @googleapis/api-pubsub
22+
google-cloud-pubsub/src/main/java/com/google/cloud/pubsub/v1/package-info.java @googleapis/yoshi-java @googleapis/api-pubsub
23+
google-cloud-pubsub/src/test/java/com/google/cloud/pubsub/v1/Mock* @googleapis/yoshi-java @googleapis/api-pubsub
1324

1425
# The java-samples-reviewers team is the default owner for samples changes
1526
samples/**/*.java @googleapis/java-samples-reviewers

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
40-
- uses: googleapis/sdk-platform-java/.github/scripts@v2.54.0
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.55.1
4141
if: env.SHOULD_RUN == 'true'
4242
with:
4343
base_ref: ${{ github.base_ref }}

.github/workflows/unmanaged_dependency_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
# repository
1818
.kokoro/build.sh
1919
- name: Unmanaged dependency check
20-
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.44.0
20+
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.45.1
2121
with:
2222
bom-path: google-cloud-pubsub-bom/pom.xml

.kokoro/presubmit/graalvm-native-17.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.44.0"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_b:3.45.1"
77
}
88

99
env_vars: {

.kokoro/presubmit/graalvm-native.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.44.0"
6+
value: "gcr.io/cloud-devrel-public-resources/graalvm_sdk_platform_a:3.45.1"
77
}
88

99
env_vars: {

CHANGELOG.md

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

3+
## [1.138.0](https://github.com/googleapis/java-pubsub/compare/v1.137.1...v1.138.0) (2025-03-14)
4+
5+
6+
### Features
7+
8+
* Deprecate `enabled` field for message transforms and add `disabled` field ([76b2a3d](https://github.com/googleapis/java-pubsub/commit/76b2a3dc1f001dfeb3f8974a4cc4de843b7383bc))
9+
* Next release from main branch is 1.138.0 ([#2361](https://github.com/googleapis/java-pubsub/issues/2361)) ([b6ba56c](https://github.com/googleapis/java-pubsub/commit/b6ba56c04619660d2660a660eaacbda7de9f8608))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** Update the Java code generator (gapic-generator-java) to 2.55.1 ([76b2a3d](https://github.com/googleapis/java-pubsub/commit/76b2a3dc1f001dfeb3f8974a4cc4de843b7383bc))
15+
* Prevent excessive string parsing when publishing and receiving messages to improve performance ([#2317](https://github.com/googleapis/java-pubsub/issues/2317)) ([07b1350](https://github.com/googleapis/java-pubsub/commit/07b135001b4726c9bafafe90c80d369f25f04956))
16+
17+
18+
### Dependencies
19+
20+
* Update dependency com.google.cloud:google-cloud-bigquery to v2.48.1 ([#2356](https://github.com/googleapis/java-pubsub/issues/2356)) ([7d3d2e4](https://github.com/googleapis/java-pubsub/commit/7d3d2e4690539ebbe7ab521c2c345b06cba766ea))
21+
* Update dependency com.google.cloud:google-cloud-storage to v2.49.0 ([#2358](https://github.com/googleapis/java-pubsub/issues/2358)) ([81d3435](https://github.com/googleapis/java-pubsub/commit/81d34352d332ee9c4935e7908b6b9a2383d3a8ba))
22+
* Update dependency com.google.cloud:sdk-platform-java-config to v3.45.1 ([#2366](https://github.com/googleapis/java-pubsub/issues/2366)) ([15899d1](https://github.com/googleapis/java-pubsub/commit/15899d127131747c51c71c94d66ff581f70278f3))
23+
* Update googleapis/sdk-platform-java action to v2.55.1 ([#2367](https://github.com/googleapis/java-pubsub/issues/2367)) ([de6f84a](https://github.com/googleapis/java-pubsub/commit/de6f84a43a27e954c0dc635158c43c5db4d07dfa))
24+
325
## [1.137.1](https://github.com/googleapis/java-pubsub/compare/v1.137.0...v1.137.1) (2025-02-26)
426

527

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>libraries-bom</artifactId>
22-
<version>26.55.0</version>
22+
<version>26.56.0</version>
2323
<type>pom</type>
2424
<scope>import</scope>
2525
</dependency>
@@ -43,28 +43,28 @@ If you are using Maven without the BOM, add this to your dependencies:
4343
<dependency>
4444
<groupId>com.google.cloud</groupId>
4545
<artifactId>google-cloud-pubsub</artifactId>
46-
<version>1.137.0</version>
46+
<version>1.137.1</version>
4747
</dependency>
4848

4949
```
5050

5151
If you are using Gradle 5.x or later, add this to your dependencies:
5252

5353
```Groovy
54-
implementation platform('com.google.cloud:libraries-bom:26.55.0')
54+
implementation platform('com.google.cloud:libraries-bom:26.56.0')
5555
5656
implementation 'com.google.cloud:google-cloud-pubsub'
5757
```
5858
If you are using Gradle without BOM, add this to your dependencies:
5959

6060
```Groovy
61-
implementation 'com.google.cloud:google-cloud-pubsub:1.137.1'
61+
implementation 'com.google.cloud:google-cloud-pubsub:1.138.0'
6262
```
6363

6464
If you are using SBT, add this to your dependencies:
6565

6666
```Scala
67-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.137.1"
67+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsub" % "1.138.0"
6868
```
6969

7070
## Authentication
@@ -418,7 +418,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
418418
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsub/java11.html
419419
[stability-image]: https://img.shields.io/badge/stability-stable-green
420420
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsub.svg
421-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.137.1
421+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsub/1.138.0
422422
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
423423
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
424424
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

generation_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.54.0
2-
googleapis_commitish: 68b6376ca75f03094a65ec5bbbc868bd9f058ee3
3-
libraries_bom_version: 26.55.0
1+
gapic_generator_version: 2.55.1
2+
googleapis_commitish: d0ba3ce0fafe1225ebda6b259a2e29dfe2934bb5
3+
libraries_bom_version: 26.56.0
44
libraries:
55
- api_shortname: pubsub
66
name_pretty: Cloud Pub/Sub

google-cloud-pubsub-bom/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-pubsub-bom</artifactId>
6-
<version>1.137.1</version><!-- {x-version-update:google-cloud-pubsub:current} -->
6+
<version>1.138.0</version><!-- {x-version-update:google-cloud-pubsub:current} -->
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>com.google.cloud</groupId>
1010
<artifactId>sdk-platform-java-config</artifactId>
11-
<version>3.44.0</version>
11+
<version>3.45.1</version>
1212
</parent>
1313

1414
<name>Google Cloud pubsub BOM</name>
@@ -52,17 +52,17 @@
5252
<dependency>
5353
<groupId>com.google.cloud</groupId>
5454
<artifactId>google-cloud-pubsub</artifactId>
55-
<version>1.137.1</version><!-- {x-version-update:google-cloud-pubsub:current} -->
55+
<version>1.138.0</version><!-- {x-version-update:google-cloud-pubsub:current} -->
5656
</dependency>
5757
<dependency>
5858
<groupId>com.google.api.grpc</groupId>
5959
<artifactId>grpc-google-cloud-pubsub-v1</artifactId>
60-
<version>1.119.1</version><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
60+
<version>1.120.0</version><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
6161
</dependency>
6262
<dependency>
6363
<groupId>com.google.api.grpc</groupId>
6464
<artifactId>proto-google-cloud-pubsub-v1</artifactId>
65-
<version>1.119.1</version><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
65+
<version>1.120.0</version><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
6666
</dependency>
6767
</dependencies>
6868
</dependencyManagement>

google-cloud-pubsub/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
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-pubsub</artifactId>
6-
<version>1.137.1</version><!-- {x-version-update:google-cloud-pubsub:current} -->
6+
<version>1.138.0</version><!-- {x-version-update:google-cloud-pubsub:current} -->
77
<packaging>jar</packaging>
88
<name>Google Cloud Pub/Sub</name>
99
<url>https://github.com/googleapis/java-pubsub</url>
1010
<description>Java idiomatic client for Google Cloud Pub/Sub</description>
1111
<parent>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-pubsub-parent</artifactId>
14-
<version>1.137.1</version><!-- {x-version-update:google-cloud-pubsub:current} -->
14+
<version>1.138.0</version><!-- {x-version-update:google-cloud-pubsub:current} -->
1515
</parent>
1616
<properties>
1717
<site.installationModule>google-cloud-pubsub</site.installationModule>

0 commit comments

Comments
 (0)