File tree Expand file tree Collapse file tree 9 files changed +43
-21
lines changed
grpc-google-cloud-pubsub-v1
proto-google-cloud-pubsub-v1 Expand file tree Collapse file tree 9 files changed +43
-21
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
25
## [ 1.137.1] ( https://github.com/googleapis/java-pubsub/compare/v1.137.0...v1.137.1 ) (2025-02-26)
4
26
5
27
Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ implementation 'com.google.cloud:google-cloud-pubsub'
58
58
If you are using Gradle without BOM, add this to your dependencies:
59
59
60
60
``` Groovy
61
- implementation 'com.google.cloud:google-cloud-pubsub:1.137.1 '
61
+ implementation 'com.google.cloud:google-cloud-pubsub:1.138.0 '
62
62
```
63
63
64
64
If you are using SBT, add this to your dependencies:
65
65
66
66
``` Scala
67
- libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.137.1 "
67
+ libraryDependencies += " com.google.cloud" % " google-cloud-pubsub" % " 1.138.0 "
68
68
```
69
69
70
70
## Authentication
@@ -418,7 +418,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
418
418
[ kokoro-badge-link-5 ] : http://storage.googleapis.com/cloud-devrel-public/java/badges/java-pubsub/java11.html
419
419
[ stability-image ] : https://img.shields.io/badge/stability-stable-green
420
420
[ 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
422
422
[ authentication ] : https://github.com/googleapis/google-cloud-java#authentication
423
423
[ auth-scopes ] : https://developers.google.com/identity/protocols/oauth2/scopes
424
424
[ predefined-iam-roles ] : https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-pubsub-bom</artifactId >
6
- <version >1.137.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
6
+ <version >1.138.0 </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
7
7
<packaging >pom</packaging >
8
8
<parent >
9
9
<groupId >com.google.cloud</groupId >
52
52
<dependency >
53
53
<groupId >com.google.cloud</groupId >
54
54
<artifactId >google-cloud-pubsub</artifactId >
55
- <version >1.137.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
55
+ <version >1.138.0 </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
56
56
</dependency >
57
57
<dependency >
58
58
<groupId >com.google.api.grpc</groupId >
59
59
<artifactId >grpc-google-cloud-pubsub-v1</artifactId >
60
- <version >1.119.2-SNAPSHOT </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} -->
61
61
</dependency >
62
62
<dependency >
63
63
<groupId >com.google.api.grpc</groupId >
64
64
<artifactId >proto-google-cloud-pubsub-v1</artifactId >
65
- <version >1.119.2-SNAPSHOT </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} -->
66
66
</dependency >
67
67
</dependencies >
68
68
</dependencyManagement >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-pubsub</artifactId >
6
- <version >1.137.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
6
+ <version >1.138.0 </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
7
7
<packaging >jar</packaging >
8
8
<name >Google Cloud Pub/Sub</name >
9
9
<url >https://github.com/googleapis/java-pubsub</url >
10
10
<description >Java idiomatic client for Google Cloud Pub/Sub</description >
11
11
<parent >
12
12
<groupId >com.google.cloud</groupId >
13
13
<artifactId >google-cloud-pubsub-parent</artifactId >
14
- <version >1.137.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
14
+ <version >1.138.0 </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
15
15
</parent >
16
16
<properties >
17
17
<site .installationModule>google-cloud-pubsub</site .installationModule>
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.google.api.grpc</groupId >
6
6
<artifactId >grpc-google-cloud-pubsub-v1</artifactId >
7
- <version >1.119.2-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
7
+ <version >1.120.0 </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
8
8
<name >grpc-google-cloud-pubsub-v1</name >
9
9
<description >GRPC library for grpc-google-cloud-pubsub-v1</description >
10
10
<parent >
11
11
<groupId >com.google.cloud</groupId >
12
12
<artifactId >google-cloud-pubsub-parent</artifactId >
13
- <version >1.137.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
13
+ <version >1.138.0 </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
14
14
</parent >
15
15
<dependencies >
16
16
<dependency >
Original file line number Diff line number Diff line change 4
4
<groupId >com.google.cloud</groupId >
5
5
<artifactId >google-cloud-pubsub-parent</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >1.137.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
7
+ <version >1.138.0 </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
8
8
<name >Google Cloud Pub/Sub Parent</name >
9
9
<url >https://github.com/googleapis/java-pubsub</url >
10
10
<description >
69
69
<dependency >
70
70
<groupId >com.google.api.grpc</groupId >
71
71
<artifactId >proto-google-cloud-pubsub-v1</artifactId >
72
- <version >1.119.2-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
72
+ <version >1.120.0 </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
73
73
</dependency >
74
74
<dependency >
75
75
<groupId >com.google.api.grpc</groupId >
76
76
<artifactId >grpc-google-cloud-pubsub-v1</artifactId >
77
- <version >1.119.2-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
77
+ <version >1.120.0 </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
78
78
</dependency >
79
79
<dependency >
80
80
<groupId >com.google.cloud</groupId >
81
81
<artifactId >google-cloud-pubsub</artifactId >
82
- <version >1.137.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
82
+ <version >1.138.0 </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
83
83
</dependency >
84
84
85
85
<!-- Test dependencies -->
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.google.api.grpc</groupId >
6
6
<artifactId >proto-google-cloud-pubsub-v1</artifactId >
7
- <version >1.119.2-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
7
+ <version >1.120.0 </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
8
8
<name >proto-google-cloud-pubsub-v1</name >
9
9
<description >PROTO library for proto-google-cloud-pubsub-v1</description >
10
10
<parent >
11
11
<groupId >com.google.cloud</groupId >
12
12
<artifactId >google-cloud-pubsub-parent</artifactId >
13
- <version >1.137.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
13
+ <version >1.138.0 </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
14
14
</parent >
15
15
<dependencies >
16
16
<dependency >
Original file line number Diff line number Diff line change 43
43
<dependency >
44
44
<groupId >com.google.cloud</groupId >
45
45
<artifactId >google-cloud-pubsub</artifactId >
46
- <version >1.137.2-SNAPSHOT </version >
46
+ <version >1.138.0 </version >
47
47
</dependency >
48
48
<!-- {x-version-update-end} -->
49
49
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- google-cloud-pubsub:1.137.1 :1.137.2-SNAPSHOT
5
- grpc-google-cloud-pubsub-v1:1.119.1 :1.119.2-SNAPSHOT
6
- proto-google-cloud-pubsub-v1:1.119.1 :1.119.2-SNAPSHOT
4
+ google-cloud-pubsub:1.138.0 :1.138.0
5
+ grpc-google-cloud-pubsub-v1:1.120.0 :1.120.0
6
+ proto-google-cloud-pubsub-v1:1.120.0 :1.120.0
You can’t perform that action at this time.
0 commit comments