Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.81 KB

File metadata and controls

41 lines (30 loc) · 1.81 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.

[2.1.0] - 2024-07-22

Changed

  • Update runtime dependency cognito-at-edge to v1.5.2 (was v1.5.0) which allows deletion of the patch that this project was utilizing.
  • Update pino to v9.3.1 (was v8.16.2)

[2.0.0] - 2023-11-23

Added

  • Added support for Cognito custom user pool domains via new variable cognito_user_pool_domain.
  • Added support for custom redirect endpoint for Cognito@Edge via new variable cognito_redirect_path.
  • Added support for additional Cognito@Edge settings via new variable cognito_additional_settings.

Changed

  • BREAKING Set minimum allowed AWS provider version to 4.57.0 as this is when skip_destroy was introduced on the aws_lambda_function resource.
  • Expand TF AWS provider range to allow support for 5.0.0 and greater.
  • Update Lambda@Edge NodeJS version to nodejs20.x (was nodejs14.x) and make it user configurable via new variable lambda_runtime.
  • Lambda@Edge lambda zip is now bundled via esbuild to reduce package size.
  • Change default lambda timeout to 5 seconds (was 3 seconds) and make it user configurable via new variable lambda_timeout.
  • Remove aws-sdk in favor of @aws-sdk v3 libraries.

Removed

  • BREAKING Drop support for nodejs14.x and nodejs16.x lambdas.

[1.0.1] - 2022-06-22

Changed

  • Updated Lambda Dependency cognito-at-edge to 1.2.2 (was 1.2.1).
  • Updated Lambda Dependency axios to 0.27.2 (was 0.26.1).
  • Updated Lambda Dev Dependency aws-sdk to 2.1159.0 (was 2.1094.0).

[1.0.0] - 2022-06-21

Added

  • Initial Open Source Release