Skip to content

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

v0.2.2

01 Jun 17:38

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

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

Choose a tag to compare

Added

Fixed

  • fix "Load more" button on PCA Home page

v0.1.4

06 Mar 15:43

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

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

v0.1.2

14 Jan 20:14

Choose a tag to compare

Fixed

  • Specify a manifest-src in the content security policy.
  • Fix broken image link in call detail page for recordings processed by Transcribe standard (not Call Analytics)

v0.1.1

07 Jan 23:14

Choose a tag to compare

[0.1.1] - 2022-01-07

Fixed

  • Athena queries broken due to image storage path
  • Recordings processed by Transcribe standard (not Call Analytics) fail to show up in the UI

0.1.0

17 Dec 22:43

Choose a tag to compare

Add workshop link to README