diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..785b201 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +## [1.0.0] - 2021-12-17 +### Added +- CHANGELOG.md + +### 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 + +### Removed +- deployment files \ No newline at end of file diff --git a/build.gradle b/build.gradle index f8372fe..d0500e3 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ repositories { dependencies { compile fileTree(dir: 'jars', include: '*.jar') compile group: 'io.reactivex.rxjava2', name: 'rxjava', version: '2.2.2' - 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.30', @@ -21,8 +21,8 @@ dependencies { 'com.amazonaws:aws-lambda-java-core:1.2.1', 'com.amazonaws:aws-lambda-java-events:3.8.0', 'com.amazonaws:aws-java-sdk-cloudwatch:1.11.987', - '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.30', diff --git a/deployment/kvs_transcribe_streaming_lambda.zip b/deployment/kvs_transcribe_streaming_lambda.zip deleted file mode 100644 index 1a277d7..0000000 Binary files a/deployment/kvs_transcribe_streaming_lambda.zip and /dev/null differ diff --git a/deployment/kvs_trigger.zip b/deployment/kvs_trigger.zip deleted file mode 100644 index 7f81e0b..0000000 Binary files a/deployment/kvs_trigger.zip and /dev/null differ diff --git a/deployment/layer.zip b/deployment/layer.zip deleted file mode 100644 index f2db3c9..0000000 Binary files a/deployment/layer.zip and /dev/null differ diff --git a/deployment/overlay_audio.zip b/deployment/overlay_audio.zip deleted file mode 100644 index 5857f18..0000000 Binary files a/deployment/overlay_audio.zip and /dev/null differ diff --git a/deployment/process_contact.zip b/deployment/process_contact.zip deleted file mode 100644 index 69faff6..0000000 Binary files a/deployment/process_contact.zip and /dev/null differ diff --git a/dist/amazon-connect-realtime-transcription.zip b/dist/amazon-connect-realtime-transcription.zip deleted file mode 100644 index 9f0e0a4..0000000 Binary files a/dist/amazon-connect-realtime-transcription.zip and /dev/null differ