Skip to content

Commit

Permalink
Merge pull request #330 from yatins47/master
Browse files Browse the repository at this point in the history
Adding release notes for 0.14.3 release.
  • Loading branch information
yatins47 authored Dec 18, 2020
2 parents 3ec1c61 + b3cd9ee commit dd24bfa
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Changelog
### 0.14.3
* [PR #327] Adding support for timeout on user records at Java layer.
* New optional KPL config parameter userRecordTimeoutInMillis which can be used to timeout records at the java layer queued for processing.
* [PR #328] Changing CloudWatch client retry strategy to use default SDK retry strategy with exponential backoff.
* [PR #324] Adding KPL metric to track the time for oldest user record in processing at the java layer.
* [PR #318] Fixing bug where KPL goes into a continuous retry storm if the stream is deleted and re-created.

### 0.14.2
* [PR #320] Adding support for Glue Schema Registry.
* Serialize and send schemas along with records, support for compression and auto-registration of schemas.
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ If you have further questions [please open a GitHub Issue](https://github.com/aw
This is a restatement of the [notice published](https://docs.aws.amazon.com/streams/latest/dev/kinesis-kpl-upgrades.html) in the [Amazon Kinesis Data Streams Developer Guide][kinesis-developer-guide]

## Release Notes
### 0.14.3
* [PR #327] Adding support for timeout on user records at Java layer.
* New optional KPL config parameter userRecordTimeoutInMillis which can be used to timeout records at the java layer queued for processing.
* [PR #328] Changing CloudWatch client retry strategy to use default SDK retry strategy with exponential backoff.
* [PR #324] Adding KPL metric to track the time for oldest user record in processing at the java layer.
* [PR #318] Fixing bug where KPL goes into a continuous retry storm if the stream is deleted and re-created.

### 0.14.2
* [PR #320] Adding support for Glue Schema Registry.
* Serialize and send schemas along with records, support for compression and auto-registration of schemas.
Expand Down
2 changes: 1 addition & 1 deletion java/amazon-kinesis-producer-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-producer</artifactId>
<version>0.14.2</version>
<version>0.14.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/amazon-kinesis-producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-producer</artifactId>
<version>0.14.2</version>
<version>0.14.3</version>
<name>Amazon Kinesis Producer Library</name>

<scm>
Expand Down

0 comments on commit dd24bfa

Please sign in to comment.