google-cloud-gke_connect-gateway-v1beta1 0.13.1 → 0.14.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: 7696521cf6d848251a09b0e9b3ab9f8cae1886a7a50813108977db3d1023d188
|
|
4
|
+
data.tar.gz: dfa66933bd755ed9d3c2eb8be9389227014e019a7bd89999b2f5caaf2c5a7333
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 99aad1153bdc7aade897328e9a23b0c442b0c73eedea69c88bee17c2c3c76a65631ebb7710a6371123c20fa4ea22d4a9c2d42fe46898987f77a102a931117360
|
|
7
|
+
data.tar.gz: 7a3316d4a1cc78c191a55fb17d6457df46cb699c81e7dba8fcb328055d03409d1f980768b4248a369791f93bc22a0448755a34ece837f75386f0b2aeff596652
|
data/README.md
CHANGED
|
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
86
86
|
|
|
87
87
|
## Supported Ruby Versions
|
|
88
88
|
|
|
89
|
-
This library is supported on Ruby 3.
|
|
89
|
+
This library is supported on Ruby 3.2+.
|
|
90
90
|
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -348,6 +348,7 @@ module Google
|
|
|
348
348
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
349
349
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
350
350
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
351
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
351
352
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
352
353
|
# trigger a retry.
|
|
353
354
|
# @return [::Hash]
|
|
@@ -420,6 +421,7 @@ module Google
|
|
|
420
421
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
421
422
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
422
423
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
424
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
423
425
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
424
426
|
# trigger a retry.
|
|
425
427
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-gke_connect-gateway-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.14.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '1.
|
|
18
|
+
version: '1.3'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '1.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|