Skip to content

Commit dc27226

Browse files
authored
Merge branch 'main' into main
2 parents 6e443ab + 6b798dc commit dc27226

File tree

346 files changed

+401
-369
lines changed

Some content is hidden

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

346 files changed

+401
-369
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
66

77
# The @googleapis/api-pubsublite is the default owner for changes in this repo
8-
* @googleapis/yoshi-java @googleapis/api-pubsublite
8+
* @googleapis/cloud-sdk-java-team @googleapis/api-pubsublite
99

1010
# for handwritten libraries, keep codeowner_team in .repo-metadata.json as owner
11-
**/*.java @googleapis/yoshi-java @googleapis/api-pubsublite
11+
**/*.java @googleapis/cloud-sdk-java-team @googleapis/api-pubsublite
1212

1313

1414
# The java-samples-reviewers team is the default owner for samples changes
1515
samples/**/*.java @googleapis/java-samples-reviewers
1616

1717
# Generated snippets should not be owned by samples reviewers
18-
samples/snippets/generated/ @googleapis/yoshi-java
18+
samples/snippets/generated/ @googleapis/cloud-sdk-java-team

.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.64.1
40+
- uses: googleapis/sdk-platform-java/.github/scripts@v2.66.0
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.54.1
20+
uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v3.56.0
2121
with:
2222
bom-path: google-cloud-pubsublite-bom/pom.xml

CHANGELOG.md

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

3+
## [1.16.0](https://github.com/googleapis/java-pubsublite/compare/v1.15.21...v1.16.0) (2026-01-26)
4+
5+
6+
### Features
7+
8+
* Bump minor version ([#1968](https://github.com/googleapis/java-pubsublite/issues/1968)) ([d787be4](https://github.com/googleapis/java-pubsublite/commit/d787be407d44e67082943f83fd6ae5d85e5a50ee))
9+
10+
11+
### Dependencies
12+
13+
* Update dependency com.google.cloud:google-cloud-pubsub to v1.146.0 ([#1966](https://github.com/googleapis/java-pubsublite/issues/1966)) ([51ae186](https://github.com/googleapis/java-pubsublite/commit/51ae186edf3cc1a86136f471e33b62888a24fbd8))
14+
* Update dependency com.google.cloud:sdk-platform-java-config to v3.56.0 ([#1964](https://github.com/googleapis/java-pubsublite/issues/1964)) ([8a0004b](https://github.com/googleapis/java-pubsublite/commit/8a0004bbb43b3011146f6e1ea49fd9888e977be6))
15+
* Update googleapis/sdk-platform-java action to v2.66.0 ([#1965](https://github.com/googleapis/java-pubsublite/issues/1965)) ([5fcbf37](https://github.com/googleapis/java-pubsublite/commit/5fcbf37376df322ba83f80fcba0f494b64bb8ca2))
16+
17+
## [1.15.21](https://github.com/googleapis/java-pubsublite/compare/v1.15.20...v1.15.21) (2026-01-19)
18+
19+
20+
### Dependencies
21+
22+
* Update dependency com.google.cloud:google-cloud-pubsub to v1.145.0 ([#1956](https://github.com/googleapis/java-pubsublite/issues/1956)) ([62f81d6](https://github.com/googleapis/java-pubsublite/commit/62f81d69393248c051feed7e0c5c4350d0653cab))
23+
* Update dependency com.google.cloud:sdk-platform-java-config to v3.55.1 ([#1960](https://github.com/googleapis/java-pubsublite/issues/1960)) ([bf6f24b](https://github.com/googleapis/java-pubsublite/commit/bf6f24beb56dcf948492cae1699d285ccd8a980f))
24+
* Update googleapis/sdk-platform-java action to v2.65.1 ([#1959](https://github.com/googleapis/java-pubsublite/issues/1959)) ([87e737f](https://github.com/googleapis/java-pubsublite/commit/87e737f0ffb163cae44b05838ccc2671e697ccf2))
25+
26+
## [1.15.20](https://github.com/googleapis/java-pubsublite/compare/v1.15.19...v1.15.20) (2025-12-12)
27+
28+
29+
### Dependencies
30+
31+
* Update dependency com.google.cloud:google-cloud-pubsub to v1.144.0 ([#1953](https://github.com/googleapis/java-pubsublite/issues/1953)) ([8377b04](https://github.com/googleapis/java-pubsublite/commit/8377b04b8ef6fbfe73b1512b857452519b02bc14))
32+
* Update dependency com.google.cloud:sdk-platform-java-config to v3.54.2 ([#1951](https://github.com/googleapis/java-pubsublite/issues/1951)) ([aa7886f](https://github.com/googleapis/java-pubsublite/commit/aa7886f499e9acc3ca63091ebff46df225217b91))
33+
* Update googleapis/sdk-platform-java action to v2.64.2 ([#1952](https://github.com/googleapis/java-pubsublite/issues/1952)) ([654e825](https://github.com/googleapis/java-pubsublite/commit/654e825f1c8b916d37d497b70fe43821a5f573fd))
34+
335
## [1.15.19](https://github.com/googleapis/java-pubsublite/compare/v1.15.18...v1.15.19) (2025-11-15)
436

537

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ If you are using Maven, add this to your pom.xml file:
2424
<dependency>
2525
<groupId>com.google.cloud</groupId>
2626
<artifactId>google-cloud-pubsub</artifactId>
27-
<version>1.143.1</version>
27+
<version>1.146.0</version>
2828
</dependency>
2929

3030
```
3131

3232
If you are using Gradle without BOM, add this to your dependencies:
3333

3434
```Groovy
35-
implementation 'com.google.cloud:google-cloud-pubsublite:1.15.19'
35+
implementation 'com.google.cloud:google-cloud-pubsublite:1.16.0'
3636
```
3737

3838
If you are using SBT, add this to your dependencies:
3939

4040
```Scala
41-
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.15.19"
41+
libraryDependencies += "com.google.cloud" % "google-cloud-pubsublite" % "1.16.0"
4242
```
4343

4444
## Authentication
@@ -481,7 +481,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
481481
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsublite/java11.html
482482
[stability-image]: https://img.shields.io/badge/stability-stable-green
483483
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-pubsublite.svg
484-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsublite/1.15.19
484+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-pubsublite/1.16.0
485485
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
486486
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
487487
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

google-cloud-pubsublite-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-pubsublite-bom</artifactId>
6-
<version>1.15.19</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
6+
<version>1.16.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>com.google.cloud</groupId>
1010
<artifactId>sdk-platform-java-config</artifactId>
11-
<version>3.54.1</version>
11+
<version>3.56.0</version>
1212
</parent>
1313

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

google-cloud-pubsublite/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<parent>
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-pubsublite-parent</artifactId>
6-
<version>1.15.15-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
6+
<version>1.16.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>com.google.cloud</groupId>
1111
<artifactId>google-cloud-pubsublite</artifactId>
12-
<version>1.15.15-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
12+
<version>1.16.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
1313
<packaging>jar</packaging>
1414
<name>Google Cloud Pub/Sub Lite</name>
1515
<url>https://github.com/googleapis/java-pubsublite</url>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.google.cloud</groupId>
4040
<artifactId>google-cloud-pubsub</artifactId>
41-
<version>1.141.3</version>
41+
<version>1.146.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.google.api.grpc</groupId>
@@ -48,12 +48,12 @@
4848
<dependency>
4949
<groupId>com.google.api.grpc</groupId>
5050
<artifactId>proto-google-cloud-pubsublite-v1</artifactId>
51-
<version>1.15.15-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
51+
<version>1.16.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
5252
</dependency>
5353
<dependency>
5454
<groupId>com.google.api.grpc</groupId>
5555
<artifactId>grpc-google-cloud-pubsublite-v1</artifactId>
56-
<version>1.15.15-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
56+
<version>1.16.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-pubsublite:current} -->
5757
</dependency>
5858
<dependency>
5959
<groupId>com.google.flogger</groupId>

google-cloud-pubsublite/src/main/java/com/google/cloud/pubsublite/v1/AdminServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2025 Google LLC
2+
* Copyright 2026 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsublite/src/main/java/com/google/cloud/pubsublite/v1/AdminServiceSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2025 Google LLC
2+
* Copyright 2026 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-pubsublite/src/main/java/com/google/cloud/pubsublite/v1/CursorServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2025 Google LLC
2+
* Copyright 2026 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)