@@ -4,19 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## development branch
7+ ## [ 1.0.3 ] - 2021-07-30
88### Changed
9- - Reworked the build system to only use serverless
10- - Merged in the following PRs:
11- - Bump log4j core version (https://github.com/amazon-connect/voicemail-for-amazon-connect/pull/23 )
12- - Remove newline character (https://github.com/amazon-connect/voicemail-for-amazon-connect/pull/27 )
13- - Bump junit version (https://github.com/amazon-connect/voicemail-for-amazon-connect/pull/39 )
14- - Improved error handling of many users (https://github.com/amazon-connect/voicemail-for-amazon-connect/pull/52 )
15- - Use regional domain name for S3 (https://github.com/amazon-connect/voicemail-for-amazon-connect/pull/48 )
16-
17- ## master branch
9+ - Bumped nodejs10.X to nodejs12.X in all the relevant assets
10+ - Bumped java8 to java8.al2 in all the relevant assets
11+
1812## [ 1.0.2] - 2020-07-01
19- You can deploy at https://solutions-reference.s3.amazonaws.com/voicemail-for-amazon-connect/v1.0.2/voicemail-for-amazon-connect.template
2013### Changed
2114- Fixed bug where customers had to make the email field mutable in the CF template to integrate with SAML.
2215- Fixed bug where the pre-signed URL expired after 12 hours. Now the pre-signed URL can be valid up to 7 days.
@@ -29,12 +22,14 @@ You can deploy at https://solutions-reference.s3.amazonaws.com/voicemail-for-ama
2922
3023## [ 1.0.0] - 2020-03-20
3124### Added
32- - added all code for voicemail-for-amazon-connect
33- - added unit tests for voicemail-for-amazon-connect
25+ - example-function-js sample microservice
26+ - added unit tests for example-function-js
3427
3528### Changed
29+ - example.template to yaml file example with JS.
3630- updated build-s3-dist.sh script to include soltion-name parameter
3731- updated build-open-source.sh script to include soltion-name parameter
32+ - updated run-unit-tests.sh script to execute example-function-js unit tests
3833
3934### Removed
4035- deployment/buildspec files.
0 commit comments