Releases: aws-samples/amazon-transcribe-post-call-analytics
Releases · aws-samples/amazon-transcribe-post-call-analytics
v0.3.1
v0.3.0
[0.3.0] - 2022-08-12
Added
- Initial processing for Genesys CTR telephony files. See Integration with Telephony CTR Files
Fixed
- Stack outputs
RolesForKMSKey
- Replace incorrect function ARN with Role Arn for BulkMoveFiles, and added BulkFilesCount
v0.2.5
v0.2.4
[0.2.4] - 2022-06-10
Fixed
- Use sigv4 for S3 presignedURLS
- New stack output with list of role ARNS that need to access KMS key (if any) if KMS is used to encrypt objects in S3 InputBucket, OutputBucket, or BulkUploadBucket
- Update to CopySamples Lambda function so it can be executed without error from Lambda console to copy/re-copy sample audio files to InputBucket
v0.2.3
v0.2.2
[0.2.2] - 2022-06-01
Fixed
- Now supports audio filenames containing embedded ':' character (which previously caused jobs to fail) by replacing ':' with '-' when constructing Transcribe job name. Note, use '-' instead of ':' in any custom regex patterns specified in CF parameter, as regex is applied to the generated job name after replacement.
v0.2.1
v0.2.0
Added
- add support for Transcribe Call Analytics call summarization
Fixed
- fix "Load more" button on PCA Home page
v0.1.4
- fix content security policy for S3 bucket url used to access recordings in the UI for non us-east-1 regions
- add new Filename Regex to keep track of calls from a particular Customer, or a caller's name or ID. Similar to AGENT and GUID. This also adds the additional structure to the pca glue catalog, so that a query can be used to group calls by CUST.
- add CloudFormation parameter pattern rules to defend against reported instances of browser autofill populating BulkUploadStepFunctionName and ConversationLocation parameters with user's first & last name, causing subsequent stack failure.
- merge dependabot PRs