google-cloud-bigquery-reservation 1.7.0 → 1.8.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: 7bb3c64bed817f3112dfcb3e0a60cfd4583bd90d694a8be6d49f06470c9b3717
4
- data.tar.gz: 52a4515d4a835ed3ebe6d552726a431b860bc02b50352284526ab80c1b48db38
3
+ metadata.gz: 9f2131e99f2f0f495517245e94cf462e3988c4fddbc19e940640c3ce31ce1df2
4
+ data.tar.gz: '098a5b45c45fda1a4e008bd0a6dd877a3fa582ebbccbde2cd9905514c90c928e'
5
5
  SHA512:
6
- metadata.gz: 79b55e44ad7811811905b93476b2d9ba9a7e50e70ff73271e91a2f96559720b33c074bdbf5492faa2cf8dbf909702a5d449b356e0ca710a04a7d6908e0434d55
7
- data.tar.gz: 543a983f9cc630fb5f4f1c3736f9d17d036ad388f0a964b2bcc3978abd2d4a746c8a513a69b0883fa217eabf4acc1070251e3cd919f2fd73b4b6fa9c297af8bd
6
+ metadata.gz: d9f47c717a2b01c0b9c66fcdaea596f46ea1e1d0413af4d18b952e0e8e1ad1e91be336d51df0728e5aecc61499a84dcc3ad93f6feb9a4b554e98d600cd3f8666
7
+ data.tar.gz: 2e319b9728e2b19b01ddcc1b480a97cae87e693bd9060dd0463598b742e2839a78e9bd05b7ccbe862b08a3ed5cc182d34509535a1a5e08b3756eafa1faeacc04
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Bigquery
23
23
  module Reservation
24
- VERSION = "1.7.0"
24
+ VERSION = "1.8.0"
25
25
  end
26
26
  end
27
27
  end
@@ -153,6 +153,7 @@ module Google
153
153
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
154
154
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
155
155
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
156
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
156
157
  # * `:retry_codes` (*type:* `Array<String>`) -
157
158
  # The error codes that should trigger a retry.
158
159
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-reservation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC