google-cloud-redis-v1beta1 0.21.1 → 0.22.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: 9d397e0eec9faea62bc364a8b221e4c72c829995a35e200c6fbd15ef84ee4521
4
- data.tar.gz: e274aa33755b7c945fcc21f868884395aeafb808c04a0b1bcd9f9d838f84b55b
3
+ metadata.gz: 524da9f0aa90174d1b7279eea49a6707272dc4aa7b10b7d7712e0193ba8aeed6
4
+ data.tar.gz: 6579cf02042c90a1b497eac26ab6df072515da7064c5733799034c9ce2d57bb7
5
5
  SHA512:
6
- metadata.gz: 861ab3eeda360da7dbe157f12c99541a935e070970bab35f380aeeeacfd4b0f05d2e778907b299a62bf0770cfe055c2bf346da3be0ea97fa6743533a592f2db9
7
- data.tar.gz: 748cb50f215a6ce04a650a7ae12c6838177cb3102d62fc7953c4d6006ce765a3d9dfcd7b4fd04f15fa3b1042287c360b3609e40423c543a00b2229217a1c490f
6
+ metadata.gz: e699abb08a4b93850d5379ad46178fc725b0a9c39e0f922bc4ef580cbcb3775d0e5a39056018297e576405d4c17c8277550eb09775856fee8d7579fb6a85ea1e
7
+ data.tar.gz: bb35f8f7e0c9ded8e9a9e1b264243f70b56b130a6ec4c522eade724663680a1933e107b3c30c45057953dae4bec53ff1204aa544bd8a3c076d4a009e6aa9a2f2
data/README.md CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
85
85
 
86
86
  ## Supported Ruby Versions
87
87
 
88
- This library is supported on Ruby 3.0+.
88
+ This library is supported on Ruby 3.2+.
89
89
 
90
90
  Google provides official support for Ruby versions that are actively supported
91
91
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -1449,6 +1449,7 @@ module Google
1449
1449
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1450
1450
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1451
1451
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1452
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1452
1453
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1453
1454
  # trigger a retry.
1454
1455
  # @return [::Hash]
@@ -1532,6 +1533,7 @@ module Google
1532
1533
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1533
1534
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1534
1535
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1536
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1535
1537
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1536
1538
  # trigger a retry.
1537
1539
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -1339,6 +1339,7 @@ module Google
1339
1339
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1340
1340
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1341
1341
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1342
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1342
1343
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1343
1344
  # trigger a retry.
1344
1345
  # @return [::Hash]
@@ -1411,6 +1412,7 @@ module Google
1411
1412
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1412
1413
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1413
1414
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1415
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1414
1416
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1415
1417
  # trigger a retry.
1416
1418
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Redis
23
23
  module V1beta1
24
- VERSION = "0.21.1"
24
+ VERSION = "0.22.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-redis-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.1
4
+ version: 0.22.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