File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 579
579
"google-cloud-profiler+FILLER" : " 0.0.0" ,
580
580
"google-cloud-profiler-v2" : " 1.2.0" ,
581
581
"google-cloud-profiler-v2+FILLER" : " 0.0.0" ,
582
- "google-cloud-pubsub" : " 2.21 .0" ,
582
+ "google-cloud-pubsub" : " 2.22 .0" ,
583
583
"google-cloud-pubsub+FILLER" : " 0.0.0" ,
584
584
"google-cloud-pubsub-v1" : " 1.8.0" ,
585
585
"google-cloud-pubsub-v1+FILLER" : " 0.0.0" ,
Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ### 2.22.0 (2025-03-27)
4
+
5
+ #### Features
6
+
7
+ * Support list schema revisions ([ #29174 ] ( https://github.com/googleapis/google-cloud-ruby/issues/29174 ) )
8
+
3
9
### 2.21.0 (2025-03-14)
4
10
5
11
#### Features
Original file line number Diff line number Diff line change 16
16
module Google
17
17
module Cloud
18
18
module PubSub
19
- VERSION = "2.21 .0" . freeze
19
+ VERSION = "2.22 .0" . freeze
20
20
end
21
21
22
22
Pubsub = PubSub unless const_defined? :Pubsub
You can’t perform that action at this time.
0 commit comments