- Improve account request processing time for customers with a large number of enrolled accounts. Enrollment checks now complete in constant time regardless of fleet size.
- Add configurable DynamoDB backup schedule via new backup_schedule variable. Defaults to hourly to preserve existing behavior. (#596)
- Environment variables set in pre-api-helpers.sh and post-api-helpers.sh now persist across customization buildspec phases. See api_helpers/ in your account or global customizations repo. (#345)
- Enable S3 Bucket Keys on AFT-managed buckets to reduce KMS request costs. (#339)
- Raise minimum Terraform version to 1.6.1. Terraform versions below 1.6.1 can no longer verify HashiCorp provider signatures due to a GPG key rotation. (hashicorp/terraform#34004)
- Upgrade requests, black, pygments, and pytest dependencies
- Improve log output sanitization.
- Bugfix: Fix TFC/TFE workspace runs stalling when cost estimation or policy checks are enabled. (#608)
- Bugfix: Fix CloudTrail event selector to properly exclude S3 data events when using advanced event selectors. (#513)
- Bugfix: Fix ct_management session typo.
- Bugfix: Fix archive_file resources recreating on every apply. (#555)
- Update CODEOWNERS