google-cloud-workflows-executions-v1 1.5.1 → 1.6.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: f63bd6d039ae7677d53243e84ac7e248961fe3dea66051676145f11225a2ecfc
4
- data.tar.gz: 492fa29536924f28204bd1e4a4416cfcf36fe8ef4ab8f99b5afacdfd192dcf39
3
+ metadata.gz: 53bd839ff00c1ec9fc8d85c138df83d163b62b2516d60826c9f9608420ff3ef1
4
+ data.tar.gz: e1e4a399448d343d76407fef3547dddbcbf4e754ee5fb998313e7f5739667c3b
5
5
  SHA512:
6
- metadata.gz: 38320ad4c35303a8427a1558a4dc8b8605618b7c6778789bf55718950792fe2ce7ff4e4dddcc2ca19857ae9f0884f69b69cd12bab68e7abf129a5f2e88fefb71
7
- data.tar.gz: f125160b4209c38c5f2b8fef001c6e9bce90ba191286ee6fe81907137a903f210e6b75e7c6b716c135c14d8cdc30970045333c7547a7cf126e325a4293cdb4bf
6
+ metadata.gz: e07b0a5f6c4335b9df8638e533b4f01dccc3087de526d5aaaa7b4b45094503b2c1436ee3822d39fc30e3cf4fc9a8d993a8f1a79e17710fffcf79d5e657da12cb
7
+ data.tar.gz: 14f2ef19af264305ecc34648b26990dcb62174b7c23d3da5dd8ee2ca857b0ed6c55a699139d06f5946fc395decdedbad6c12b360696e6fe7d53885dad7cde895
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 3.0+.
89
+ This library is supported on Ruby 3.2+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -670,6 +670,7 @@ module Google
670
670
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
671
671
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
672
672
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
673
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
673
674
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
674
675
  # trigger a retry.
675
676
  # @return [::Hash]
@@ -753,6 +754,7 @@ module Google
753
754
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
754
755
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
755
756
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
757
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
756
758
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
757
759
  # trigger a retry.
758
760
  #
@@ -609,6 +609,7 @@ module Google
609
609
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
610
610
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
611
611
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
612
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
612
613
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
613
614
  # trigger a retry.
614
615
  # @return [::Hash]
@@ -681,6 +682,7 @@ module Google
681
682
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
682
683
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
683
684
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
685
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
684
686
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
685
687
  # trigger a retry.
686
688
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Workflows
23
23
  module Executions
24
24
  module V1
25
- VERSION = "1.5.1"
25
+ VERSION = "1.6.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-workflows-executions-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement