google-cloud-redis-v1 2.5.1 → 2.6.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: 26a86cf81e4a1500329238843080d43ccad40b03ebe5aa3d36856f70b75a31b5
4
- data.tar.gz: 7cb0c7720063809c25d8de602d00a95141d3b58be993e7bd21c15f018b0472ae
3
+ metadata.gz: 1ebc58b848628fe3a1b831760382b3c57f0993fd713417f64d7bdbec9a53fe05
4
+ data.tar.gz: b61dda11111b6626a608a369fdf801efbdde307910a3cec93ffc34d48485df4a
5
5
  SHA512:
6
- metadata.gz: b133e87aa77748e671f785c5eb7ce99b41a53d98669eb7b1b6c7a42580741217263a2114488613b583904efd9bf10d91f6017ea299a052db67fbba3c395cb5a5
7
- data.tar.gz: 86391a7f28f562c831b737f863e0bd0af002c7a8083e0cc5182a4cd29416e59a8e740abf28828e7d286b1ed732fe2a923ea0d9dc6377bd11510276c42eaa6ee2
6
+ metadata.gz: 7a4d83269910474d5d42f68e3d019621c340ecb53fd44f6a1045169b8b885746308f55d9eb4ec20f177479920f0757fdc01d10b7d29f12de6ec3fd76a4ff0efb
7
+ data.tar.gz: a749d0440b82bcda663cfee1dff84a253619dccbf67e89b6e730f7d2134bac8fa786f464ded1009a9a2518263a7b69657c890dabfc4407101b5ec5252420c3ed
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
@@ -1469,6 +1469,7 @@ module Google
1469
1469
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1470
1470
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1471
1471
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1472
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1472
1473
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1473
1474
  # trigger a retry.
1474
1475
  # @return [::Hash]
@@ -1552,6 +1553,7 @@ module Google
1552
1553
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1553
1554
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1554
1555
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1556
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1555
1557
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1556
1558
  # trigger a retry.
1557
1559
  #
@@ -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
  #
@@ -1360,6 +1360,7 @@ module Google
1360
1360
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1361
1361
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1362
1362
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1363
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1363
1364
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1364
1365
  # trigger a retry.
1365
1366
  # @return [::Hash]
@@ -1439,6 +1440,7 @@ module Google
1439
1440
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1440
1441
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1441
1442
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1443
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1442
1444
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1443
1445
  # trigger a retry.
1444
1446
  #
@@ -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 V1
24
- VERSION = "2.5.1"
24
+ VERSION = "2.6.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-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.1
4
+ version: 2.6.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