Skip to content

Commit d347102

Browse files
release: gapic-generator 0.43.0 (#1170)
1 parent 50f4524 commit d347102

9 files changed

Lines changed: 37 additions & 19 deletions

File tree

gapic-generator-ads/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-ads
22

3+
### 0.43.0 / 2025-04-24
4+
5+
* Includes changes from gapic-generator 0.43.0
6+
* Fix: Fixed typo in generated wrapper readmes
7+
* Fix: Provide a better check for grpc when typechecking credentials
8+
39
### 0.42.1 / 2025-02-04
410

511
* Includes changes from gapic-generator 0.42.1

gapic-generator-ads/Gemfile.lock

Lines changed: 6 additions & 6 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.42.1)
4+
gapic-generator (0.43.0)
55
actionpack (~> 5.2)
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.42.1)
16-
gapic-generator (= 0.42.1)
15+
gapic-generator-ads (0.43.0)
16+
gapic-generator (= 0.43.0)
1717

1818
GEM
1919
remote: https://rubygems.org/
@@ -47,15 +47,15 @@ GEM
4747
google-cloud-common (1.8.0)
4848
google-protobuf (>= 3.18, < 5.a)
4949
googleapis-common-protos-types (~> 1.7)
50-
google-protobuf (3.25.6-x86_64-linux)
50+
google-protobuf (3.25.7-x86_64-linux)
5151
google-style (1.27.1)
5252
rubocop (~> 1.56)
5353
googleapis-common-protos-types (1.19.0)
5454
google-protobuf (>= 3.18, < 5.a)
5555
grpc-tools (1.60.2)
5656
i18n (1.14.7)
5757
concurrent-ruby (~> 1.0)
58-
json (2.10.2)
58+
json (2.11.2)
5959
language_server-protocol (3.17.0.4)
6060
lint_roller (1.1.0)
6161
loofah (2.24.0)
@@ -134,4 +134,4 @@ DEPENDENCIES
134134
yard (~> 0.9)
135135

136136
BUNDLED WITH
137-
2.3.27
137+
2.5.22

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.42.1"
21+
VERSION = "0.43.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.43.0 / 2025-04-24
4+
5+
* Includes changes from gapic-generator 0.43.0
6+
* Fix: Fixed typo in generated wrapper readmes
7+
* Fix: Provide a better check for grpc when typechecking credentials
8+
39
### 0.42.1 / 2025-02-04
410

511
* Includes changes from gapic-generator 0.42.1

gapic-generator-cloud/Gemfile.lock

Lines changed: 6 additions & 6 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.42.1)
4+
gapic-generator (0.43.0)
55
actionpack (~> 5.2)
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.42.1)
16-
gapic-generator (= 0.42.1)
15+
gapic-generator-cloud (0.43.0)
16+
gapic-generator (= 0.43.0)
1717

1818
GEM
1919
remote: https://rubygems.org/
@@ -47,15 +47,15 @@ GEM
4747
google-cloud-common (1.8.0)
4848
google-protobuf (>= 3.18, < 5.a)
4949
googleapis-common-protos-types (~> 1.7)
50-
google-protobuf (3.25.6-x86_64-linux)
50+
google-protobuf (3.25.7-x86_64-linux)
5151
google-style (1.27.1)
5252
rubocop (~> 1.56)
5353
googleapis-common-protos-types (1.19.0)
5454
google-protobuf (>= 3.18, < 5.a)
5555
grpc-tools (1.60.2)
5656
i18n (1.14.7)
5757
concurrent-ruby (~> 1.0)
58-
json (2.10.2)
58+
json (2.11.2)
5959
language_server-protocol (3.17.0.4)
6060
lint_roller (1.1.0)
6161
loofah (2.24.0)
@@ -134,4 +134,4 @@ DEPENDENCIES
134134
yard (~> 0.9)
135135

136136
BUNDLED WITH
137-
2.3.27
137+
2.5.22

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.42.1"
21+
VERSION = "0.43.0"
2222
end
2323
end
2424
end

gapic-generator/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
22

3+
### 0.43.0 / 2025-04-24
4+
5+
* Fix: Fixed typo in generated wrapper readmes
6+
* Fix: Provide a better check for grpc when typechecking credentials
7+
* Feature: bless "::Google::Auth::BaseClient" as an allowed by default credentials type in Config
8+
39
### 0.42.1 / 2025-02-04
410

511
* Fix: Wrappers load release dependencies if local dependencies do not match

gapic-generator/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
gapic-generator (0.42.1)
4+
gapic-generator (0.43.0)
55
actionpack (~> 5.2)
66
bigdecimal (~> 3.0)
77
google-cloud-common (~> 1.2)
@@ -41,15 +41,15 @@ GEM
4141
google-cloud-common (1.8.0)
4242
google-protobuf (>= 3.18, < 5.a)
4343
googleapis-common-protos-types (~> 1.7)
44-
google-protobuf (3.25.6-x86_64-linux)
44+
google-protobuf (3.25.7-x86_64-linux)
4545
google-style (1.27.1)
4646
rubocop (~> 1.56)
4747
googleapis-common-protos-types (1.19.0)
4848
google-protobuf (>= 3.18, < 5.a)
4949
grpc-tools (1.60.2)
5050
i18n (1.14.7)
5151
concurrent-ruby (~> 1.0)
52-
json (2.10.2)
52+
json (2.11.2)
5353
language_server-protocol (3.17.0.4)
5454
lint_roller (1.1.0)
5555
loofah (2.24.0)
@@ -127,4 +127,4 @@ DEPENDENCIES
127127
yard (~> 0.9)
128128

129129
BUNDLED WITH
130-
2.3.27
130+
2.5.22

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.42.1"
19+
VERSION = "0.43.0"
2020
end
2121
end

0 commit comments

Comments
 (0)