google-cloud-dataproc 2.8.0 → 2.9.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: aa567727c63493e0c53ff50129226a85fe7ac16c48d926890c32f92a2a51e059
4
- data.tar.gz: a00f39bf2659daffa547f41dbb351036ebd22b50251133cb092825e4ad2bcafb
3
+ metadata.gz: 05f10f2d8fbe7dc0cab5624ac2e1e75482f414b18e3d42f842320cef99ea39ac
4
+ data.tar.gz: 436afa87a7b8206ba9dac2c8c72687ca416f3e94a7bafbf262a8e68576a44555
5
5
  SHA512:
6
- metadata.gz: 06cd76d0de4e561c972495c0295e5c65b7e1a49912c3512a7da3e6c842395f8eabb13dde6e3278066f303f03f042bcd982e682e2f3523cd10ad6e6a5051cde74
7
- data.tar.gz: 42ea89432311ba5ca91abef474fcca4078f24b4bd7c76c3414a37fbe2903187caed6f0cd93e4bd83f7da41ec33acf9189ed52db85c79324441b28b1d3e38d087
6
+ metadata.gz: 5b2a5db9348ef37c2534d208d291a16b857e3ef918e49135abac5d4f9c48f5546e8642045a44d164188539f9a5875e1393e2fd006db101bb16aedce117609c0c
7
+ data.tar.gz: 123e2ba7db52fbb000263c5753af68f08f58110c04330000705bf21a0e4957342809e7ef4b75fb2693c4262d32e372af446eaeeab94eb7c80169bce7f552c528
data/README.md CHANGED
@@ -82,7 +82,7 @@ working, try updating the versioned clients in your bundle or installed gems:
82
82
 
83
83
  ## Supported Ruby Versions
84
84
 
85
- This library is supported on Ruby 3.0+.
85
+ This library is supported on Ruby 3.2+.
86
86
 
87
87
  Google provides official support for Ruby versions that are actively supported
88
88
  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 Dataproc
23
- VERSION = "2.8.0"
23
+ VERSION = "2.9.0"
24
24
  end
25
25
  end
26
26
  end
@@ -632,6 +632,7 @@ module Google
632
632
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
633
633
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
634
634
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
635
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
635
636
  # * `:retry_codes` (*type:* `Array<String>`) -
636
637
  # The error codes that should trigger a retry.
637
638
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dataproc
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.0
4
+ version: 2.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC