Skip to content

Latest commit

History

History
204 lines (116 loc) 路 9.6 KB

CHANGELOG.md

File metadata and controls

204 lines (116 loc) 路 9.6 KB

Changelog

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

1.8.0 (2022-05-27)

Features

  • Added enable_simple_responses and authorizer_credentials_arn to authorizers (#71) (1467b95)

1.7.0 (2022-04-06)

Features

  • Added support for ttl in authorizer resource (#68) (ce1faf9)

1.6.1 (2022-04-01)

Bug Fixes

  • Add support for passing authorization_scopes on routes with JWT authorizer (#67) (c2b8d6b)

1.6.0 (2022-03-25)

Features

1.5.1 (2021-11-22)

Bug Fixes

  • update CI/CD process to enable auto-release workflow (#60) (55f5c1d)

v1.5.0 - 2021-11-01

  • feat: Add support for response_parameters in integrations (#58)

v1.4.0 - 2021-09-23

  • Feat: Add create_before_destroy lifecycle to integration resources (#55)

v1.3.0 - 2021-09-16

  • fix: Fixed output when create_api_domain_name is false (#44)
  • chore: Fixed GH Action with terraform-docs

v1.2.0 - 2021-08-26

  • feat: Add support for tls_config in integrations (#51)
  • fix: Fixed source_arn in example (fixes #41)

v1.1.0 - 2021-05-25

  • chore: Remove check boxes that don't render properly in module doc (#40)
  • chore: update CI/CD to use stable terraform-docs release artifact and discoverable Apache2.0 license (#38)
  • chore: Updated versions in README (#37)

v1.0.0 - 2021-04-26

  • feat: Shorten outputs (removing this_), added domain name to outputs (#34)

v0.16.0 - 2021-04-25

  • feat: Add support for default_route_settings (#32)

v0.15.0 - 2021-04-24

  • feat: Added support for mTLS and the ability to disable default endpoint (#29)
  • chore: update documentation and pin terraform_docs version to avoid future changes (#28)

v0.14.0 - 2021-03-16

  • feat: Add support for OpenAPI definition (#27)

v0.13.0 - 2021-03-10

  • feat: Added example of step-functions integration (#26)

v0.12.0 - 2021-03-09

  • feat: Added VPC integration (#25)

v0.11.0 - 2021-03-06

  • fix: Remove workaround related to passthrough_behavior for older providers (#24)
  • chore: align ci-cd static checks to use individual minimum Terraform versions (#23)
  • fix: bump min supported version due to types unsupported on current (#22)
  • chore: add ci-cd workflow for pre-commit checks (#21)

v0.10.0 - 2021-02-20

  • chore: update documentation based on latest terraform-docs which includes module and resource sections (#19)

v0.9.0 - 2021-02-14

  • feat: support authorization_type and authorizer_id on routes (#17)

v0.8.0 - 2021-01-14

  • feat: New useful outputs to use with route53 (#11)

v0.7.0 - 2021-01-14

  • chore: Updated example after lambda module has been updated (#16)
  • fix: default API Gateway integration method is POST (#14)

v0.6.0 - 2021-01-14

  • fix: Integration URI is not always a lambda_arn (#15)

v0.5.0 - 2020-11-24

  • fix: Updated supported Terraform versions

v0.4.0 - 2020-09-08

  • feat: add VPC Links resource to allow access to private resources (#3)

v0.3.0 - 2020-08-14

  • feat: Updated version requirements for AWS provider v3 and Terraform 0.13
  • Added route53 record into example (closes #1)
  • Improved complete example

v0.2.0 - 2020-06-07

  • Added support for access logs

v0.1.0 - 2020-06-05

  • Adding API Gateway module