All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated certifi and other dependencies
- Node module updates
- Bug fix - address front-end document upload errors being experienced by some users
- Node and python library updates
- Node module updates
- Enabled Amazon S3 server access logging on logging bucket(s)
- Support for GovCloud deployment. Note: because of the absence of Amazon CloudFront in GovCloud, the deployment would need setting up a webserver outside of the deployment and copying the client app (UI) to the webserver resource for the front-end to work.
- Bug fix - address AWS CodePipeline and hence deployment failure because of an incorrect option in the
aws logs
API call
- AWS CodePipeline role permissions missing
sns:TagResource
causing the AWS CodeDeploy to fail
- Node module updates
- Node and python library updates
- remove unused files
- bug fix and update node modules
- update
next
node library to 12.2.4 - update
node-fetch
library to 3.2.10
- update
cdk
from 1.132 to 1.158.0 - update
aws-sdk
to 2.1182.0 for Lambdas with Nodejs runtimes - update
boto3
to 1.24.37 for Lambdas with Python runtimes - update
react
andnext
node libraries based on compatibility with Node 14.x runtime - removed
next-sass
as newer version ofnext
has the functionality built-in - removed
node-sass
and addedsass
as the original library is deprecated (https://github.com/sass/node-sass)
- Update
cdk
from 1.42.0 to 1.132.0
- Update
next
from 10.0.3 to 10.0.4 - Update
aws-amplify
2.1.0 to 3.3.25 - Remove
sass-lint
- Resolve
netmask
andy18n
vulnerabilities
- Updated the command to install the package moto in README and deployment scripts
- Updated the version of the package ini from 1.3.5 to 1.3.8
- Modified package.json to install version 0.21.1 for axios which is a dependency of amplify
- Initial Release