google-cloud-bigquery-data_policies 2.1.0 → 2.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: 2d659a058e13f036c6c2f7c040a2136a80ff5a372ea785f06f3e7af61b8956d1
4
- data.tar.gz: b93edfb158f3e25800a3f4d7fd946fc0d1ebb20d23fbdd562cb407048ea11955
3
+ metadata.gz: 430f4829999bb99a588c8656423f211f0ec305e4530ddc50416996be6f544260
4
+ data.tar.gz: 5552e1c8b1cd14c1f0d59d7974584824732eefe529eca257d7580f575afd42b6
5
5
  SHA512:
6
- metadata.gz: 85e3c8242bb62dbc3bbabd5e01170d6e2147e80b13eb489143ad3954e3869a713d9bb898bf6d23fe13e767a0bfcdbe804ba866ade953dc6ae47abed7f07f20a1
7
- data.tar.gz: aa9246a65e22f67d3e1e5f3c59364dea48d9ee632ef5fc721d199860d06810ccb7b21c852e6408b39f3efb26981a4c17bbbf423d15806b6917407ddf75039a9b
6
+ metadata.gz: 86edfe8a7fb7cf0751f00905a4b2208cb80182ba2e615bfbd8884ab365721b54292eff1e29f84cc084a7873177ae62cddf707f97576dde3aee6182fa62e2100f
7
+ data.tar.gz: 9081390c1897fab8c9e2817f48e525d11d36e829a431c3a1fcde0c87ea8109c135898cb718011d1c9e1bf89fa665d52a0fddb0e7a60c3f2cba10547a90d96fe0
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 DataPolicies
24
- VERSION = "2.1.0"
24
+ VERSION = "2.2.0"
25
25
  end
26
26
  end
27
27
  end
@@ -139,6 +139,7 @@ module Google
139
139
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
140
140
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
141
141
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
142
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
142
143
  # * `:retry_codes` (*type:* `Array<String>`) -
143
144
  # The error codes that should trigger a retry.
144
145
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-data_policies
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC