Skip to content

Releases: aws-samples/amazon-transcribe-post-call-analytics

v0.3.1

23 Aug 18:48
Compare
Choose a tag to compare

[0.3.1] - 2022-08-23

Fixed

  • Support nested folders in bulk workflow

v0.3.0

12 Aug 14:01
Compare
Choose a tag to compare

[0.3.0] - 2022-08-12

Added

Fixed

  • Stack outputs RolesForKMSKey - Replace incorrect function ARN with Role Arn for BulkMoveFiles, and added BulkFilesCount

v0.2.5

05 Jul 23:19
3f50f2f
Compare
Choose a tag to compare

[0.2.5] - 2022-07-05

Fixed

  • Stack failure when loadSampleAudioFiles set to false

v0.2.4

10 Jun 14:06
Compare
Choose a tag to compare

[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

09 Jun 17:08
Compare
Choose a tag to compare

Fixed

  • Simplifies workflow by using new Transcribe API to specify Custom Vocabulary and Vocabulary Filter at the same time as using Language ID.-

v0.2.2

01 Jun 17:38
Compare
Choose a tag to compare

[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

20 Apr 21:20
Compare
Choose a tag to compare

[0.2.1] - 2022-04-20

Fixed

  • supports audio files placed in subfolders under Ingest Bucket path. Replaces '/' with '-' when constructing job name.

v0.2.0

22 Mar 22:32
Compare
Choose a tag to compare

Added

Fixed

  • fix "Load more" button on PCA Home page

v0.1.4

06 Mar 15:43
Compare
Choose a tag to compare
  • 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

v0.1.3

19 Feb 18:48
Compare
Choose a tag to compare

Fixed

  • Fix deployment failure for regions other than us-east-1
  • Fix template validation failures when publishing in regions where Amazon Kendra is not supported