* `aws_lambda_function` Please note that `runtime` is now a required field as AWS have deprecated the use of nodejs 0.10 in lambda functions [GH-9724]
* `aws_lambda_function` Please note that `runtime` is now a required field as AWS have deprecated the use of nodejs 0.10 in lambda functions ([#9724](https://github.com/hashicorp/terraform/issues/9724))
* **New Data Source:** `aws_iam_account_alias`([#10804](https://github.com/hashicorp/terraform/issues/10804))
IMPROVEMENTS:
* provider/aws: Add support for BinaryMediaTypes and ContentHandling to AWS API Gateway [GH-10776]
* provider/aws: Deprecated aws_lambda_function nodejs runtime in favor of nodejs4.3 [GH-9724]
* provider/aws: Support updating of aws_db_instance db_subnet_group_name [GH-10818]
* provider/aws: Allow update to RDS password when restoring from snapshot [GH-8622]
* provider/azurerm: add support for tags to dns_zone [GH-10750]
* provider/pagerduty pagerduty_schedule - support for start_day_of_week (schedule restriction) [GH-10069]
* state/remote/swift: add support for token authentication [GH-10866]
* provider/aws: Add support for BinaryMediaTypes and ContentHandling to AWS API Gateway ([#10776](https://github.com/hashicorp/terraform/issues/10776))
* provider/aws: Deprecated aws_lambda_function nodejs runtime in favor of nodejs4.3 ([#9724](https://github.com/hashicorp/terraform/issues/9724))
* provider/aws: Support updating of aws_db_instance db_subnet_group_name ([#10818](https://github.com/hashicorp/terraform/issues/10818))
* provider/aws: Allow update to RDS password when restoring from snapshot ([#8622](https://github.com/hashicorp/terraform/issues/8622))
* provider/azurerm: add support for tags to dns_zone ([#10750](https://github.com/hashicorp/terraform/issues/10750))
* provider/pagerduty pagerduty_schedule - support for start_day_of_week (schedule restriction) ([#10069](https://github.com/hashicorp/terraform/issues/10069))
* state/remote/swift: add support for token authentication ([#10866](https://github.com/hashicorp/terraform/issues/10866))
BUG FIXES:
* core: Improve validation for provider aliases to allow inheritance in moduels. [GH-10807]
* core: Math operations always prefer floating point if an argument is floating point. [GH-10886]
* core: Strings are implicitly converted to integers/floats for comparison. [GH-10886]
* provider/aws: Fixed crash in `data_source_ami` with empty `owner` value [GH-10763]
* provider/aws: Require `master_username` and `master_password` if no snapshot given in Redshift Cluster [GH-9837]
* provider/azurerm: fix network_interface.ip_configuration hash for load balancers [GH-10834]
* provider/docker: Fix regression, 'cert_path' stop working [GH-10801]
* provider/google: Use node_version during google_container_cluster creation [GH-10817]
* core: Improve validation for provider aliases to allow inheritance in moduels. ([#10807](https://github.com/hashicorp/terraform/issues/10807))
* core: Math operations always prefer floating point if an argument is floating point. ([#10886](https://github.com/hashicorp/terraform/issues/10886))
* core: Strings are implicitly converted to integers/floats for comparison. ([#10886](https://github.com/hashicorp/terraform/issues/10886))
* provider/aws: Fixed crash in `data_source_ami` with empty `owner` value ([#10763](https://github.com/hashicorp/terraform/issues/10763))
* provider/aws: Require `master_username` and `master_password` if no snapshot given in Redshift Cluster ([#9837](https://github.com/hashicorp/terraform/issues/9837))
* provider/azurerm: fix network_interface.ip_configuration hash for load balancers ([#10834](https://github.com/hashicorp/terraform/issues/10834))
* provider/docker: Fix regression, 'cert_path' stop working ([#10801](https://github.com/hashicorp/terraform/issues/10801))
* provider/google: Use node_version during google_container_cluster creation ([#10817](https://github.com/hashicorp/terraform/issues/10817))