google-cloud-pubsub 2.15.0 → 2.15.1
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 +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/google/cloud/pubsub/subscriber.rb +1 -1
- data/lib/google/cloud/pubsub/subscription.rb +1 -1
- data/lib/google/cloud/pubsub/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b6f6bca71a506686e481d68852eee2813f5b10908b824089e07bf6ad4070d10a
|
|
4
|
+
data.tar.gz: a52f4f7140448a02c2806ed2d7b04a36b1d62f686cb5d0a62dbfce26670165b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83662ae6574bf94c38bf19dfc46cda6f6a4fa11b465640ac35794a8ed38f2476244f5be5fb54ef82a1aac90fe4a0b890212e540f5136faaf1b480156d40b2217
|
|
7
|
+
data.tar.gz: fded200fa64d0f38a047fa3e2ea5bb3d3c204e8e82748b3611e796e2812809b98281865a923ca33ca2d3086d7c7ef72ca0671656813d77805f49b4b7b32f6e9b
|
data/CHANGELOG.md
CHANGED
|
@@ -53,7 +53,7 @@ module Google
|
|
|
53
53
|
# @attr_reader [Boolean] message_ordering Whether message ordering has
|
|
54
54
|
# been enabled.
|
|
55
55
|
# @attr_reader [Integer] streams The number of concurrent streams to open
|
|
56
|
-
# to pull messages from the subscription. Default is
|
|
56
|
+
# to pull messages from the subscription. Default is 2.
|
|
57
57
|
# @attr_reader [Integer] callback_threads The number of threads used to
|
|
58
58
|
# handle the received messages. Default is 8.
|
|
59
59
|
# @attr_reader [Integer] push_threads The number of threads to handle
|
|
@@ -937,7 +937,7 @@ module Google
|
|
|
937
937
|
# the default message_ordering value for the subscription when this
|
|
938
938
|
# argument is not provided. See {#reference?}.
|
|
939
939
|
# @param [Integer] streams The number of concurrent streams to open to
|
|
940
|
-
# pull messages from the subscription. Default is
|
|
940
|
+
# pull messages from the subscription. Default is 2. Optional.
|
|
941
941
|
# @param [Hash, Integer] inventory The settings to control how received messages are to be handled by the
|
|
942
942
|
# subscriber. When provided as an Integer instead of a Hash only `max_outstanding_messages` will be set.
|
|
943
943
|
# Optional.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-pubsub
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.15.
|
|
4
|
+
version: 2.15.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Moore
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2023-
|
|
12
|
+
date: 2023-02-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: concurrent-ruby
|