google-cloud-redis-cluster-v1beta1 0.10.0 → 0.11.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: af2278654889f4cfbc5c2aa110aa02459cb2ccb4e54ad4b59673833215e35fca
4
- data.tar.gz: a6603666cca1556d78efe934ca2a75dd9d35cbdfee56bf6e05c1dcf290a2648f
3
+ metadata.gz: 1d281cb90967a5d2fdc6dac2da689866ee0b2bebd55ae94fe434fc112ad33f7e
4
+ data.tar.gz: 3de69e4a06ebf616c6be24292bb2b4927f74cd84eb3ae36f3504eb4222e5b7bd
5
5
  SHA512:
6
- metadata.gz: a4b8d866cf2a75bb689649785cb1f94f6564f47209d838369f020804d52b7a6e1a39b6763fcbed74adbd81f58c7a0d3a9adf5ddb48bd2abbe9d9619c580d81c1
7
- data.tar.gz: 3a9c2d2eb100ee89efda266a50bf0e53b77b480bbabb371f4a2402079e93dd950728d3e6e12a83439b19240a25cde37bd26e0c9920f89167c1d00c5a366af627
6
+ metadata.gz: ce283786490cf8a74ffd1d715e625facc71412eceec190d9b87b4d9bbd5720898e0f7a0eaa665b8d08f1fdab8c8c8dae6f604cd27c59825b8c3071fb86e5a752
7
+ data.tar.gz: e75e3913bfc0a340742e664795e87a35f1835a513bf8819b083efbec45290ecc5970b780f73ad767c6153242f979dd8d6cd639a75de9eb0d2b83a948f32696e5
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
@@ -1844,6 +1844,7 @@ module Google
1844
1844
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1845
1845
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1846
1846
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1847
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1847
1848
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1848
1849
  # trigger a retry.
1849
1850
  # @return [::Hash]
@@ -1927,6 +1928,7 @@ module Google
1927
1928
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1928
1929
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1929
1930
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1931
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1930
1932
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1931
1933
  # trigger a retry.
1932
1934
  #
@@ -704,6 +704,7 @@ module Google
704
704
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
705
705
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
706
706
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
707
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
707
708
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
708
709
  # trigger a retry.
709
710
  # @return [::Hash]
@@ -787,6 +788,7 @@ module Google
787
788
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
788
789
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
789
790
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
791
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
790
792
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
791
793
  # trigger a retry.
792
794
  #
@@ -1707,6 +1707,7 @@ module Google
1707
1707
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1708
1708
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1709
1709
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1710
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1710
1711
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1711
1712
  # trigger a retry.
1712
1713
  # @return [::Hash]
@@ -1786,6 +1787,7 @@ module Google
1786
1787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1787
1788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1788
1789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1789
1791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1790
1792
  # trigger a retry.
1791
1793
  #
@@ -542,6 +542,7 @@ module Google
542
542
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
543
543
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
544
544
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
545
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
545
546
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
546
547
  # trigger a retry.
547
548
  # @return [::Hash]
@@ -614,6 +615,7 @@ module Google
614
615
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
615
616
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
616
617
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
618
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
617
619
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
618
620
  # trigger a retry.
619
621
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Redis
23
23
  module Cluster
24
24
  module V1beta1
25
- VERSION = "0.10.0"
25
+ VERSION = "0.11.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-redis-cluster-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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