Skip to content

Commit

Permalink
Release version 1.3 (#48)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Oliver Hsu authored Dec 23, 2020
1 parent 98b874b commit ea46b2c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2.1
parameters:
scalyr_sink_version: # scalyr_sink_version needs to be updated on every new version release.
type: string
default: "1.2"
default: "1.3"

jobs: # a collection of steps
build: # runs not using Workflows must have a `build` job as entry point
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ Performance improvements for JSON serialization.

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

## 1.3
Features
* Regular expression support for custom application event mapping `matcher.value`.
* `matchAll` support for custom application event mapping matcher.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.scalyr.integrations.kafka</groupId>
<artifactId>kafka-connect-scalyr-sink</artifactId>
<version>1.2</version>
<version>1.3</version>
<packaging>jar</packaging>

<name>kafka-connect-scalyr-sink</name>
Expand Down

0 comments on commit ea46b2c

Please sign in to comment.