google-cloud-filestore 2.1.0 → 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: 5106025b7ac3d724abfc1aaa36875ca833d1d4b06eadbaae5830c76767a865a1
4
- data.tar.gz: 56f0ddd426654b98110a80610b9f4af65bc4864fda1afc89d187337e442cb245
3
+ metadata.gz: '094c05e98e1b31b5520bf95653e3aadd8006fa2f86f152d494d5a9a4c1e18680'
4
+ data.tar.gz: 3c59dfbc117abdf9441106f56d1f1b0a8f59d3ecf5096b97a25f1fc36dad5007
5
5
  SHA512:
6
- metadata.gz: 79739c9a68ac8049ecae7088f9e51abfa6819a347fcf435841f9c091ff06473d094ff699c2064fdb9b5c0a74d37e41a915be0bf0d6a1ab32da386ef8273fc21e
7
- data.tar.gz: fd4d9784a618f481e3f303ee9280f190482e78a436371e9577d65beb0c18d6fa4fc37d874af4b4bb56a8c0db0ea24c921ec05ce11902c8c90b2772eb556230b0
6
+ metadata.gz: 24166ebe2ec203a478af0eb78815fdbe3c211ac22960e11a8534e90abad736af4f8d3c5a3f5be7ddad95a48d6513fc591a00b5b80dccfa7e8ff9227f5819dca6
7
+ data.tar.gz: 768ab9e97bdad52304aef37ee76e7468b34952a354d7cd009fbd01f40444a19e9580e7ded897d5b500354b439d3268c1beaf0de6e8b62ae8fceb9c8308b0bce1
data/README.md CHANGED
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
74
74
 
75
75
  ## Supported Ruby Versions
76
76
 
77
- This library is supported on Ruby 3.0+.
77
+ This library is supported on Ruby 3.2+.
78
78
 
79
79
  Google provides official support for Ruby versions that are actively supported
80
80
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Filestore
23
- VERSION = "2.1.0"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -156,6 +156,7 @@ module Google
156
156
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
157
157
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
158
158
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
159
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
159
160
  # * `:retry_codes` (*type:* `Array<String>`) -
160
161
  # The error codes that should trigger a retry.
161
162
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-filestore
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC