File tree Expand file tree Collapse file tree 8 files changed +41
-18
lines changed
grpc-google-cloud-pubsub-v1
proto-google-cloud-pubsub-v1 Expand file tree Collapse file tree 8 files changed +41
-18
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.137.0] ( https://github.com/googleapis/java-pubsub/compare/v1.136.1...v1.137.0 ) (2025-02-12)
4+
5+
6+ ### Features
7+
8+ * Add support for message transforms to Topic and Subscription ([ 3889a05] ( https://github.com/googleapis/java-pubsub/commit/3889a05a5c5d7479d3cc6b6dc0b0c425d41efd5d ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * ** deps:** Update the Java code generator (gapic-generator-java) to 2.53.0 ([ b952e58] ( https://github.com/googleapis/java-pubsub/commit/b952e5826748bc680936a79b14d75f5873e6db06 ) )
14+
15+
16+ ### Dependencies
17+
18+ * Update dependency com.google.cloud: google-cloud-bigquery to v2.47.0 ([ #2331 ] ( https://github.com/googleapis/java-pubsub/issues/2331 ) ) ([ 216feef] ( https://github.com/googleapis/java-pubsub/commit/216feef976595cd03e282f8d8effa2ac8430c419 ) )
19+ * Update dependency com.google.cloud: google-cloud-storage to v2.48.1 ([ #2332 ] ( https://github.com/googleapis/java-pubsub/issues/2332 ) ) ([ 23fd7a8] ( https://github.com/googleapis/java-pubsub/commit/23fd7a8f4ab2438b72f3a6da5613f5deb0ac307e ) )
20+
21+
22+ ### Documentation
23+
24+ * A comment for field ` code ` in message ` .google.pubsub.v1.JavaScriptUDF ` is changed ([ 3889a05] ( https://github.com/googleapis/java-pubsub/commit/3889a05a5c5d7479d3cc6b6dc0b0c425d41efd5d ) )
25+
326## [ 1.136.1] ( https://github.com/googleapis/java-pubsub/compare/v1.136.0...v1.136.1 ) (2025-01-28)
427
528
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-pubsub-bom</artifactId >
6- <version >1.136.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
6+ <version >1.137.0 </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
77 <packaging >pom</packaging >
88 <parent >
99 <groupId >com.google.cloud</groupId >
5252 <dependency >
5353 <groupId >com.google.cloud</groupId >
5454 <artifactId >google-cloud-pubsub</artifactId >
55- <version >1.136.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
55+ <version >1.137.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.118.2-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
60+ <version >1.119.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.118.2-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
65+ <version >1.119.0 </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
6666 </dependency >
6767 </dependencies >
6868 </dependencyManagement >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-pubsub</artifactId >
6- <version >1.136.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
6+ <version >1.137.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.136.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
14+ <version >1.137.0 </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
1515 </parent >
1616 <properties >
1717 <site .installationModule>google-cloud-pubsub</site .installationModule>
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.google.api.grpc</groupId >
66 <artifactId >grpc-google-cloud-pubsub-v1</artifactId >
7- <version >1.118.2-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
7+ <version >1.119.0 </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
88 <name >grpc-google-cloud-pubsub-v1</name >
99 <description >GRPC library for grpc-google-cloud-pubsub-v1</description >
1010 <parent >
1111 <groupId >com.google.cloud</groupId >
1212 <artifactId >google-cloud-pubsub-parent</artifactId >
13- <version >1.136.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
13+ <version >1.137.0 </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
1414 </parent >
1515 <dependencies >
1616 <dependency >
Original file line number Diff line number Diff line change 44 <groupId >com.google.cloud</groupId >
55 <artifactId >google-cloud-pubsub-parent</artifactId >
66 <packaging >pom</packaging >
7- <version >1.136.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
7+ <version >1.137.0 </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
88 <name >Google Cloud Pub/Sub Parent</name >
99 <url >https://github.com/googleapis/java-pubsub</url >
1010 <description >
6969 <dependency >
7070 <groupId >com.google.api.grpc</groupId >
7171 <artifactId >proto-google-cloud-pubsub-v1</artifactId >
72- <version >1.118.2-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
72+ <version >1.119.0 </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
7373 </dependency >
7474 <dependency >
7575 <groupId >com.google.api.grpc</groupId >
7676 <artifactId >grpc-google-cloud-pubsub-v1</artifactId >
77- <version >1.118.2-SNAPSHOT </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
77+ <version >1.119.0 </version ><!-- {x-version-update:grpc-google-cloud-pubsub-v1:current} -->
7878 </dependency >
7979 <dependency >
8080 <groupId >com.google.cloud</groupId >
8181 <artifactId >google-cloud-pubsub</artifactId >
82- <version >1.136.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
82+ <version >1.137.0 </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
8383 </dependency >
8484
8585 <!-- Test dependencies -->
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.google.api.grpc</groupId >
66 <artifactId >proto-google-cloud-pubsub-v1</artifactId >
7- <version >1.118.2-SNAPSHOT </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
7+ <version >1.119.0 </version ><!-- {x-version-update:proto-google-cloud-pubsub-v1:current} -->
88 <name >proto-google-cloud-pubsub-v1</name >
99 <description >PROTO library for proto-google-cloud-pubsub-v1</description >
1010 <parent >
1111 <groupId >com.google.cloud</groupId >
1212 <artifactId >google-cloud-pubsub-parent</artifactId >
13- <version >1.136.2-SNAPSHOT </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
13+ <version >1.137.0 </version ><!-- {x-version-update:google-cloud-pubsub:current} -->
1414 </parent >
1515 <dependencies >
1616 <dependency >
Original file line number Diff line number Diff line change 4343 <dependency >
4444 <groupId >com.google.cloud</groupId >
4545 <artifactId >google-cloud-pubsub</artifactId >
46- <version >1.136.2-SNAPSHOT </version >
46+ <version >1.137.0 </version >
4747 </dependency >
4848 <!-- {x-version-update-end} -->
4949
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
4- google-cloud-pubsub:1.136.1 :1.136.2-SNAPSHOT
5- grpc-google-cloud-pubsub-v1:1.118.1 :1.118.2-SNAPSHOT
6- proto-google-cloud-pubsub-v1:1.118.1 :1.118.2-SNAPSHOT
4+ google-cloud-pubsub:1.137.0 :1.137.0
5+ grpc-google-cloud-pubsub-v1:1.119.0 :1.119.0
6+ proto-google-cloud-pubsub-v1:1.119.0 :1.119.0
You can’t perform that action at this time.
0 commit comments