google-cloud-memcache-v1 2.5.0 → 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: 71e4a26dd8a14f9d9807e1c6e3486fea1af183379df85087e3697a25cc060b6b
4
- data.tar.gz: b14052475d6cf8c6c83a064f6cee84345bcfcf2e650e31d8b9b5a262e18949f6
3
+ metadata.gz: 3f10fe2e1b81dd6bda4666c893968fb2cbbdab2f5764ddae198160738d9ae3a6
4
+ data.tar.gz: 6790034618d03cd44a84c00a727260edca3c3b56f59a20bbae43f29527a535f0
5
5
  SHA512:
6
- metadata.gz: 94b5cc0c85f5e0d67a9326235172aa792561b027d5575a84bd9156378302ff26051b4fe12afcff083a43f21990255e3d9214611d8affbfcd8bc6fbcfbd0c0b7c
7
- data.tar.gz: 30d67110ab2bc61e5b8b9b9ddc71f36b8fcecf515fb95e3320618cd22a2595cb66d0aae84aa1522d0286e04ddb794aecdf516d727bc05bc75d9ac8a9ba8667ed
6
+ metadata.gz: fa15cc6c1a54590176ec35b98064796155f89711fa0fd8110a5dac8b27c562c5f9bc3ca180a99e2ec86f46dc8d6be3ab4adb39ff334f3192d6ff7cc74e210482
7
+ data.tar.gz: b77663cf12c7e41502e05bc5ef053948a3d8a55edc986086496bb266d531f08950d8f652f75fcaca361a2b42ceefe5d422a9177e98ecacb71a71b4f718cdad89
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
@@ -1144,6 +1144,7 @@ module Google
1144
1144
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1145
1145
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1146
1146
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1147
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1147
1148
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1148
1149
  # trigger a retry.
1149
1150
  # @return [::Hash]
@@ -1227,6 +1228,7 @@ module Google
1227
1228
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1228
1229
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1229
1230
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1231
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1230
1232
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1231
1233
  # trigger a retry.
1232
1234
  #
@@ -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
  #
@@ -1056,6 +1056,7 @@ module Google
1056
1056
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1057
1057
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1058
1058
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1059
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1059
1060
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1060
1061
  # trigger a retry.
1061
1062
  # @return [::Hash]
@@ -1135,6 +1136,7 @@ module Google
1135
1136
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1136
1137
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1137
1138
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1139
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1138
1140
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1139
1141
  # trigger a retry.
1140
1142
  #
@@ -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 Memcache
23
23
  module V1
24
- VERSION = "2.5.0"
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-memcache-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0
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