Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #66 from amazon-connect/main
Browse files Browse the repository at this point in the history
Release 1.0.0 - Log4J2 vulnerability fix
  • Loading branch information
angieyu authored Dec 17, 2021
2 parents bab4fd8 + f623424 commit 1a7ece2
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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',

Expand All @@ -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',
Expand Down
Binary file removed deployment/kvs_transcribe_streaming_lambda.zip
Binary file not shown.
Binary file removed deployment/kvs_trigger.zip
Binary file not shown.
Binary file removed deployment/layer.zip
Binary file not shown.
Binary file removed deployment/overlay_audio.zip
Binary file not shown.
Binary file removed deployment/process_contact.zip
Binary file not shown.
Binary file removed dist/amazon-connect-realtime-transcription.zip
Binary file not shown.

0 comments on commit 1a7ece2

Please sign in to comment.