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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 13902c7e749e165b14fed18650e9192ad9c22267b04f72884163a029703c9717
4
- data.tar.gz: 5fb3894eb5e0a53b95346599725373e3da711ffc22f424049137513f58ba4fe3
3
+ metadata.gz: 2f0d74076f5def00cee4d1a042a189815e6a685fb376b63b50b8c4cd2b7bda15
4
+ data.tar.gz: 474b6421af4e31819a8a82195059645365c822bfd3fbbc7a82da949c5dda012c
5
5
  SHA512:
6
- metadata.gz: 61470534215c66eca24c174a365e41fcde820ccada6a2f834c1dfa3ee8249dd2cd7726404a41f48c39685769c16b5e5838442849fcf6279b0e345b01be6d96ba
7
- data.tar.gz: cabb4d3f357cd1b7d7e414f5cbcb6b2cd052e28a8afc7ccd90d0a90d6b82b194c3c02426a9d4e59635d4285c3e13d4e6358d990258f11029481296eac5f2ac90
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.0+.
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
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Bigtable
23
23
  module V2
24
- VERSION = "1.14.0"
24
+ VERSION = "1.15.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-bigtable-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
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.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