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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2174d82afb21a3099add823a4fef171044149f792c0bae0513175a4951a86166
|
|
4
|
+
data.tar.gz: 5d157d95db581e66a3714fc300e54b9f5fe2b2420deb4f8fe18d2ef9e0d693e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
#
|
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.
|
|
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.
|
|
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
|