google-cloud-support-v2 1.8.0 → 1.9.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: 077da7f0ce2853f2c891fcc56fa8d25e7e5ff69d464f3d5e144584885ccf8418
4
- data.tar.gz: 205c5e48a57cf21ba6b60f0ac5aca6d9ceb8367500d479f093fbcdfb223158a7
3
+ metadata.gz: 7282f710988af572b2d57db45d80cf0989ff118d0592340137907464f5085ebe
4
+ data.tar.gz: e908ff3c123fd91791b5d6774f603daaf1c824ac7977a86dcbd3e9535b590f51
5
5
  SHA512:
6
- metadata.gz: 98250ea956928fb4165cddf09581ffbefa0e6d4ce2582c0730ed078e2f1d602fd01c6b30b42945cb9197eff8aaa79df2794be17cbe8c85c7b31865dd7f259b3b
7
- data.tar.gz: 923dea493e0aac6578c3b6e38b9ab9a495dc73cc65252c605ff9af82b8acd15779df8739f8affef299ed368601ccc428aedc15178cba9397ef862263c3375328
6
+ metadata.gz: d542e87a1c9eb97714f175721f2700b1378a7123c1464f4ebebf23a131578eff3b3c8e734d1cbee0370aa2bc71f586fb1563550933d2312ec97ac67d514ce2aa
7
+ data.tar.gz: 6570aadff3ad52b9191df6f51a220ebe0dda0d35b827893dc140b91d2bf81589ce51a874a7d36581ec387551923575298ea0c64e75648cffe0385b646f04ee7e
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.0+.
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
@@ -502,6 +502,7 @@ module Google
502
502
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
503
503
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
504
504
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
505
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
505
506
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
506
507
  # trigger a retry.
507
508
  # @return [::Hash]
@@ -585,6 +586,7 @@ module Google
585
586
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
586
587
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
587
588
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
589
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
588
590
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
589
591
  # trigger a retry.
590
592
  #
@@ -1105,6 +1105,7 @@ module Google
1105
1105
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1106
1106
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1107
1107
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1108
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1108
1109
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1109
1110
  # trigger a retry.
1110
1111
  # @return [::Hash]
@@ -1188,6 +1189,7 @@ module Google
1188
1189
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1189
1190
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1190
1191
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1192
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1191
1193
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1192
1194
  # trigger a retry.
1193
1195
  #
@@ -585,6 +585,7 @@ module Google
585
585
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
586
586
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
587
587
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
588
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
588
589
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
589
590
  # trigger a retry.
590
591
  # @return [::Hash]
@@ -668,6 +669,7 @@ module Google
668
669
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
669
670
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
670
671
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
672
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
671
673
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
672
674
  # trigger a retry.
673
675
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Support
23
23
  module V2
24
- VERSION = "1.8.0"
24
+ VERSION = "1.9.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-support-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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.2'
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.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement