diff --git a/CHANGELOG.md b/CHANGELOG.md index 7841ff26..ac449097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index b1cb72c7..1b63cb43 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/java/amazon-kinesis-producer-sample/pom.xml b/java/amazon-kinesis-producer-sample/pom.xml index 934ad2d4..75684cb6 100644 --- a/java/amazon-kinesis-producer-sample/pom.xml +++ b/java/amazon-kinesis-producer-sample/pom.xml @@ -56,7 +56,7 @@ com.amazonaws amazon-kinesis-producer - 0.14.3 + 0.14.4 org.slf4j diff --git a/java/amazon-kinesis-producer/pom.xml b/java/amazon-kinesis-producer/pom.xml index 829357c6..41a085b0 100644 --- a/java/amazon-kinesis-producer/pom.xml +++ b/java/amazon-kinesis-producer/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.amazonaws amazon-kinesis-producer - 0.14.3 + 0.14.4 Amazon Kinesis Producer Library