Skip to content

Commit

Permalink
Updated README and Version to 1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhandap committed Aug 17, 2019
1 parent 600ead3 commit e3a29ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<artifactId>amazon-kinesis-video-streams-parser-library</artifactId>
<packaging>jar</packaging>
<name>Amazon Kinesis Video Streams Parser Library</name>
<version>1.0.13</version>
<version>1.0.14</version>
<description>The Amazon Kinesis Video Streams Parser Library for Java enables Java developers to parse the streams
returned by GetMedia calls to Amazon Kinesis Video.
</description>
Expand Down

0 comments on commit e3a29ae

Please sign in to comment.