google-cloud-pubsub-v1 1.15.0 → 1.16.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: 0d1ccb6cf646d90b684953f7c8398b191f8bcf0e17532be6d432f6b22100456b
4
- data.tar.gz: 7c1c491420d072b07acc6cc48d657963db58e4daf1322fdcb61dc574179d235f
3
+ metadata.gz: 2174d82afb21a3099add823a4fef171044149f792c0bae0513175a4951a86166
4
+ data.tar.gz: 5d157d95db581e66a3714fc300e54b9f5fe2b2420deb4f8fe18d2ef9e0d693e7
5
5
  SHA512:
6
- metadata.gz: 6ab53005c08a565e9ea947fe283eb35d3fb5cb442e360cddd73b3d7037e56d9d1873a33b0142a559ce19d086110a7960826c67ffc2c75e5de77d59a6055c2add
7
- data.tar.gz: 150adffada0fb6b4b8faa2d2b7253ef0e67e46d474862cb7d2e4bbee5c651174a62b814f094b16ebf57cff97336e4657832c89f8267743283eb009b898519571
6
+ metadata.gz: 32e015dd978e653b7a396a9b0b2117775866dcb66119b37f4082145a8af468927fdad0a2f8e8efaef9dc510f54ecf851f6f4d5bc0be44c4b0e021b87a239f208
7
+ data.tar.gz: beb15d81037a704c571a416d2d748ae383e52cc3c9a53cee22c5c473646d88d62abdb2d46507de0311c2999410bc5c3b57a1c918c21d51665c8220101ca503a6
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
@@ -1278,6 +1278,7 @@ module Google
1278
1278
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1279
1279
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1280
1280
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1281
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1281
1282
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1282
1283
  # trigger a retry.
1283
1284
  # @return [::Hash]
@@ -1361,6 +1362,7 @@ module Google
1361
1362
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1362
1363
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1363
1364
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1365
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1364
1366
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1365
1367
  # trigger a retry.
1366
1368
  #
@@ -2052,6 +2052,7 @@ module Google
2052
2052
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2053
2053
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2054
2054
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2055
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2055
2056
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2056
2057
  # trigger a retry.
2057
2058
  # @return [::Hash]
@@ -2135,6 +2136,7 @@ module Google
2135
2136
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
2136
2137
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
2137
2138
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
2139
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
2138
2140
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
2139
2141
  # trigger a retry.
2140
2142
  #
@@ -1203,6 +1203,7 @@ module Google
1203
1203
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1204
1204
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1205
1205
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1206
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1206
1207
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1207
1208
  # trigger a retry.
1208
1209
  # @return [::Hash]
@@ -1286,6 +1287,7 @@ module Google
1286
1287
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1287
1288
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1288
1289
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1290
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1289
1291
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1290
1292
  # trigger a retry.
1291
1293
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PubSub
23
23
  module V1
24
- VERSION = "1.15.0"
24
+ VERSION = "1.16.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-pubsub-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.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