Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.31 KB

File metadata and controls

45 lines (27 loc) · 1.31 KB

Changelog

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.

[Unreleased]

Added

  • Allow users to upload multiple S3 files at the same time [#41]
  • Allow users to specify FACT partition size [#52]
  • Record anonymous performance metrics to measure ETL workload size [#52]
  • Automate integration tests [#42]
  • Automate front-end tests [#32]
  • Automate build and deploy tests [#34]
  • Invalid email addresses should normalize to empty string and added unit tests to github pr-workflow. [#63]
  • Add Import/Export to Step 3 (Define columns), so user can import or export column schema for AMC ingestion. [#48]
  • Use custom lambda layer for aws-xray-sdk [#68]

Changed

  • Prefix S3 bucket names with CF stack name to help organize S3 resources [#29]
  • Allocate more time to HelperFunction for removing stack resources [#58]
  • Remove the us-east-1 restriction so users can attempt to deploy in any region [#45]
  • Remove unused lambda layer [#37]

Fixed

  • Resolve a data loss issue in the normalization job [#23]

Security

  • Enable integrity checks for front-end assets [#39]

[1.0.0] - 2023-01-05

Added

  • Initial release.