@onify/fake-amqplib 1.0.0 → 2.0.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.
package/CHANGELOG.md DELETED
@@ -1,70 +0,0 @@
1
- Changelog
2
- =========
3
-
4
- # 1.0.0
5
-
6
- - smqp@6.1
7
- - lint some
8
-
9
- # 0.9.1
10
-
11
- - Always return queue name when asserting queue
12
-
13
- # 0.9.0
14
-
15
- - support connecting with urlish object
16
- - smqp@6
17
-
18
- # 0.8.5
19
-
20
- - ack/nack all only cares about messages consumed by channel, previously everything was gone
21
-
22
- # 0.8.4
23
-
24
- - ack/nack all fix
25
-
26
- # 0.8.3
27
-
28
- - Call confirm channel callback when the message is queued, not when it is consumed!
29
- - implement publish with empty string special case
30
- - hide some internal props from message
31
-
32
- # 0.8.2
33
-
34
- - share behind the scenes broker if connection hosts and vhost are the same
35
- - add new `connectSync` helper method to be able to get a connection synchronously to facilitate testing
36
-
37
- # 0.8.1
38
-
39
- - be a better mimic of amqplib, some stuff didn't work at all prior to this version
40
-
41
- ## Additions
42
-
43
- - Handle different behaviours between RabbitMQ versions
44
-
45
- # 0.8.0
46
-
47
- - bump `smqp@5`
48
- - stop building for node 10 (mocha's fault)
49
-
50
- # 0.7.0
51
-
52
- - bump `smqp@4`
53
-
54
- # 0.6.0
55
-
56
- - bump `smqp@3.2`
57
-
58
- # 0.5.0
59
-
60
- - support exclusive queue and its behaviour
61
- - emit return on channel if mandatory message was not routed
62
-
63
- # 0.4.0
64
-
65
- - apparently connection is killed as well when trying to consume exclusive consumed queue
66
- - try to mimic real behaviour and throw some errors with code
67
-
68
- # 0.3.0
69
-
70
- - kill channel if trying to consume exclusive consumed queue