google-cloud-dataqna 0.7.0 → 0.8.1

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: 295efbf62d1b025ae3bb7b78f23506e1575e43a65cc00c1ed7f1e4f708e47873
4
+ data.tar.gz: 65fea08f83a5139db83ed554b934e4a3c6e2f30241881613f27442b0dc9ef49a
5
5
  SHA512:
6
- metadata.gz: 353464e3bbbcae6716d1c4cf920d4d1a299c0721849ce59181fe6b297c4ffcb5cb4cfc379ae4364e556c00ee84673b9360a8123f29bfc2ff1d23c765322d4f70
7
- data.tar.gz: d3d26b20b1202190e3de90653023e0dbf662b9818e96614fed1f5f9b1bd786a02b5384571e6269532fa9db7de2b1517da55676203c3cb0f692ec4c02dd6b1e12
6
+ metadata.gz: b25066c642435dab9741069d56b58dac2b6af0f4edd1bfad6bbf1ea121c7e9e1f98c93855a91d8d4453f68792ed9900046cb4ae287540528e803bbee59863ef7
7
+ data.tar.gz: 2b11e2cb888897929c6df7904c56686a02a748202ea3f2fd6c55cab75b32199bd74aa398ee6fd360794d303dc6c55e6731e6bc8ef1e660113e158835d5a952f8
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.1"
24
24
  end
25
25
  end
26
26
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2021 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -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
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2021 Google LLC
3
+ # Copyright 2026 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
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.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC