File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 647647 "google-cloud-profiler+FILLER" : " 0.0.0" ,
648648 "google-cloud-profiler-v2" : " 1.4.1" ,
649649 "google-cloud-profiler-v2+FILLER" : " 0.0.0" ,
650- "google-cloud-pubsub" : " 3.0.3 " ,
650+ "google-cloud-pubsub" : " 3.1.0 " ,
651651 "google-cloud-pubsub+FILLER" : " 0.0.0" ,
652652 "google-cloud-pubsub-v1" : " 1.14.1" ,
653653 "google-cloud-pubsub-v1+FILLER" : " 0.0.0" ,
Original file line number Diff line number Diff line change 11# Release History
22
3+ ### 3.1.0 (2025-12-12)
4+
5+ #### Features
6+
7+ * Add skip_lookup to Project#publisher to enable lazy loading ([ #32263 ] ( https://github.com/googleapis/google-cloud-ruby/issues/32263 ) )
8+ #### Documentation
9+
10+ * Fix overview documentation URL
11+
312### 3.0.3 (2025-11-04)
413
514#### Documentation
Original file line number Diff line number Diff line change 1616module Google
1717 module Cloud
1818 module PubSub
19- VERSION = "3.0.3 " . freeze
19+ VERSION = "3.1.0 " . freeze
2020 end
2121
2222 Pubsub = PubSub unless const_defined? :Pubsub
You can’t perform that action at this time.
0 commit comments