google-cloud-dataproc 2.8.0 → 2.9.1

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: 16f94cb8edf363c741c392e59a902a9760dcc0f30a9ea87016b6d6712767cfb7
4
+ data.tar.gz: e2463af168c46fe3bfa972a610560eea95ce29449bc5108f647a889a83a64412
5
5
  SHA512:
6
- metadata.gz: 06cd76d0de4e561c972495c0295e5c65b7e1a49912c3512a7da3e6c842395f8eabb13dde6e3278066f303f03f042bcd982e682e2f3523cd10ad6e6a5051cde74
7
- data.tar.gz: 42ea89432311ba5ca91abef474fcca4078f24b4bd7c76c3414a37fbe2903187caed6f0cd93e4bd83f7da41ec33acf9189ed52db85c79324441b28b1d3e38d087
6
+ metadata.gz: b81543578807f52ccb7701f205b82030c45b9c1ca3bd4f9cded5adebb3dc140a01fa80454c173314630d92e8d9db862fd8868212221a2675a878b8b718ea5655
7
+ data.tar.gz: f79b79fb1f7f471cc1a7b8ec17fdd8319e4d2818bfc0d5932b7767e5c47314e6e8d02819bc10d46e5e4c3d0be0677c08146dd4b9e7577ac2fa6f8a53744b5051
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.1"
24
24
  end
25
25
  end
26
26
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -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
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC