Skip to content

Commit ea46b2c

Browse files
author
Oliver Hsu
authored
Release version 1.3 (#48)
Version 1.3 contains: * Regular expression support for custom application event mapping matcher.value. * matchAll support for custom application event mapping matcher. * Improved logging for supportability.
1 parent 98b874b commit ea46b2c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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.2"
9+
default: "1.3"
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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@ Performance improvements for JSON serialization.
1414

1515
## 1.2
1616
* 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.
17+
* Change default `batch_send_size_bytes` to 5 MB.
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.

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.2</version>
7+
<version>1.3</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)