msgr 0.14.1.1.b124 → 0.14.1.1.b125
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 +10 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2001d4982c46db6d24deff4a4224ea3ab324d356
|
|
4
|
+
data.tar.gz: 897ee73e929eeb57fdc851985d754002e43c9d12
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c6106196c3f0fbe1bec232bbdaac6f795c104937f4a9582765c19e1b4e56656460da183d0bde6dcdc7726bb1b2e06162b0dbd1f0952698b24d46f759d8712d0
|
|
7
|
+
data.tar.gz: 5b94e72a33b0cfabd76721f09e16524ea8265ee056c53d09632cfcc3887174075138e4256621bac31a442bfa5c0a230a35b4509c88a3212121e190d18603ea7d
|
data/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
## master
|
|
4
4
|
|
|
5
|
-
* Add new configuration option `:raise_exceptions` that can be used to enable
|
|
5
|
+
* Add new configuration option `:raise_exceptions` that can be used to enable
|
|
6
|
+
exceptions being raised from consumers. Mostly useful for testing consumers.
|
|
7
|
+
Defaults to `false`.
|
|
8
|
+
* Add option to release bindings before purging
|
|
9
|
+
* Rework TestPool timeout handling to not account processing time
|
|
10
|
+
* Add methods for purging queues
|
|
11
|
+
|
|
12
|
+
## 0.14.1
|
|
13
|
+
|
|
14
|
+
* Fix loading test pool source file
|
|
6
15
|
|
|
7
16
|
## 0.14.0
|
|
8
17
|
|