google-cloud-bigquery-storage 1.7.0 → 1.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: 73fe86dfb55846769017240fad92e5b391a1848db41ccd0c94a237068bcf2f12
4
- data.tar.gz: c899688fb6663f8a2347ff3a805fd503f9351a182e830d19143e6114cd58199c
3
+ metadata.gz: 5c58e461e3e942e97ff2847e68fedde5ddb4e401b21a369a93d77119ee58a86b
4
+ data.tar.gz: cb9e8f658df745037115a9ab61c04b444feb81ed745b431869ef0497e422d271
5
5
  SHA512:
6
- metadata.gz: 046ff5c5db593fce8bf319ef61d885920a95a533150b4d30bbdaa829ac6cef3e22ebb2799a84115949eb7112c9f9022f83c0d2f79b5663f0470ff37dc7f71622
7
- data.tar.gz: a24704b3bb34658fef1cd33d043d08fc02af383f7f2c01fde8c1144abe70a31ebc35e0563ea4af64c680a378900ea22f6454f771c9f198b842fb5a79692d633d
6
+ metadata.gz: c53b85c7ea1fecfc179e0e5552480373ec45062e88036fed3ad411cba9f6ab01bd05f8394c8746646526abade9496ce66037ec81749404cf997302f2fbc6972d
7
+ data.tar.gz: ef2ae99848b2b918f3494f89b7e94c4ce9b927eeae66410cc9ee46368245803b0d4a537ed5721ed03cca827a9dcbbce1512d131a32bf20f9c4be5b24784c7455
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 Storage
24
- VERSION = "1.7.0"
24
+ VERSION = "1.8.1"
25
25
  end
26
26
  end
27
27
  end
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 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.
@@ -198,6 +198,7 @@ module Google
198
198
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
199
199
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
200
200
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
201
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
201
202
  # * `:retry_codes` (*type:* `Array<String>`) -
202
203
  # The error codes that should trigger a retry.
203
204
  #
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright 2020 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-bigquery-storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC