Skip to content

Latest commit

 

History

History
284 lines (163 loc) · 12.6 KB

CHANGELOG.md

File metadata and controls

284 lines (163 loc) · 12.6 KB

Changelog

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

3.3.0 (2024-03-01)

Features

  • Added support for Staging Distribution (#130) (601df49)

3.2.2 (2024-02-09)

Bug Fixes

3.2.1 (2023-03-10)

Bug Fixes

  • Fixed possible values for http_version input (#106) (de6ffe3)

3.2.0 (2023-01-27)

Features

  • Added Origin Access Control (OAC) (#97) (c76dad4)

3.1.0 (2022-11-26)

Features

  • Replace hardcoded cloudfront canonical user ID in example (#96) (2b22eb5)

3.0.3 (2022-11-14)

Bug Fixes

  • Fixed bug when custom_error_response is empty (#91) (ce35c50)

3.0.2 (2022-11-14)

Bug Fixes

  • Updated handling of one or many custom_error_response values (#89) (0945c77)

3.0.1 (2022-10-27)

Bug Fixes

  • Update CI configuration files to use latest version (#84) (035ea6c)

3.0.0 (2022-09-12)

⚠ BREAKING CHANGES

  • Added support for origin_access_control_id, bumped AWS provider version (#79)

Features

  • Added support for origin_access_control_id, bumped AWS provider version (#79) (403ca24)

2.9.3 (2022-03-18)

Bug Fixes

  • Added outputs of tags of distribution (#70) (bc945b4)

2.9.2 (2022-01-14)

Bug Fixes

  • Add lifecycle clause for aws_cloudfront_origin_access_identity (#65) (d31306d)

2.9.1 (2021-11-22)

Bug Fixes

  • update CI/CD process to enable auto-release workflow (#59) (507c1ba)

v2.9.0 - 2021-11-09

  • feat: Added support for response headers policy (#57)

v2.8.0 - 2021-10-12

  • Updated CHANGELOG
  • feat: Add support for additional CloudFront metrics (#54)
  • docs: Add TLSv1.1 and TLSv1.2 for origin_ssl_protocols in examples (#51)

v2.7.0 - 2021-08-13

  • Updated CHANGELOG
  • feat: Added support for connection_attempts, connection_timeout, and origin_shield (#47)

v2.6.0 - 2021-06-28

  • Updated CHANGELOG
  • feat: Add support of realtime_log_config_arn (no creation) (#31)

v2.5.0 - 2021-05-28

  • Updated CHANGELOG
  • feat: Support for CloudFront Functions (#41)

v2.4.0 - 2021-05-07

  • Updated CHANGELOG
  • fix: Use empty list for headers by default instead of null (#39)

v2.3.0 - 2021-05-05

  • Updated CHANGELOG
  • fix: Use empty origin_path by default (#38)
  • chore: update CI/CD to use stable terraform-docs release artifact and discoverable Apache2.0 license (#36)

v2.2.0 - 2021-04-30

  • Updated CHANGELOG
  • feat: Adding support for trusted_key_groups in ordered_cache_behavior (#35)

v2.1.0 - 2021-04-27

  • Updated CHANGELOG
  • feat: added support of trusted_key_groups (#33)

v2.0.0 - 2021-04-26

  • Updated CHANGELOG
  • feat: Shorten outputs (removing this_) (#34)
  • chore: update CI/CD workflow for terraform_docs workflow (#32)
  • chore: update documentation and pin terraform_docs version to avoid future changes (#27)

v1.9.0 - 2021-03-22

  • Updated CHANGELOG
  • fix: Fixed type of ordered_cache_behavior (#26)
  • chore: align ci-cd static checks to use individual minimum Terraform versions (#24)

v1.8.0 - 2021-03-02

  • Updated CHANGELOG
  • fix: Removing forwarded_values if cache_policy_id exists (#21)

v1.7.0 - 2021-03-01

  • Updated CHANGELOG
  • fix: Update syntax for Terraform 0.15 (#23)
  • feat: Updated minimum required version of Terraform to 0.13 (#19)
  • chore: add ci-cd workflow for pre-commit checks (#18)

v1.6.0 - 2021-02-22

  • Updated CHANGELOG
  • feat: add origin_request_policy_id & cache_policy_id to caching (#17)

v1.5.0 - 2021-01-14

  • Updated CHANGELOG
  • Updated README (after #12)
  • fix: preserve ordering of cache behaviors (#12)

v1.4.0 - 2020-12-08

  • Updated CHANGELOG
  • fix: Fixed viewer_certificate variable (#9)

v1.3.0 - 2020-12-04

  • Updated CHANGELOG
  • refactor: change origin access identity output types (#6)

v1.2.0 - 2020-10-22

  • Updated CHANGELOG
  • feat: Adds outputs for origin access identities (#5)

v1.1.0 - 2020-10-12

  • Updated CHANGELOG
  • fix: Updates aws provider to at least 3.0.0 (#4)
  • Updated example for logs delivery

v1.0.0 - 2020-10-05

  • Updated CHANGELOG
  • feat: Added support for custom_header to origin (#2)

v0.3.0 - 2020-09-16

  • Updated CHANGELOG
  • fix: Value of geo_restriction

v0.2.0 - 2020-09-15

  • Updated CHANGELOG
  • Fixed some variables types

v0.1.0 - 2020-09-15

  • Updated CHANGELOG
  • Add most of the code