|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
4 | | -33.3.0 (2015-04-08) |
| 4 | +34.0.0 (2015-07-24) |
5 | 5 | ------------------- |
6 | 6 |
|
| 7 | +- Added ssl-tcp key file support. [babbleshack] |
| 8 | + |
| 9 | +- Rename configuration dir and debian bin to python-beaver. [David |
| 10 | + Moravek] |
| 11 | + |
| 12 | +- Rename debian package back to python-beaver. [David Moravek] |
| 13 | + |
| 14 | +- Debian packaging code review; thx @mnicky. [David Moravek] |
| 15 | + |
| 16 | +- Improves debian packaging. [David Moravek] |
| 17 | + |
| 18 | +- Fix tests when ZMQ is not installed. [David Moravek] |
| 19 | + |
| 20 | +- Fix tests for python 2.7 (add funcsigs test dependency) [David |
| 21 | + Moravek] |
| 22 | + |
| 23 | +- Move badge to below header. [Jose Diaz-Gonzalez] |
| 24 | + |
| 25 | +- Add constants for data types, validate in init, use callback map. |
| 26 | + [Hector Castro] |
| 27 | + |
| 28 | +- Move data type method conditional outside of loop. [Hector Castro] |
| 29 | + |
| 30 | +- Add channel support to Redis transport. [Hector Castro] |
| 31 | + |
| 32 | + This changeset adds support for publishing log entries to a Redis |
| 33 | + channel, which is also supported by Logstash's Redis input. |
| 34 | + |
| 35 | + Beaver configuration files can now supply a `redis_data_type` key. Valid |
| 36 | + values for this key are `list` and `channel`. If left unset, the default |
| 37 | + is `list`. |
| 38 | + |
| 39 | + Attempts to resolve #266. |
| 40 | + |
| 41 | + |
| 42 | +- Introduced a stomp transport for beaver using stomp.py. [Peter |
| 43 | + Lenderyou] |
| 44 | + |
| 45 | +- Fix references to ConfigParser error classes. [Jose Diaz-Gonzalez] |
| 46 | + |
| 47 | +- Redis transport: handle multiple connections and use them in round |
| 48 | + robin style. [musil] |
| 49 | + |
| 50 | +- Fixes GELF format according to specs. [Marvin Frick] |
| 51 | + |
| 52 | + GELF formatted messages need to be \0 ended. At least for sending over |
| 53 | + TCP. |
| 54 | + |
| 55 | + |
| 56 | +- Kafka round robin partitioner. [David Moravek] |
| 57 | + |
| 58 | +- Solve error: cannot convert argument to integer. [Theofilis George- |
| 59 | + Nektarios] |
| 60 | + |
| 61 | + See at #312 |
| 62 | + |
7 | 63 | - Basic docs for GELF formatter. [Oleg Rekutin] |
8 | 64 |
|
9 | 65 | Also fixes formatting issues with the immediately-preceding HTTP |
|
0 commit comments