Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Releases: amazon-connect/voicemail-for-amazon-connect

1.1.4

04 May 14:21
Compare
Choose a tag to compare

[1.1.4] - 2023-05-03

Changed

  • Modified S3 Bucket creation setting S3 ObjectOwnership to BucketOwnerPreferred to enable ACLs. More Information...
  • Modifyed S3 Deny policies from S3:Bucket to S3:* on the TLS enforcement IAM permissions as this may set off some compliance alarms.

v1.1.3

16 Mar 03:17
Compare
Choose a tag to compare
  • Modified 'Building distributable for customization' steps in README
  • Updated Typescript dependency due to babel__traverse issue
  • Run portal build with legacy peerDependencies due to React update

v1.1.2

25 Jan 16:32
Compare
Choose a tag to compare

[1.1.2] - 2023-01-25

Changed

  • Changed colors dev dependency to different fork based on this

v1.1.0

01 Sep 00:52
Compare
Choose a tag to compare
  • Updated all dependencies in source/aws-connect-vm-serverless/pom.xml
  • Updated AWS Lambda runtime to nodejs16.x in all templates
    • deployment/aws-connect-vm.template
    • deployment/cloudfront.template
    • deployment/copy-artifacts.template
    • deployment/voicemail-for-amazon-connect.template
    • source/aws-connect-vm-serverless/serverless.yml
  • Updated serverless framework v1 to v3
    • removed serverless-pseudo-parameters from plugin and changes pseudo params format
    • added apiKeys under Resources section of source/aws-connect-vm-serverless/serverless.yml
    • Changed all parameter references from # (serverless v1) to $ (serverless v3)
  • changed source/tools/transform.py to remove conditions not needed for 2 resources due to the apiKeys change
  • Bumping up dependencies in source/aws-connect-vm-serverless/package.json to remove vulnerabilities
  • Changes to fix missing value of SECRET_ARN from TranscriptionEvents, and adding secretsmanager:GetValue permissions to TranscriptionEventsIamRole in source/aws-connect-vm-serverless/serverless.yml
  • Fixed bug where voicemail is not sent for only sms in source/aws-connect-vm-serverless/src/service/notification.service.js
  • Add the QueueTypes parm to ListQueues to reduce number of items returned in source/aws-connect-vm-serverless/src/service/contact-flow.service.js
  • Merged in the following PRs:
    • Remove newline character (#27)
    • Bump junit version (#39)
    • Improved error handling of many users (#52)
    • Use regional domain name for S3 (#48)

v1.0.5

22 Aug 17:56
Compare
Choose a tag to compare
  • Bumped amazon-kinesis-video-streams-parser-library to 1.2.0
  • Downgraded request to 2.53.0

v1.0.4

21 Dec 22:13
Compare
Choose a tag to compare

Release Notes

  • Bumped amazon-kinesis-video-streams-parser-library to 1.1.0
  • Bumped slf4j-api to 1.7.32
  • Bumped slf4j-simple to 1.7.32
  • Bumped aws-lambda-java-log4j2 to 1.3.0
  • Bumped log4j-core to 2.17.0
  • Bumped log4j-api to 2.17.0

See changelog for more information.

v1.0.3

30 Jul 18:34
Compare
Choose a tag to compare

Release Notes

  • Bumped nodejs10.X to nodejs12.X in all the relevant assets
  • Bumped java8 to java8.al2 in all the relevant assets

See changelog for more information.

v1.0.2

28 Aug 20:07
Compare
Choose a tag to compare

Release Notes

  • The maximum expiration time of the signed S3 URL of the voicemail recording is one week from the time of creation.
  • Added a new parameter named IsSamlInstance to the template. This parameter lets you specify whether you are using SAML for your Amazon Connect instance or not.

See changelog for more information.