Skip to content

Latest commit

 

History

History
91 lines (62 loc) · 2.82 KB

File metadata and controls

91 lines (62 loc) · 2.82 KB

Change Log

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.

[3.1.2] - 2024-11-06

Added

  • Fixed bug with incompatable awswrangler version in AWS Glue

[3.1.1] - 2024-09-30

Added

  • Fixed bug in the TPS microservice for stacks not starting with "amc."
  • Updated IAM_POLICY_INSTALL.json to include additional permissions for console deployments.

[3.1.0] - 2024-09-05

Added

  • Added support for retrieving reporting data from Amazon Ads API and Selling Partner API.
  • Added support for handling multiple authenticated credentials.
  • Cataloged the reporting data in AWS Glue using the Data Lake.

[3.0.0] - 2024-05-30

Added

  • Implemented support for the Amazon Ads API while phasing out the previous authentication system

[2.0.3] - 2024-02-20

Added

  • Fix user's ability to opt out anonymized data collection.
  • Fix SageMaker notebook instance lifecycle configuration to auto-stop the compute instance if it’s idle for 900 seconds.

[2.0.2] - 2024-01-03

Added

  • Added timestamps to processed file names for prevention of accidental overwrites
  • Fixed null values casting as -1
  • Updated state machine to only trigger on successful file uploads

[2.0.1] - 2023-10-25

Added

  • Update urllib to v1.26.18
  • Fix operational policy permissions

[2.0.0] - 2023-10-05

Added

  • Promote to AWS Solutions.
  • Integrate Microservice 2.0.
  • Add Cross-Account and Cross-Region functionality.
  • Update cross-account template synthesis and deployment process.
  • Enhancements for multi-instance customers.
  • Add CloudWatch alarms to DLQs when message count > 0.
  • Add CloudWatch alarms to Lambdas for error and throttle metrics.
  • Enable CloudTrail for S3 and Lambda data events and logs for Step Functions
  • User's ability to optionally deploy either microservices or data lake.
  • User's ability to add other data source to the data lake.
  • Remove CodeBuild infrastructure and usage of AWS DDK.
  • Add functional and unit tests.
  • Add AppRegistry support.
  • Improve codebase to meet Solution quality bar.
  • Reforge and simplify six stacks to one stack.
  • Allow multiple stack deployment in one region.
  • Update folder structure and add files for Solutions layout.
  • Incorporate CDK solution helper and update build output.
  • Update runtimes, layers, timeouts, architectures, dependencies, package hierarchy, and copyrights.
  • Reforge AWS Data Wrangler layer build.
  • Update DynamoDB tables to on-demand capacity.
  • Update scripts for uninstalling solution.
  • Add, update and fix IAM role and policy.
  • Restrict KMS permissions.
  • Bug fix and enhancements

[1.1.3] - 2023-06-01

Added

  • Final version before promotion to AWS Solutions