Skip to content

Latest commit

 

History

History
103 lines (53 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

103 lines (53 loc) · 1.91 KB

0.8.0 (December 28, 2020)

ENHANCEMENTS:

  • Add support for support account_recovery_setting

0.7.1 (December 11, 2020)

FIX:

  • Ignore schema changes and prevent pool destruction

0.7.0 (November 25, 2020)

ENHANCEMENTS:

  • Add from_email_address

0.6.2 (August 13, 2020)

FIXES:

  • Update CHANGELOG

0.6.1 (August 13, 2020)

ENHANCEMENTS:

  • Change source in examples to use Terraform format

FIXES:

  • Add username_configuration dynamic block to avoid forcing a new resource when importing a user pool
  • Remove case_sensitive variable. Use the username_configuration map variable to devine the case_sensitive attribute

UPDATES:

  • Updated README and examples

0.5.0 (July 31, 2020)

FIXES:

  • Depcreate support to unused_account_validity_days
  • Update README and examples removing any referece to the deprecated unused_account_validity_days field

0.4.0 (May 2, 2020)

ENHANCEMENTS:

  • Add support for software_token_mfa_configuration

0.3.3 (April 24, 2020)

FIXES:

  • Applies case_sensitive via username_configuration

0.3.2 (April 24, 2020)

UPDATE:

  • Update README with case_sensitive

0.3.1 (April 24, 2020)

ENHANCEMENTS:

  • Add case_sensitive for aws_cognito_user_pool

0.3.0 (April 1, 2020)

ENHANCEMENTS:

  • Add param client_prevent_user_existence_errors for client

UPDATES:

  • Add Terraform logo in README

0.2.2 (March 16, 2020)

FIXES:

  • Fix typo in comments

0.2.1 (February 6, 2020)

BUG FIXES:

  • Cognito unused_account_validity_days bug with 2.47: The aws-provider reports the existence of the unused_account_validity_days even if it was never declared, automatically matching the new temporary_password_validity_day

0.2.0 (February 5, 2020)

UPDATES:

  • AWS Provider 2.47.0: Deprecate unused_account_validity_days argument and add support for temporary_password_validity_days argument

0.1.0 (November 23, 2019)

FEATURES:

  • Module implementation