google-cloud-connectors 2.0.2 → 2.2.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: 9f58d4155c88b73fccae629f6fa30feccf7e749576654a012f8ac1b4970448dc
4
- data.tar.gz: 1ae5a342830c15dea1723f222d874fdcd609a14caad096ab0a72f4bd79ba024f
3
+ metadata.gz: 9825f014e7c9fa9d849eca6a583b6981c39291850a32b8bd9fe2d06e777b4521
4
+ data.tar.gz: '09212b8e2c99b65d2263e891b0a83f0b82f5b225db869dc3f1c0935ba0202c99'
5
5
  SHA512:
6
- metadata.gz: 6bf2ed49442384fa90c8e9570cc37215db7def04add73380373560b59287b2667a478f220f5bfc0839a00ed53f74df0712272ef943acdd5dc279c8766eee00cf
7
- data.tar.gz: eefce570857d2d7532f5247b01c6e2e7b05d23fdd53ee0b06a66ab2e3f60cf28393f4a9f402e958c9a1790bb7e15b2084a156a2e73805e6de89fe73b9adfa3fa
6
+ metadata.gz: 6fabe4284d0eb96b0da1e5e67424efc0cef9163350d790da14c35024f6d2f0a55a85d4a652bafd811e9507d1511034e3fec90f853ce4ad676dbe8138acdf85aa
7
+ data.tar.gz: 5cece9fc4276f4d442050433b1df58b97fa01accc5e40f5bc70bdf52e5f65246a1c640998c619956d17b0d828f624c91bcf306b37a8a6098356682d5e3101e2e
data/README.md CHANGED
@@ -71,7 +71,7 @@ working, try updating the versioned clients in your bundle or installed gems:
71
71
 
72
72
  ## Supported Ruby Versions
73
73
 
74
- This library is supported on Ruby 3.0+.
74
+ This library is supported on Ruby 3.2+.
75
75
 
76
76
  Google provides official support for Ruby versions that are actively supported
77
77
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Connectors
23
- VERSION = "2.0.2"
23
+ VERSION = "2.2.0"
24
24
  end
25
25
  end
26
26
  end
@@ -138,6 +138,7 @@ module Google
138
138
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
139
139
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
140
140
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
141
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
141
142
  # * `:retry_codes` (*type:* `Array<String>`) -
142
143
  # The error codes that should trigger a retry.
143
144
  #
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-connectors
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -62,7 +62,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '3.0'
65
+ version: '3.2'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="