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

Commit 52c4087

Browse files
committed
Updating the solution to v1.0.3. See the CHANGELOG for details
1 parent 09b50d3 commit 52c4087

File tree

77 files changed

+579
-737
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+579
-737
lines changed

CHANGELOG.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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

Comments
 (0)