google-cloud-scheduler-v1 1.6.1 → 1.7.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: e5656ad5ab423bc39b9207ba2520ef6a1c894753ad49239428b348a53d0ec90f
4
- data.tar.gz: e6755b600d6e1ac62970e6f99e4db0914cd5092fcd51fa107235e7160132b612
3
+ metadata.gz: 4c06c233ddc70f19a9211c04b4921e5595feb7367d6b84ca80917fd58fd88fa4
4
+ data.tar.gz: feb1d59394ed096a761db84890772751178ec50acdf3a53efc5b93b37b1f2612
5
5
  SHA512:
6
- metadata.gz: 3ba017dc4690eb3162ef0b119cf8615d07c5b9ad2b9cdfbe6f4d9dd2b6dc46abbb8c85d0bf0d18f9dd2addab95780199de41d3f7b9afe048986620051e895cd7
7
- data.tar.gz: f520dd73f276076ace1b94188d638f672fd27820216790ea1fd687879bb7b5951fc87e20565eb780d090c132f4339b1428cc793059b6adfed929e3cd406af4fd
6
+ metadata.gz: 91a09cb46aa25f3217e640f367c46e92cbcaeda58f3b4ea45be352cfde70bd5525879d788655a1e6140c8597de67f78da8ca47f37b1d4e5c6c99d8ae7d202bc7
7
+ data.tar.gz: 8a7541ad8ec35b3b3c8d357256f573b0019371b03cbada679f5078a03d6f144e493fab846abee81bb19237968cd741dfb32c2027e0582f7465a68c2cf98fe3b5
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
@@ -1070,6 +1070,7 @@ module Google
1070
1070
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1071
1071
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1072
1072
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1073
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1073
1074
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1074
1075
  # trigger a retry.
1075
1076
  # @return [::Hash]
@@ -1153,6 +1154,7 @@ module Google
1153
1154
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1154
1155
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1155
1156
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1157
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1156
1158
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1157
1159
  # trigger a retry.
1158
1160
  #
@@ -982,6 +982,7 @@ module Google
982
982
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
983
983
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
984
984
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
985
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
985
986
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
986
987
  # trigger a retry.
987
988
  # @return [::Hash]
@@ -1061,6 +1062,7 @@ module Google
1061
1062
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1062
1063
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1063
1064
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1065
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1064
1066
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1065
1067
  # trigger a retry.
1066
1068
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Scheduler
23
23
  module V1
24
- VERSION = "1.6.1"
24
+ VERSION = "1.7.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-scheduler-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.7.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