Skip to content

Latest commit

 

History

History
279 lines (136 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

279 lines (136 loc) · 13.6 KB

Changelog

All notable changes to this project will be documented in this file.

3.1.0 (2025-02-02)

Features

  • Add support for configurable logs role description (#71) (f05674b)

3.0.0 (2025-01-09)

⚠ BREAKING CHANGES

  • Rename resource aws_appsync_api_cache (#70)

Miscellaneous Chores

  • Rename resource aws_appsync_api_cache (#70) (4b7f0b1)

2.6.0 (2025-01-07)

Features

2.5.1 (2024-10-11)

Bug Fixes

  • Update CI workflow versions to latest (#66) (bbb3460)

2.5.0 (2024-03-20)

Features

  • Add appsync arguments to support appsync security features (#61) (355de62)

2.4.1 (2024-03-07)

Bug Fixes

  • Update CI workflow versions to remove deprecated runtime warnings (#60) (6cacac5)

2.4.0 (2023-11-01)

Features

  • Add support for relational database datasources (#58) (87ff09b)

2.3.0 (2023-10-24)

Features

  • Add support for opensearch and eventbridge datasources (#57) (bd9f700)

2.2.1 (2023-08-30)

Bug Fixes

  • Fixed APPSYNC_JS resolvers for both kinds (UNIT and PIPELINE) (#55) (9d3e9b0)

2.2.0 (2023-08-10)

Features

  • Added wrappers for for_each/terragrunt (#53) (99c1108)

2.1.0 (2023-08-10)

Features

  • Add lambda as additional auth provider (#52) (9d641a4)

2.0.0 (2023-06-05)

⚠ BREAKING CHANGES

  • Added appsync visibility option, bump AWS provider version to 5.x (#50)

Features

  • Added appsync visibility option, bump AWS provider version to 5.x (#50) (6fd4bb4)

1.8.0 (2023-04-04)

Features

  • Adds support for JavaScript AppSync Functions (#49) (265095a)

1.7.0 (2023-03-11)

Features

  • Added support for js pipeline resolver (#46) (d660ffb)

1.6.2 (2023-03-03)

Bug Fixes

  • Replace hardcoded "aws" parition with data lookup (#47) (d6c8501)

1.6.1 (2023-01-24)

Bug Fixes

  • Use a version for to avoid GitHub API rate limiting on CI workflows (#44) (4e86883)

1.6.0 (2022-11-10)

Features

  • Add support to configure batch resolvers (#41) (6274e94)

1.5.3 (2022-10-27)

Bug Fixes

  • Update CI configuration files to use latest version (#39) (33f0955)

1.5.2 (2022-07-09)

Bug Fixes

  • Take app_id_client_regex from user_pool_config (#35) (#38) (0e37ae7)

1.5.1 (2022-04-21)

Bug Fixes

  • Fixed datasource not found in functions (#34) (b4d121a)

1.5.0 (2022-04-06)

Features

  • Set api_key_key output to be sensitive (#33) (b834488)

1.4.0 (2022-02-14)

Features

1.3.0 (2022-02-14)

Features

1.2.0 (2022-01-08)

Features

  • Added support for lambda_authorization_config (#24) (626d03f)

1.1.2 (2022-01-07)

Bug Fixes

1.1.1 (2021-11-22)

Bug Fixes

  • update CI/CD process to enable auto-release workflow (#22) (6cedbdf)

v1.1.0 - 2021-09-08

  • feat: Add iam_permission_boundary to IAM role (#18)
  • chore: update CI/CD to use stable terraform-docs release artifact and discoverable Apache2.0 license (#15)
  • chore: Updated versions&comments in examples

v1.0.0 - 2021-04-26

  • feat: Shorten outputs (removing this_) (#14)

v0.9.0 - 2021-04-22

  • feat: add support for functions (#13)
  • chore: update documentation and pin terraform_docs version to avoid future changes (#12)
  • chore: align ci-cd static checks to use individual minimum Terraform versions (#11)
  • chore: add ci-cd workflow for pre-commit checks (#10)

v0.8.0 - 2020-12-06

  • fix: dynamodb service role (#7)

v0.7.0 - 2020-11-16

  • fix: Fixed terraform versions (#6)

v0.6.0 - 2020-11-16

  • fix: terraform output after the resources are destroyed without any error (#5)
  • Added disabled example
  • Update outputs.tf

v0.5.0 - 2020-10-26

  • fix: Fixed ARN for DynamoDB table in IAM role created by AppSync

v0.4.0 - 2020-10-04

  • feat: Added support for all authorization providers (#2)

v0.3.0 - 2020-09-15

  • Added GraphQL FQDN to outputs
  • docs: Document migration path for Terraform resources (datasource vs resolver)

v0.2.0 - 2020-08-25

  • fix: Updated VTL templates to reflect direct Lambda resolvers integration (#1)

v0.1.0 - 2020-08-24

  • Add all the code for AppSync module