Skip to content

Commit 6a0f2b7

Browse files
author
Oliver Hsu
authored
Update changelog and version to 1.2 (#45)
1 parent 2f0cd5c commit 6a0f2b7

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2.1
66
parameters:
77
scalyr_sink_version: # scalyr_sink_version needs to be updated on every new version release.
88
type: string
9-
default: "1.1"
9+
default: "1.2"
1010

1111
jobs: # a collection of steps
1212
build: # runs not using Workflows must have a `build` job as entry point

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ Features:
1111

1212
## 1.1
1313
Performance improvements for JSON serialization.
14+
15+
## 1.2
16+
* Allow not specifying application attribute fields in custom application event mappings when `send_entire_record` is `true`.
17+
* Change default `batch_send_size_bytes` to 5 MB.

config/connect-scalyr-sink.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ api_key=<log write api key from https://app.scalyr.com/keys>
3434

3535
#Maximum time to wait in millisecs between batch sends. This ensures events are sent to Scalyr in a timely manner on systems under light load where `batch_send_size_bytes` may not be reached for longer periods of time.
3636
#batch_send_wait_ms=5000
37+
38+
#If true, send the entire Kafka Connect record value serialized to JSON as the message field.
39+
#send_entire_record=true

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.scalyr.integrations.kafka</groupId>
66
<artifactId>kafka-connect-scalyr-sink</artifactId>
7-
<version>1.1</version>
7+
<version>1.2</version>
88
<packaging>jar</packaging>
99

1010
<name>kafka-connect-scalyr-sink</name>

0 commit comments

Comments
 (0)