google-cloud-dataflow 0.8.0 → 0.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: f36ec8e14ceefb41c5ee884f3e3ab8b16a92b42c2f442e5715ba3ea419b721d9
4
- data.tar.gz: 72d50b4710375b7103c8d4903ddda514f8f5ff27b063d445f8bdba017365224a
3
+ metadata.gz: d25f561e8196ef94ad42633a80b0f199c1fea9125941e2d9b99443057a05ebb9
4
+ data.tar.gz: 3cd97667aea82ea60d9f324f8285896e89512853f48875b9ac23461a92c9a271
5
5
  SHA512:
6
- metadata.gz: 8f3cd26f529e842cbf1ff120316cfa69ccf1f33c8a75bf07576dfa33b081574beafc49d3c85aa89e382b7ed0d25ec47b2b715f135c27ebf8ee6cdc95861e6cd0
7
- data.tar.gz: ad63038f74e231b21c81ec26af4c3b28a0a72ae907e79df18155f0f72b8667dca0837ff05d065337c3f7ee2aee71c044ee9d1c4586edc6ed53a2a1417566b937
6
+ metadata.gz: 3fac2944a92fcf1f35629940b3bab6f941597dfca39605205e7e42b58f4d92863a071ff1de284259f108ff298715ef65183b07353a16a74d23cadc9d9dae2d6d
7
+ data.tar.gz: 8022f9ac132ba7327f1636427f8e145b2b2f355c087995786935cc1f39b327e7f43106e5e2e778b4beeccf599e180608e80842b8853a3c31a6b6542ad9fad28c
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 Dataflow
23
- VERSION = "0.8.0"
23
+ VERSION = "0.9.0"
24
24
  end
25
25
  end
26
26
  end
@@ -489,6 +489,7 @@ module Google
489
489
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
490
490
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
491
491
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
492
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
492
493
  # * `:retry_codes` (*type:* `Array<String>`) -
493
494
  # The error codes that should trigger a retry.
494
495
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dataflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC