Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mallenahally committed Dec 17, 2021
1 parent 2a9cf23 commit dbd76c0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.2] - 2021-12-17

### Changed
- amazon-kinesis-video-streams-parser-library version to 1.1.0
- org.slf4j:slf4j-api to 1.7.32
- org.slf4j:slf4j-log4j12 to 1.7.32
- CHANGELOG.md

### Removed
- deployment files

## [1.1.1] - 2021-05-05
### Added
- The version of the docker build image for building the java binary used for the fargate option is changed from gradle:jdk11 to gradle:6.8.3-jdk11 in the Dockerfile so that Grade 7 is not used which was recently released (Apr 9, 2021) and has incompatibility issue.
Expand Down
6 changes: 3 additions & 3 deletions source/kvs_transcribe_streaming_lambda/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ task common {
compile group: 'org.reactivestreams', name: 'reactive-streams', version: '1.0.3'
compile group: 'org.json', name: 'json', version: '20190722'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.10.0.pr3'
compile group: 'com.amazonaws', name: 'amazon-kinesis-video-streams-parser-library', version: '1.0.15'
compile group: 'com.amazonaws', name: 'amazon-kinesis-video-streams-parser-library', version: '1.1.0'

compile(
'software.amazon.awssdk:transcribestreaming:2.16.29',
Expand All @@ -21,8 +21,8 @@ task common {
'com.amazonaws:aws-lambda-java-events:3.8.0',
'com.amazonaws:aws-java-sdk-cloudwatch:1.11.986',
'com.amazonaws:aws-java-sdk-sqs:1.11.986',
'org.slf4j:slf4j-api:1.7.24',
'org.slf4j:slf4j-log4j12:1.7.24',
'org.slf4j:slf4j-api:1.7.32',
'org.slf4j:slf4j-log4j12:1.7.32',

// need this for our async clients
'software.amazon.awssdk:netty-nio-client:2.16.29',
Expand Down
Binary file not shown.

0 comments on commit dbd76c0

Please sign in to comment.