You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Support writes into multiple redis namespaces. [Andrei Vaduva]
17
+
18
+
- Adding support for multiple SQS queues. [Jamie Cressey]
19
+
20
+
- Ensure log lines confirm to utf-8 standard. [Jamie Cressey]
21
+
22
+
We've come across cases when certain characters break Beaver transmitting log lines. This PR ensures all log lines correctly conform to UTF-8 when they're formatted for transmission.
23
+
24
+
- Set timeout to 1 second. [Tim Stoop]
25
+
26
+
Apparantly, it needs to be an integer, so we cannot use pika's default
27
+
of .25.
28
+
29
+
30
+
- Revert "Lower the default to .25, which is pika's default." [Tim
31
+
Stoop]
32
+
33
+
This reverts commit 17157990a272e458cc9253666f01c6002b84bda8.
34
+
35
+
36
+
- Lower the default to .25, which is pika's default. [Tim Stoop]
37
+
38
+
As suggested by @kitchen.
39
+
40
+
41
+
- Pieter's patch for rabbitmq timeout. [Tim Stoop]
42
+
43
+
- Typo in config variable default value. [Jamie Cressey]
44
+
45
+
- Fix regressed change. [Jamie Cressey]
46
+
47
+
- Ability to send multiple log entries per single SQS message. [Jamie
48
+
Cressey]
49
+
50
+
- Adding AWS profile authentication to SQS transport. [Jamie Cressey]
0 commit comments