This repository was archived by the owner on May 7, 2024. It is now read-only.
Releases: amazon-connect/voicemail-for-amazon-connect
Releases · amazon-connect/voicemail-for-amazon-connect
1.1.4
[1.1.4] - 2023-05-03
Changed
- Modified S3 Bucket creation setting S3 ObjectOwnership to
BucketOwnerPreferredto 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
- 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
v1.1.0
- Updated all dependencies in
source/aws-connect-vm-serverless/pom.xml - Updated
AWS Lambdaruntime tonodejs16.xin all templatesdeployment/aws-connect-vm.templatedeployment/cloudfront.templatedeployment/copy-artifacts.templatedeployment/voicemail-for-amazon-connect.templatesource/aws-connect-vm-serverless/serverless.yml
- Updated serverless framework
v1tov3- removed
serverless-pseudo-parametersfrom plugin and changes pseudo params format - added
apiKeysunderResourcessection ofsource/aws-connect-vm-serverless/serverless.yml - Changed all parameter references from
#(serverless v1) to$(serverless v3)
- removed
- changed
source/tools/transform.pyto remove conditions not needed for 2 resources due to theapiKeyschange - Bumping up dependencies in
source/aws-connect-vm-serverless/package.jsonto remove vulnerabilities - Changes to fix missing value of
SECRET_ARNfromTranscriptionEvents, and addingsecretsmanager:GetValuepermissions toTranscriptionEventsIamRoleinsource/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
QueueTypesparm toListQueuesto reduce number of items returned insource/aws-connect-vm-serverless/src/service/contact-flow.service.js - Merged in the following PRs:
v1.0.5
- Bumped
amazon-kinesis-video-streams-parser-libraryto1.2.0 - Downgraded
requestto2.53.0
v1.0.4
v1.0.3
v1.0.2
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.