google-cloud-bigtable-v2 1.14.0 → 1.15.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/bigtable/v2/bigtable/client.rb +2 -0
- data/lib/google/cloud/bigtable/v2/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: 2f0d74076f5def00cee4d1a042a189815e6a685fb376b63b50b8c4cd2b7bda15
|
|
4
|
+
data.tar.gz: 474b6421af4e31819a8a82195059645365c822bfd3fbbc7a82da949c5dda012c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b5d7a47611b3478f858b75523ac6e51b81a4481c723fd5b484d8ac3e0474284318d1215ac8df6be85356486a3ddccf044793d71ccb15e2138647b9f4244d0e95
|
|
7
|
+
data.tar.gz: e58c22b0007c5475d9cf88bb615dc1193074e82c2219cb7c659e3ba6485ec33345888cb82e6e02c27c3f5a159c5af7d445221e999d6fad74bac38c1df8478283
|
data/README.md
CHANGED
|
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
86
86
|
|
|
87
87
|
## Supported Ruby Versions
|
|
88
88
|
|
|
89
|
-
This library is supported on Ruby 3.
|
|
89
|
+
This library is supported on Ruby 3.2+.
|
|
90
90
|
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -1982,6 +1982,7 @@ module Google
|
|
|
1982
1982
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1983
1983
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1984
1984
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1985
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1985
1986
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1986
1987
|
# trigger a retry.
|
|
1987
1988
|
# @return [::Hash]
|
|
@@ -2065,6 +2066,7 @@ module Google
|
|
|
2065
2066
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
2066
2067
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
2067
2068
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
2069
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
2068
2070
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
2069
2071
|
# trigger a retry.
|
|
2070
2072
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-bigtable-v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.15.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
|