Skip to content

Commit e185926

Browse files
release: gapic-generator 0.49.0 (#1288)
Co-authored-by: Yoshi Automation Bot <yoshi-automation@google.com>
1 parent 81d9fc0 commit e185926

9 files changed

Lines changed: 46 additions & 28 deletions

File tree

gapic-generator-ads/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History for gapic-generator-ads
22

3+
### 0.49.0 / 2026-06-04
4+
5+
* Includes changes from gapic-generator 0.49.0
6+
* Feature: Skip generation for services without RPC methods defined
7+
38
### 0.48.1 / 2026-03-17
49

510
* Includes changes from gapic-generator 0.48.1

gapic-generator-ads/Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../gapic-generator
33
specs:
4-
gapic-generator (0.48.1)
4+
gapic-generator (0.49.0)
55
actionpack (~> 8.0)
66
bigdecimal (~> 3.0)
77
google-cloud-common (~> 1.2)
@@ -12,8 +12,8 @@ PATH
1212
PATH
1313
remote: .
1414
specs:
15-
gapic-generator-ads (0.48.1)
16-
gapic-generator (= 0.48.1)
15+
gapic-generator-ads (0.49.0)
16+
gapic-generator (= 0.49.0)
1717

1818
GEM
1919
remote: https://rubygems.org/
@@ -57,21 +57,21 @@ GEM
5757
crass (1.0.6)
5858
drb (2.2.3)
5959
erubi (1.13.1)
60-
google-cloud-common (1.9.0)
60+
google-cloud-common (1.10.0)
6161
google-protobuf (>= 3.18, < 5.a)
6262
googleapis-common-protos-types (~> 1.20)
63-
google-protobuf (4.34.1-x86_64-linux-gnu)
63+
google-protobuf (4.35.0-x86_64-linux-gnu)
6464
bigdecimal
6565
rake (~> 13.3)
6666
google-style (1.32.0)
6767
rubocop (~> 1.76)
68-
googleapis-common-protos-types (1.22.0)
68+
googleapis-common-protos-types (1.23.0)
6969
google-protobuf (~> 4.26)
7070
grpc-tools (1.75.0)
7171
i18n (1.14.8)
7272
concurrent-ruby (~> 1.0)
7373
io-console (0.8.2)
74-
json (2.19.5)
74+
json (2.19.8)
7575
language_server-protocol (3.17.0.5)
7676
lint_roller (1.1.0)
7777
logger (1.7.0)
@@ -121,7 +121,7 @@ GEM
121121
regexp_parser (2.12.0)
122122
reline (0.6.3)
123123
io-console (~> 0.5)
124-
rubocop (1.86.1)
124+
rubocop (1.87.0)
125125
json (~> 2.3)
126126
language_server-protocol (~> 3.17.0.2)
127127
lint_roller (~> 1.1.0)
@@ -144,7 +144,7 @@ GEM
144144
unicode-emoji (4.2.0)
145145
uri (1.1.1)
146146
useragent (0.16.11)
147-
yard (0.9.43)
147+
yard (0.9.44)
148148

149149
PLATFORMS
150150
x86_64-linux

gapic-generator-ads/lib/gapic/generator/ads/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
module Gapic
1919
module Generator
2020
module Ads
21-
VERSION = "0.48.1"
21+
VERSION = "0.49.0"
2222
end
2323
end
2424
end

gapic-generator-cloud/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History for gapic-generator-cloud
22

3+
### 0.49.0 / 2026-06-04
4+
5+
* Includes changes from gapic-generator 0.49.0
6+
* Feature: add retry jitter configuration
7+
* Feature: Skip generation for services without RPC methods defined
8+
39
### 0.48.1 / 2026-03-17
410

511
* Includes changes from gapic-generator 0.48.1

gapic-generator-cloud/Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../gapic-generator
33
specs:
4-
gapic-generator (0.48.1)
4+
gapic-generator (0.49.0)
55
actionpack (~> 8.0)
66
bigdecimal (~> 3.0)
77
google-cloud-common (~> 1.2)
@@ -12,8 +12,8 @@ PATH
1212
PATH
1313
remote: .
1414
specs:
15-
gapic-generator-cloud (0.48.1)
16-
gapic-generator (= 0.48.1)
15+
gapic-generator-cloud (0.49.0)
16+
gapic-generator (= 0.49.0)
1717

1818
GEM
1919
remote: https://rubygems.org/
@@ -57,21 +57,21 @@ GEM
5757
crass (1.0.6)
5858
drb (2.2.3)
5959
erubi (1.13.1)
60-
google-cloud-common (1.9.0)
60+
google-cloud-common (1.10.0)
6161
google-protobuf (>= 3.18, < 5.a)
6262
googleapis-common-protos-types (~> 1.20)
63-
google-protobuf (4.34.1-x86_64-linux-gnu)
63+
google-protobuf (4.35.0-x86_64-linux-gnu)
6464
bigdecimal
6565
rake (~> 13.3)
6666
google-style (1.32.0)
6767
rubocop (~> 1.76)
68-
googleapis-common-protos-types (1.22.0)
68+
googleapis-common-protos-types (1.23.0)
6969
google-protobuf (~> 4.26)
7070
grpc-tools (1.75.0)
7171
i18n (1.14.8)
7272
concurrent-ruby (~> 1.0)
7373
io-console (0.8.2)
74-
json (2.19.5)
74+
json (2.19.8)
7575
language_server-protocol (3.17.0.5)
7676
lint_roller (1.1.0)
7777
logger (1.7.0)
@@ -121,7 +121,7 @@ GEM
121121
regexp_parser (2.12.0)
122122
reline (0.6.3)
123123
io-console (~> 0.5)
124-
rubocop (1.86.1)
124+
rubocop (1.87.0)
125125
json (~> 2.3)
126126
language_server-protocol (~> 3.17.0.2)
127127
lint_roller (~> 1.1.0)
@@ -144,7 +144,7 @@ GEM
144144
unicode-emoji (4.2.0)
145145
uri (1.1.1)
146146
useragent (0.16.11)
147-
yard (0.9.43)
147+
yard (0.9.44)
148148

149149
PLATFORMS
150150
x86_64-linux

gapic-generator-cloud/lib/gapic/generator/cloud/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
module Gapic
1919
module Generator
2020
module Cloud
21-
VERSION = "0.48.1"
21+
VERSION = "0.49.0"
2222
end
2323
end
2424
end

gapic-generator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History for gapic-generator
22

3+
### 0.49.0 / 2026-06-04
4+
5+
* Feature: add retry jitter configuration
6+
* Feature: Skip generation for services without RPC methods defined
7+
* Fix: rename variable in generated test methods to avoid field name collision
8+
* Fix: prevent YARD failures on enum keywords
9+
310
### 0.48.1 / 2026-03-17
411

512
* Fix: Add irb to dependencies

gapic-generator/Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
gapic-generator (0.48.1)
4+
gapic-generator (0.49.0)
55
actionpack (~> 8.0)
66
bigdecimal (~> 3.0)
77
google-cloud-common (~> 1.2)
@@ -51,21 +51,21 @@ GEM
5151
crass (1.0.6)
5252
drb (2.2.3)
5353
erubi (1.13.1)
54-
google-cloud-common (1.9.0)
54+
google-cloud-common (1.10.0)
5555
google-protobuf (>= 3.18, < 5.a)
5656
googleapis-common-protos-types (~> 1.20)
57-
google-protobuf (4.34.1-x86_64-linux-gnu)
57+
google-protobuf (4.35.0-x86_64-linux-gnu)
5858
bigdecimal
5959
rake (~> 13.3)
6060
google-style (1.32.0)
6161
rubocop (~> 1.76)
62-
googleapis-common-protos-types (1.22.0)
62+
googleapis-common-protos-types (1.23.0)
6363
google-protobuf (~> 4.26)
6464
grpc-tools (1.75.0)
6565
i18n (1.14.8)
6666
concurrent-ruby (~> 1.0)
6767
io-console (0.8.2)
68-
json (2.19.5)
68+
json (2.19.8)
6969
language_server-protocol (3.17.0.5)
7070
lint_roller (1.1.0)
7171
logger (1.7.0)
@@ -115,7 +115,7 @@ GEM
115115
regexp_parser (2.12.0)
116116
reline (0.6.3)
117117
io-console (~> 0.5)
118-
rubocop (1.86.1)
118+
rubocop (1.87.0)
119119
json (~> 2.3)
120120
language_server-protocol (~> 3.17.0.2)
121121
lint_roller (~> 1.1.0)
@@ -138,7 +138,7 @@ GEM
138138
unicode-emoji (4.2.0)
139139
uri (1.1.1)
140140
useragent (0.16.11)
141-
yard (0.9.43)
141+
yard (0.9.44)
142142

143143
PLATFORMS
144144
x86_64-linux

gapic-generator/lib/gapic/generator/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
module Gapic
1818
module Generator
19-
VERSION = "0.48.1"
19+
VERSION = "0.49.0"
2020
end
2121
end

0 commit comments

Comments
 (0)