google-cloud-dataqna 0.7.0 → 0.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: 7037b169d276c93f7818af7af29b17fefbbd8a7bcc2fc37db7a963b87ece0f3b
4
- data.tar.gz: 40ce261990ac5611575a2cf72b42beefe30f00c68e0fbe2a7db3a455a7787690
3
+ metadata.gz: 90cd3fb9c4e4569f6396669bc1c80901485bca9573ca44c3ebe32557b90f1503
4
+ data.tar.gz: 82262363ff3aa0b0360273f7e0b60488647dd9e046fbfffcae88af4721d5fe2a
5
5
  SHA512:
6
- metadata.gz: 353464e3bbbcae6716d1c4cf920d4d1a299c0721849ce59181fe6b297c4ffcb5cb4cfc379ae4364e556c00ee84673b9360a8123f29bfc2ff1d23c765322d4f70
7
- data.tar.gz: d3d26b20b1202190e3de90653023e0dbf662b9818e96614fed1f5f9b1bd786a02b5384571e6269532fa9db7de2b1517da55676203c3cb0f692ec4c02dd6b1e12
6
+ metadata.gz: 3a1d23e63756efb2946b16c71a8947ea1919c1eafe239f771518dd24b6dcc76ca6aea5b30a7cd15275b315f445fd340c4449d67fff1991c306bef8c6e71e6125
7
+ data.tar.gz: 1d7cd46a32fced9cb5044343be5e54fbe1bc12121292f9f4fd46ba55bbb45da1ed5d919037816566f59bb95e7ca58e3c4595e4219d2d1b3a87a185c0a1b60d1d
data/README.md CHANGED
@@ -71,7 +71,7 @@ working, try updating the versioned clients in your bundle or installed gems:
71
71
 
72
72
  ## Supported Ruby Versions
73
73
 
74
- This library is supported on Ruby 3.0+.
74
+ This library is supported on Ruby 3.2+.
75
75
 
76
76
  Google provides official support for Ruby versions that are actively supported
77
77
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DataQnA
23
- VERSION = "0.7.0"
23
+ VERSION = "0.8.0"
24
24
  end
25
25
  end
26
26
  end
@@ -269,6 +269,7 @@ module Google
269
269
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
270
270
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
271
271
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
272
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
272
273
  # * `:retry_codes` (*type:* `Array<String>`) -
273
274
  # The error codes that should trigger a retry.
274
275
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dataqna
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC