|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
4 | | -36.2.1 (2016-09-20) |
| 4 | +36.3.0 (2018-10-14) |
5 | 5 | ------------------- |
6 | 6 |
|
| 7 | +Fix |
| 8 | +~~~ |
| 9 | + |
| 10 | +- Correct release process. [Jose Diaz-Gonzalez] |
| 11 | + |
| 12 | +Other |
| 13 | +~~~~~ |
| 14 | + |
| 15 | +- Fix typo in RABBITMQ_ARGUMENT system property. [eroberts] |
| 16 | + |
| 17 | +- Add arbitrary RabbitMQ arguments - Updated transport to parse |
| 18 | + arguments -Updated config.py to add system property - Updated user |
| 19 | + usage documentation - Confirmed no change in functionality if args are |
| 20 | + not passed. [eroberts] |
| 21 | + |
| 22 | +- Usage fix. [Scott Brenner] |
| 23 | + |
| 24 | + Fixed missing/incorrect TCP option. |
| 25 | + |
| 26 | +- Remove truncating of logline after 32766 chars (#422) [Robert |
| 27 | + Wunderer] |
| 28 | + |
| 29 | + * Remove truncating of logline after 32766 chars |
| 30 | + |
| 31 | + It is not necessary to limit unicode()'s input to 32766 chars, while |
| 32 | + doing puts an arbitrary limit on the length of lines beaver can |
| 33 | + handle. |
| 34 | + |
| 35 | + * Pin moto version to fix tests |
| 36 | + |
| 37 | + * multiline_regex_before won't work when logfile ends with empty line |
| 38 | + |
| 39 | + * Revert "multiline_regex_before won't work when logfile ends with empty line" |
| 40 | + |
| 41 | + This reverts commit 5196789916afa184beb71a0ef86344d7580d9136. |
| 42 | + |
| 43 | + * Fix README link |
| 44 | + |
| 45 | + * Remove truncating of logline after 32766 chars |
| 46 | + |
| 47 | + It is not necessary to limit unicode()'s input to 32766 chars, while |
| 48 | + doing puts an arbitrary limit on the length of lines beaver can |
| 49 | + handle. |
| 50 | + |
| 51 | + |
| 52 | +- Fix README link. [Jamie Cressey] |
| 53 | + |
| 54 | +- Revert "multiline_regex_before won't work when logfile ends with empty |
| 55 | + line" [Jamie Cressey] |
| 56 | + |
| 57 | + This reverts commit 5196789916afa184beb71a0ef86344d7580d9136. |
| 58 | + |
| 59 | + |
| 60 | +- Multiline_regex_before won't work when logfile ends with empty line. |
| 61 | + [jeroenmaelbrancke] |
| 62 | + |
| 63 | +- Pin moto version to fix tests. [Jamie Cressey] |
| 64 | + |
| 65 | +- Fixing primary key reuse issues. [Javier Villar] |
| 66 | + |
| 67 | +- Limiting number of records in batch to 500 as this is the kinesis |
| 68 | + limit. [Greg Sterin] |
| 69 | + |
| 70 | +- Updating docs for number_of_consumer_processes config. [Greg Sterin] |
| 71 | + |
7 | 72 | - Avoid unreference variable 'st' error if file was removed. Raise |
8 | 73 | exception if unrecognized environment error from os.stat. [Greg |
9 | 74 | Sterin] |
|
0 commit comments