|
1 | 1 | # Kafka Connect Scalyr Sink Connector Changes by Release |
2 | 2 |
|
3 | | -## 1.0 |
4 | | -Initial Release |
| 3 | +## 1.4 |
5 | 4 |
|
6 | | -Features: |
7 | | -* Supports Elastic Filebeat log messages with automatic conversion of Filebeat log messages to Scalyr log events. |
8 | | -* Supports custom application log messages using user defined conversion of message fields to Scalyr log event attributes. |
9 | | -* Supports Fluentd and Fluent Bit using custom application event mappings. |
10 | | -* Exactly once delivery using the topic, partition, and offset to uniquely identify events and prevent duplicate delivery. |
| 5 | +* Address Log4J Arbitrary Code Execution exploit by upgrading to log4j v2.15.0. For more information on the vulnerability |
| 6 | + see upstream log4j CVE https://nvd.nist.gov/vuln/detail/CVE-2021-44228. |
11 | 7 |
|
12 | | -## 1.1 |
13 | | -Performance improvements for JSON serialization. |
| 8 | +## 1.3 |
| 9 | + |
| 10 | +Features |
| 11 | +* Regular expression support for custom application event mapping `matcher.value`. |
| 12 | +* `matchAll` support for custom application event mapping matcher. |
14 | 13 |
|
15 | 14 | ## 1.2 |
| 15 | + |
16 | 16 | * Allow not specifying application attribute fields in custom application event mappings when `send_entire_record` is `true`. |
17 | 17 | * Change default `batch_send_size_bytes` to 5 MB. |
18 | 18 |
|
19 | | -## 1.3 |
20 | | -Features |
21 | | -* Regular expression support for custom application event mapping `matcher.value`. |
22 | | -* `matchAll` support for custom application event mapping matcher. |
| 19 | +## 1.1 |
| 20 | +Performance improvements for JSON serialization. |
23 | 21 |
|
24 | | -## 1.4 |
25 | | -* Address Log4J Arbitrary Code Execution exploit by upgrading to log4j v2.15.0. For more information on the vulnerability |
26 | | - see upstream log4j CVE https://nvd.nist.gov/vuln/detail/CVE-2021-44228. |
| 22 | +## 1.0 |
| 23 | + |
| 24 | +Initial Release |
| 25 | + |
| 26 | +Features: |
| 27 | +* Supports Elastic Filebeat log messages with automatic conversion of Filebeat log messages to Scalyr log events. |
| 28 | +* Supports custom application log messages using user defined conversion of message fields to Scalyr log event attributes. |
| 29 | +* Supports Fluentd and Fluent Bit using custom application event mappings. |
| 30 | +* Exactly once delivery using the topic, partition, and offset to uniquely identify events and prevent duplicate delivery. |
0 commit comments