beetle 3.3.0 → 3.3.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/RELEASE_NOTES.rdoc +5 -0
- data/lib/beetle/base.rb +4 -0
- data/lib/beetle/subscriber.rb +1 -1
- data/lib/beetle/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: 803a18e6acb9d08835042be267fab8251b59818aa8b6a6d1bccce49313ec6ff3
|
4
|
+
data.tar.gz: 10213d5296c892cfd195ae26804333a0289c4cabd5b455fa4fd17e9e63c2ee53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 351ffe68580dbfadb2f71f3ff185b47371d6e7430a075dee294ba96c35198cb4dc61ee2aacd0085f531b819ae968815282dad6301647807b0019af1e9109a516
|
7
|
+
data.tar.gz: 450ebd9703761b25b7def68bd399788140cb05f11e2246589f4039d236a456e8773dd38fcf223c7e0b6477b0a2aca646e9818415c45f92f1e04d900879f21f5f
|
data/RELEASE_NOTES.rdoc
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
= Release Notes
|
2
2
|
|
3
|
+
== Version 3.3.1
|
4
|
+
* It seems that there is a certain preference on connection level when
|
5
|
+
selecting the next message to process. We try to protect against
|
6
|
+
such bias by connecting in random order.
|
7
|
+
|
3
8
|
== Version 3.3.0
|
4
9
|
* protect against duplicate handler execution by keeping the status of
|
5
10
|
handler exectution for both redundant and non-redundant messages in
|
data/lib/beetle/base.rb
CHANGED
data/lib/beetle/subscriber.rb
CHANGED
data/lib/beetle/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: beetle
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.3.
|
4
|
+
version: 3.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stefan Kaes
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2019-07
|
15
|
+
date: 2019-08-07 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: bunny
|