Skip to content

Commit

Permalink
Merge pull request #336 from yatins47/master
Browse files Browse the repository at this point in the history
Adding release notes for 0.14.4 release.
  • Loading branch information
yatins47 authored Feb 2, 2021
2 parents 51135d3 + 4425e03 commit 1a6b81e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## Changelog
### 0.14.4
* [PR #334] Add support for building multiple architectures, specifically arm64.
* This now supports AWS Graviton based instances.
* Bumped Boost slightly to a version that includes Arm support and added the architecture to the path for kinesis_producer.
* [PR #335] Fixed logging for native layer allowing to enable debug/trace logs.

### 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.
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ 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.4
* [PR #334] Add support for building multiple architectures, specifically arm64.
* This now supports AWS Graviton based instances.
* Bumped Boost slightly to a version that includes Arm support and added the architecture to the path for kinesis_producer.
* [PR #335] Fixed logging for native layer allowing to enable debug/trace logs.

### 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.
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.3</version>
<version>0.14.4</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.3</version>
<version>0.14.4</version>
<name>Amazon Kinesis Producer Library</name>

<scm>
Expand Down

0 comments on commit 1a6b81e

Please sign in to comment.