Skip to content

Commit eb56a62

Browse files
committed
Sort changelog in reverse chronological order.
1 parent 3b8a366 commit eb56a62

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

CHANGELOG.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,30 @@
11
# Kafka Connect Scalyr Sink Connector Changes by Release
22

3-
## 1.0
4-
Initial Release
3+
## 1.4
54

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.
117

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.
1413

1514
## 1.2
15+
1616
* Allow not specifying application attribute fields in custom application event mappings when `send_entire_record` is `true`.
1717
* Change default `batch_send_size_bytes` to 5 MB.
1818

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.
2321

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

Comments
 (0)