From 88efb0ac55cfc7fd9bba0e695c5237ae8089b850 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Wed, 3 Jun 2020 17:25:45 -0400 Subject: [PATCH] Update CHANGELOG for #31 / #42 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16bb0221..0c3bac9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ENHANCEMENTS * Always enable AWS shared configuration file support (no longer require `AWS_SDK_LOAD_CONFIG` environment variable) #38 * Automatically expand `~` prefix for home directories in shared credentials filename handling #40 * Support assume role duration, policy ARNs, tags, and transitive tag keys via configuration #39 +* Add `CannotAssumeRoleError` and `NoValidCredentialSourcesError` error types with helpers #42 BUG FIXES @@ -16,6 +17,7 @@ BUG FIXES * Properly use custom EC2 metadata endpoint during API calls triggered by fallback credentials lookup #32 * Prefer shared configuration handling over EC2 metadata #20 * Prefer ECS credentials over EC2 metadata #20 +* Remove hardcoded AWS Provider messaging in error messages #31 / #42 # v0.4.0 (October 3, 2019)