google-cloud-essential_contacts-v1 1.6.1 → 1.7.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: '084c25b8a84fa0474ef00c09c6b5104e76b0193d19298c1b7d5136a52a76077b'
4
- data.tar.gz: 52bc850047942086971dc01b030afd8ed98e352fb0f9792baf94c8b48dfbaff2
3
+ metadata.gz: 7c70a9be5d15966d571fc47b4a3f5137ac5e02aaea62a675407bd8bcaa469d10
4
+ data.tar.gz: a62e35ef658e77bbfed76455ed2a656f37b7d97d5d7e7dfd0566d3c38bb4c510
5
5
  SHA512:
6
- metadata.gz: 03d3de1ad3452032bff3cabacbb7d6478a4490562c0b10ce93d0d47bc276bf3814bc176d9f289a6248c17615f5a3765a4b5e7aa4ff3bceb7a6adbe3fe2c942cb
7
- data.tar.gz: 02f4499ff766cf5c5b6f7460bc2c846e90dfddfbc45a5d5631e2e717d88bdc9f9badc5a2fda535fb5a1cb3fee670f9425485f788d2d971d2ab8cd39d69eb5ac9
6
+ metadata.gz: 3e2eefcab19587063368a3db84080e07d3f53fadbf38e2e12e9e9b4a3512940e296fba0925941d709eb6fe3131ae1b5fe52b91e071fd4b924d2235d289ae2e27
7
+ data.tar.gz: 7d346279be1c0c9b583bc017107ea9225f418ed7cd548ab0b2d2c181fb0f2f6fe300429a064efc692dfcc1f79c2b865a77bf671c5f816fc359a315c3490fb109
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
@@ -966,6 +966,7 @@ module Google
966
966
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
967
967
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
968
968
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
969
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
969
970
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
970
971
  # trigger a retry.
971
972
  # @return [::Hash]
@@ -1049,6 +1050,7 @@ module Google
1049
1050
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1050
1051
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1051
1052
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1053
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1052
1054
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1053
1055
  # trigger a retry.
1054
1056
  #
@@ -884,6 +884,7 @@ module Google
884
884
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
885
885
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
886
886
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
887
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
887
888
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
888
889
  # trigger a retry.
889
890
  # @return [::Hash]
@@ -956,6 +957,7 @@ module Google
956
957
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
957
958
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
958
959
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
960
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
959
961
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
960
962
  # trigger a retry.
961
963
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module EssentialContacts
23
23
  module V1
24
- VERSION = "1.6.1"
24
+ VERSION = "1.7.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-essential_contacts-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.7.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