google-cloud-channel 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: 10475607ac66d509e74a7aab6d957d02225bb399b091ab51c40d92706ada2446
4
- data.tar.gz: 671fcb644fa088617d6ad1f88f04345cfda43e5a762285df8f1c12a1db8ed523
3
+ metadata.gz: 4e4ea429832cb9dd5d6e32e8485ce385e1ccf59dc94d115b12aa367658f1b4fc
4
+ data.tar.gz: 3d23bfc88304c8a5e618f3e8b40d8b66f17ab9027b6ff4851fb3efbb048ecdb2
5
5
  SHA512:
6
- metadata.gz: af55436b343732d66dc83f2c7ddce1fc4b8a0a2a002fa0d1ece82b67ec678e998833aaccd440db5f8c2c609a9c8d993d9067eeb304c250e3565597881d1410f5
7
- data.tar.gz: 4a70eb0c1695f17d8e038094425a3b8df030c8d5a573597c2ac2883e444778e4e1136cbe6a58a247a244ce8fd45e38379ba9973f04c67da97aff41fff5c5a377
6
+ metadata.gz: a0489f055fd73e3674270e1a772675d8779af951780f2d01f4bafbd3697ef130c7f42cda24027eca0675105587e5143b32a6a800e5aaa150a3c728f9d6a11408
7
+ data.tar.gz: 6985cbe03fae526e4b9030b0d40756eddd93e528b4ce77fe26fb840a33d5978ebd2ebb122d12ddf783e5f059a510543d0e8d51fd5d48489fb36324a75adb625f
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 Channel
23
- VERSION = "2.1.0"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -234,6 +234,7 @@ module Google
234
234
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
235
235
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
236
236
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
237
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
237
238
  # * `:retry_codes` (*type:* `Array<String>`) -
238
239
  # The error codes that should trigger a retry.
239
240
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-channel
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