google-cloud-workflows 3.1.0 → 3.2.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: 6c5e3aeee2e61d556b44f56cd5d59288674378cb608ba8cac99123f13921ad1c
4
- data.tar.gz: b83fb6e9f12628adf2127664b2275d46685391f04ab6fd64265c822b4066e3a6
3
+ metadata.gz: 2250398decdf9d3b9f4f4c7de2296e21088d41b78ce6acc960738ec2180f0577
4
+ data.tar.gz: 6bd9e72aceee15c70083944d47a35a3943d16e407796f90d929e4aed5b7d5849
5
5
  SHA512:
6
- metadata.gz: 0a7d2fead3b47a658bd84368c27460d4a4744dc82ca4f2cc97614af99884f63ce5229e872163cb61df34950e9eeaaf2855e233b4ca494970675b1747895fd440
7
- data.tar.gz: 0ebb10ca370404eabb686e18556a9c41455e2c9eecf9e15c61a23708591412c88e29d7e31f35cb57b63c0810479d91f6ef38efebd1970265aeb4a35d92c92c26
6
+ metadata.gz: 7188d6ccb0e50abad6a1aa7ee391473b9fa8f66dc911c7248a39463d4f3b78dedccd7b5842a6f9fe5e9660f2d6c3e4d609971e1d888288d01f4e0a1edb125093
7
+ data.tar.gz: 53fbdf99c335c4250a6e8c22be0bb57ffc7a1ae64083da0704742ba6455e36ecb463b2bab1810f381770488ab00daaa1744c3b9756a03a601a60c4ed793fd7c4
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
@@ -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.
@@ -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.
@@ -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.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.
@@ -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
  #
@@ -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-workflows
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC