gapic-generator-cloud 0.48.1 → 0.49.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d7ea01b0fb283771312385f3ac48f020c46e8de37c5faa57a6a12f07466655d2
|
|
4
|
+
data.tar.gz: ab5fc2a27fae08a2162743373ccfee9047f40cbc6c11b7e9518c126589429c6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cdfe3d330ac8dba81c83ad5000a5e4aa7e71d493bbcb1c5274595e095742b068dcf5d4c96bbf126f31f5109c6605597735655a99dae5e1c33a78f3ea9f27c6ae
|
|
7
|
+
data.tar.gz: '096421855539223a11d4621996da0901b0c76ffc5e650db3f8c0b4ffa00cba2be77ff9f4b3fa15fbaeb0939901e3bc9c4132cfaa2cf707f65294bab779b40618'
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Release History for gapic-generator-cloud
|
|
2
2
|
|
|
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
|
+
|
|
3
9
|
### 0.48.1 / 2026-03-17
|
|
4
10
|
|
|
5
11
|
* Includes changes from gapic-generator 0.48.1
|
data/README.md
CHANGED
|
@@ -97,9 +97,9 @@ This is not an official Google project. While it is being used internally to
|
|
|
97
97
|
generate official Google API client libraries, there is no guarantee of support
|
|
98
98
|
or stability for any other use.
|
|
99
99
|
|
|
100
|
-
As of
|
|
100
|
+
As of May 2026, this generator can be run on Ruby 3.2 or later. In general,
|
|
101
101
|
we will make an effort to ensure it is supported on non-end-of-life versions of
|
|
102
|
-
Ruby.
|
|
102
|
+
Ruby. Currently, this includes support through Ruby 4.0.
|
|
103
103
|
|
|
104
104
|
Issues can be filed on GitHub at
|
|
105
105
|
https://github.com/googleapis/gapic-generator-ruby/issues.
|
|
@@ -117,7 +117,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
117
117
|
|
|
118
118
|
## Supported Ruby Versions
|
|
119
119
|
|
|
120
|
-
This library is supported on Ruby 3.
|
|
120
|
+
This library is supported on Ruby 3.2+.
|
|
121
121
|
|
|
122
122
|
Google provides official support for Ruby versions that are actively supported
|
|
123
123
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -145,6 +145,7 @@ end
|
|
|
145
145
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
146
146
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
147
147
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
148
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
148
149
|
# * `:retry_codes` (*type:* `Array<String>`) -
|
|
149
150
|
# The error codes that should trigger a retry.
|
|
150
151
|
#
|
|
@@ -112,7 +112,7 @@ working, try updating the versioned clients in your bundle or installed gems:
|
|
|
112
112
|
|
|
113
113
|
## Supported Ruby Versions
|
|
114
114
|
|
|
115
|
-
This library is supported on Ruby 3.
|
|
115
|
+
This library is supported on Ruby 3.2+.
|
|
116
116
|
|
|
117
117
|
Google provides official support for Ruby versions that are actively supported
|
|
118
118
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gapic-generator-cloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.49.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ernest Landrito
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - '='
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: 0.
|
|
20
|
+
version: 0.49.0
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - '='
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: 0.
|
|
27
|
+
version: 0.49.0
|
|
28
28
|
email:
|
|
29
29
|
- landrito@google.com
|
|
30
30
|
- quartzmo@gmail.com
|