google-cloud-spanner-v1 1.18.0 → 1.19.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: 39e298816933d071c0c930a27607e8ce6eb18767de3b72c1f7320eca2f20359f
4
- data.tar.gz: 80f224e907be51ac111e991cc7112b1e994b2b1b670e1d24c90ca901cda4824e
3
+ metadata.gz: 935466e4cd8a2c0c6f9340f0ad789272369d535a52e138b6778f7db292eb5d09
4
+ data.tar.gz: 194bb5106a13b5079e204fca154de67da964b6c0de08edf8b148753fc816a049
5
5
  SHA512:
6
- metadata.gz: 0fae6cba99f0e28fa839c30505731a22079324229479deb2c0b0fb000de4b3e48d6d9ee850c5ba3bb848445c5dcdc1fd023164d7ec688dfb401aee2dc652ac37
7
- data.tar.gz: e10332a3112867b5d5f64d33d06c25f40abad8b5506e96ea5b2afcceed1ae126c0fc09acc538741afbbe64a7aaa91133cc56104a9ae5aa09228e6fcf225f83dd
6
+ metadata.gz: 863a526bbb2e556723227d69df94cd94b7743c3c2892b534e7cf09d2a9c33e1a06032ba1c438eb65ad1409da8150bb0d222972c945d3c6b6a959534ca1c71e3f
7
+ data.tar.gz: dddf5b7fccd3b9d8c7efcc00554627a8ab292d042175da5e0e68228cc26f58312af43e363180540c95fbdd0b48b82beb1bc4ea78b87cd3a82f091d476ec9f25d
data/README.md CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
85
85
 
86
86
  ## Supported Ruby Versions
87
87
 
88
- This library is supported on Ruby 3.0+.
88
+ This library is supported on Ruby 3.2+.
89
89
 
90
90
  Google provides official support for Ruby versions that are actively supported
91
91
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -2523,6 +2523,7 @@ module Google
2523
2523
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2524
2524
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2525
2525
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2526
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2526
2527
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2527
2528
  # trigger a retry.
2528
2529
  # @return [::Hash]
@@ -2606,6 +2607,7 @@ module Google
2606
2607
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2607
2608
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2608
2609
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2610
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2609
2611
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2610
2612
  # trigger a retry.
2611
2613
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Spanner
23
23
  module V1
24
- VERSION = "1.18.0"
24
+ VERSION = "1.19.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-spanner-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement