From e3a29ae00c58866575b1a814f44a44d0414edbd2 Mon Sep 17 00:00:00 2001 From: Babu Prasad Dhandapani Date: Fri, 16 Aug 2019 17:43:43 -0700 Subject: [PATCH] Updated README and Version to 1.0.14 --- README.md | 7 +++++++ pom.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 800b140..3773353 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,13 @@ To run the sample follow the below steps: the new Kinesis Video stream might be delayed significantly. ## Release Notes +### Release 1.0.14 (Aug 2019) +* Fixed frame timecode during re-encoding in KinesisVideoRekognitionLambdaExample +* Fixed region for derived KVS Stream +* Using default FaceType for external image ids that doesn't follow specified format +* Upgraded JCodec version to 0.2.3 which provides scaling list support +* Log improvements + ### Release 1.0.13 (Apr 2019) * Fix: Make process method in H264FrameProcessor and H264FrameDecoder throw FrameProcessException. diff --git a/pom.xml b/pom.xml index 4a0a5f9..a5f53ee 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ amazon-kinesis-video-streams-parser-library jar Amazon Kinesis Video Streams Parser Library - 1.0.13 + 1.0.14 The Amazon Kinesis Video Streams Parser Library for Java enables Java developers to parse the streams returned by GetMedia calls to Amazon Kinesis Video.