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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/spanner/v1/spanner/client.rb +2 -0
- data/lib/google/cloud/spanner/v1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 935466e4cd8a2c0c6f9340f0ad789272369d535a52e138b6778f7db292eb5d09
|
|
4
|
+
data.tar.gz: 194bb5106a13b5079e204fca154de67da964b6c0de08edf8b148753fc816a049
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
#
|
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.
|
|
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.
|
|
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.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|