google-cloud-memcache-v1beta2 0.17.0 → 0.18.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: e2913a5f48bbd1d0b26143e0fba090e472c4c7654526e7e100ca02738fd51eae
4
- data.tar.gz: 7d2bd001909b841d961a260f452218834b8bb0eae76e17dcbdbeac468dae9232
3
+ metadata.gz: a27f7bdacb9fdbe2d64e1bb504f5f720c029400a3249f458c681afb3268e9134
4
+ data.tar.gz: ffbaff62b6c1e17e66a4380c02152a071f320a5891590e493653b81ec52bf33e
5
5
  SHA512:
6
- metadata.gz: 3d49f9e7d43a13192c373c83ecdb035458d8956b9c2502f2215de2973d0c6d3803f11ef9aa68221e4340b091673a7c061d4ce157b71180e43487b9b4095098a6
7
- data.tar.gz: '07869d5df72ec1171e555975d65e997084d51a02168399216715eca15efc5078ecc163b59c29094b1d2f5fdb4732dd168151a7bb1e8483a175b0c2df28f13314'
6
+ metadata.gz: a1c7d2cd651325f765dcc2439a82f7a374e3fded4295179417e25771bd5afa6e956bcbda920ab3f771ed826bb45340ac720c2804081a8f32f4332ea1a5743f5a
7
+ data.tar.gz: 1f5e81358cb51aaa5ad4f9d4ea7a3d1cf6ece58402483ba3bd5b33541f398f234f88de7cdff814543a491ad57452a28f4e56cdcf454d08251661c740359dea7a
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
@@ -1248,6 +1248,7 @@ module Google
1248
1248
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1249
1249
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1250
1250
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1251
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1251
1252
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1252
1253
  # trigger a retry.
1253
1254
  # @return [::Hash]
@@ -1331,6 +1332,7 @@ module Google
1331
1332
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1332
1333
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1333
1334
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1335
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1334
1336
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1335
1337
  # trigger a retry.
1336
1338
  #
@@ -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
  #
@@ -1153,6 +1153,7 @@ module Google
1153
1153
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1154
1154
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1155
1155
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1156
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1156
1157
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1157
1158
  # trigger a retry.
1158
1159
  # @return [::Hash]
@@ -1232,6 +1233,7 @@ module Google
1232
1233
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1233
1234
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1234
1235
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1236
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1235
1237
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1236
1238
  # trigger a retry.
1237
1239
  #
@@ -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 V1beta2
24
- VERSION = "0.17.0"
24
+ VERSION = "0.18.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-v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.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