google-cloud-workflows 3.1.0 → 3.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: 6c5e3aeee2e61d556b44f56cd5d59288674378cb608ba8cac99123f13921ad1c
4
- data.tar.gz: b83fb6e9f12628adf2127664b2275d46685391f04ab6fd64265c822b4066e3a6
3
+ metadata.gz: 2e83465b57ff479053758e5fcb9121aaf2104a79c16e9e1ead781aa427f8e8d0
4
+ data.tar.gz: 99486cfe371226d5a1043966186a797bea57dd0f85f1978919f4cc254e2f0d7d
5
5
  SHA512:
6
- metadata.gz: 0a7d2fead3b47a658bd84368c27460d4a4744dc82ca4f2cc97614af99884f63ce5229e872163cb61df34950e9eeaaf2855e233b4ca494970675b1747895fd440
7
- data.tar.gz: 0ebb10ca370404eabb686e18556a9c41455e2c9eecf9e15c61a23708591412c88e29d7e31f35cb57b63c0810479d91f6ef38efebd1970265aeb4a35d92c92c26
6
+ metadata.gz: 97da8212125a263590de3aa6f0d5c13d4a32f7cd393214079f69a0570e2a7108bd84888b42784e2851665ebdd3f936575f05dc048f03aaabf4ffaec409863bb9
7
+ data.tar.gz: f72ee0b42ef6d20a092c0a885b812f54a89f6bbd7c530a4d7a98c31a174c5522b47ca2bc0994b281e0d2e45be16ee676498855b82bf04ffe8242c6923418243c
data/README.md CHANGED
@@ -76,7 +76,7 @@ working, try updating the versioned clients in your bundle or installed gems:
76
76
 
77
77
  ## Supported Ruby Versions
78
78
 
79
- This library is supported on Ruby 3.0+.
79
+ This library is supported on Ruby 3.2+.
80
80
 
81
81
  Google provides official support for Ruby versions that are actively supported
82
82
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -131,6 +131,7 @@ module Google
131
131
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
132
132
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
133
133
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
134
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
134
135
  # * `:retry_codes` (*type:* `Array<String>`) -
135
136
  # The error codes that should trigger a retry.
136
137
  #
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Workflows
23
- VERSION = "3.1.0"
23
+ VERSION = "3.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -140,6 +140,7 @@ module Google
140
140
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
141
141
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
142
142
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
143
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
143
144
  # * `:retry_codes` (*type:* `Array<String>`) -
144
145
  # The error codes that should trigger a retry.
145
146
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-workflows
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC