google-cloud-redis-cluster 2.0.2 → 2.2.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: dc3d56193f86658bbd6dcb621f6b0a2a2f1d34fa316664ad9cdd7076b1e808e3
4
- data.tar.gz: 2d3d040ee4e843576cd97cb5098708ab0987a9edfd3db3745637a0c0013f2842
3
+ metadata.gz: ba06f79e9d9203352ce09f17cf70355383774f8b5434361297378391d0d435c0
4
+ data.tar.gz: d69bcb72a5a04d402d625145b5ff64f3626da98ba4f08b8b9a3dcb6541b199ec
5
5
  SHA512:
6
- metadata.gz: 688d5934cb940cf43be5ee4fda95a6a413f364f26092b8e71bde80758e47a5d97f2a5e5bf3aa63f6517770c6a9b9c225635daae9a09ab5b94e07749b80daafa4
7
- data.tar.gz: ea40b4d2e5e9f7c3003e41dd89e2719c7d0929a840da08d9d2253e0c29a375d7e1474b625373906fd9ea03cd3e89edba7da897a0bd5b07ce2c7164327762429f
6
+ metadata.gz: 0b7395f03fa19379bbce020fd5dd39160adc5314d2bfc02cc9346f5a856541ecee9797917d3d82b60c1ce049700c6b2367380285a62e8265ff866920240287df
7
+ data.tar.gz: d0380e7cb9f8b11310c98f1f6f8d4bd7bc029a4c3c9f3ec412b9dbae26456d5d9b77a44960d263002014213b07d1ef190dfb53d3b9c3aafbe231b0295e2feb79
data/README.md CHANGED
@@ -73,7 +73,7 @@ working, try updating the versioned clients in your bundle or installed gems:
73
73
 
74
74
  ## Supported Ruby Versions
75
75
 
76
- This library is supported on Ruby 3.0+.
76
+ This library is supported on Ruby 3.2+.
77
77
 
78
78
  Google provides official support for Ruby versions that are actively supported
79
79
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Redis
23
23
  module Cluster
24
- VERSION = "2.0.2"
24
+ VERSION = "2.2.0"
25
25
  end
26
26
  end
27
27
  end
@@ -153,6 +153,7 @@ module Google
153
153
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
154
154
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
155
155
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
156
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
156
157
  # * `:retry_codes` (*type:* `Array<String>`) -
157
158
  # The error codes that should trigger a retry.
158
159
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-redis-cluster
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -61,7 +61,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
61
  requirements:
62
62
  - - ">="
63
63
  - !ruby/object:Gem::Version
64
- version: '3.0'
64
+ version: '3.2'
65
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="