Skip to content

Releases: aws/amazon-kinesis-video-streams-parser-library

Release 1.2.5 ((February 2023) of the Amazon Kinesis Video Streams Parser Library)

22 Feb 20:01
03289e3
Compare
Choose a tag to compare

What's changed:

  • Update amazon-kinesis-client from 1.14.8 to 1.14.10

Release 1.2.4 ((February 2022) of the Amazon Kinesis Video Streams Parser Library)

10 Mar 20:24
9c73f9c
Compare
Choose a tag to compare

What's changed:

  • Update amazon-kinesis-client from 1.14.7 to 1.14.8

Release 1.2.3 ((February 2022) of the Amazon Kinesis Video Streams Parser Library)

21 Feb 21:07
432cabf
Compare
Choose a tag to compare

What's changed:

  • Update slf4j-reload4j and slf4j-api from 1.7.35 to 1.7.36
  • Update aws-lambda-java-events from 1.2.0 to 2.2.9
  • Update amazon-kinesis-video-streams-producer-sdk-java from 1.8.0 to 1.12.0
  • Update aws-java-sdk-bom from 1.11.487 to 1.12.162

Release 1.2.2 ((January 2022) of the Amazon Kinesis Video Streams Parser Library)

28 Jan 22:47
68f8058
Compare
Choose a tag to compare

Whats changed:

  • Update slf4j-reload4j(slf4j-log4j12) and slf4j-api from 1.7.33 to 1.7.35
  • Update amazon-kinesis-client from 1.9.3 to 1.14.7
  • Update aws-lambda-java-core from 1.2.0 to 1.2.1
  • Update junit from 4.13.1 to 4.13.2
  • Update lombok from 1.18.16 to 1.18.22
  • Update commons-lang3 from 3.6 to 3.12.0
  • Update powermock-mockito-release-full from 1.6.3 to 1.6.4
  • Update maven-compiler-plugin from 3.2 to 3.9.0
  • Update lombok-maven-plugin from 1.18.16.0 to 1.18.20.0
  • Update maven-javadoc-plugin from 3.1.1 to 3.3.1
  • Update maven-source-plugin from 3.0.1 to 3.2.1
  • Update maven-shade-plugin from 2.3 to 3.2.4

Release 1.2.1 ((January 2022) of the Amazon Kinesis Video Streams Parser Library)

21 Jan 18:57
30a3154
Compare
Choose a tag to compare

Whats changed:

  • Update slf4j-log4j12 and slf4j-api from 1.7.25 to 1.7.33
  • Update log4j-slf4j-impl from 2.8.2 to 2.17.1

Release 1.2.0 ((January 2022) of the Amazon Kinesis Video Streams Parser Library)

13 Jan 18:23
f5d122d
Compare
Choose a tag to compare

What's Changed

  • Move from aws-lambda-java-log4j 1.1.0 to aws-lambda-java-log4j2 1.5.1 to address CVE
  • Update log4j to 2.17.1 to address CVE

Release 1.1.0 (December 2021) of the Amazon Kinesis Video Streams Parser Library

16 Dec 15:43
Compare
Choose a tag to compare

What's Changed

  • Bump junit from 4.12 to 4.13.1 by @dependabot in #115
  • Add ListFragment worker and update GetMediaForFragmentListWorker by @kyletran200 in #111
  • Bump log4j-api from 2.8.1 to 2.16.0
  • Bump log4j-core from 2.13.2 to 2.16.0

New Contributors

Full Changelog: v1.0.15...v1.1.0

Release 1.0.16 (December 2021) of the Amazon Kinesis Video Streams Parser Library

14 Dec 22:42
6e0bbfb
Compare
Choose a tag to compare

What's Changed

  • Bump junit from 4.12 to 4.13.1 by @dependabot in #115
  • Add ListFragment worker and update GetMediaForFragmentListWorker by @kyletran200 in #111
  • Bump log4j-api from 2.8.1 to 2.16.0
  • Bump log4j-core from 2.13.2 to 2.16.0

New Contributors

Full Changelog: v1.0.15...v1.0.16

Release 1.0.15 (September 2020) of the Amazon Kinesis Video Streams Parser Library

23 Sep 19:21
1b2019d
Compare
Choose a tag to compare
  • Added new cluster packing option to the OputputSegmentMerger to enable creation of a playable MKV file from a sparse KVS stream.
  • Added parsing of audio specific fields from the MKV track header.
  • Bump some dependency versions.
  • Modify the log level on some log messages.

Release 1.0.14 (August 2019) of the Amazon Kinesis Video Streams Parser Library

17 Aug 01:18
Compare
Choose a tag to compare
  • Fixed KinesisVideoRekognitionLambdaExample to use absolute timecode for frame during re-encoding/streaming.
  • Fixed region issue for derived KVS Stream.
  • Using default FaceType for Rekognition's External Image IDs that doesn't follow specified format.
  • Upgraded to JCodec version 0.2.3 which provides scaling list support.
  • Log improvements.