google-cloud-bigquery-data_exchange 0.6.0 → 0.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: 47224a0a45aec0ef4b4ba4ba20657b58163f2ccd9f3c0c43a1652cffb870f360
4
- data.tar.gz: dcfe23447a064141db9011c3598e2521bd71a99839ac294a16743e03683aee2d
3
+ metadata.gz: 124edd163b7ea27e7f8c9e93b1b6819c3009c1f1f3221cac701ece8a937e4eb2
4
+ data.tar.gz: 5d75153adc2de7fd18e374044879eeecf71f3146dedff308675158698f9367dd
5
5
  SHA512:
6
- metadata.gz: 4a37d516e4fda4680f100c9098980f5955b3032969863016d1f6591ea8cad09aac939eda2adf4fb5e4408cfc2b4b9c10a8d205adac3dc85af953b4b24feb2f24
7
- data.tar.gz: 22779bb9a21bbdc80f8475e24880faf58644e9a48a50d56de058d8ff9fcf9b2776b8ff86e6e40a455bb2f14600295155cfc323e6ea0da8ac8313f02f1d57ac57
6
+ metadata.gz: b1a9cde4b4a6f46ec72d61c58670f92506a66ef9a9940d3767a69bb877a21dd3b08fa1457e9d1e1e554a4b92b3d24890413362ffb3dc523c39b74e2001a7d750
7
+ data.tar.gz: a991bf2dd2abe31e21ff22a87d66930a34dcc25f894d0a1ef5e558310a95b7dfdcf2d988e70596eae94d42a03d47767a73b6298f4709df4829c781cfd8de6633
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 DataExchange
24
- VERSION = "0.6.0"
24
+ VERSION = "0.7.0"
25
25
  end
26
26
  end
27
27
  end
@@ -135,6 +135,7 @@ module Google
135
135
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
136
136
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
137
137
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
138
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
138
139
  # * `:retry_codes` (*type:* `Array<String>`) -
139
140
  # The error codes that should trigger a retry.
140
141
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-data_exchange
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC