All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Removed hardcoded
Poison
dependency, now uses configuredjson_codec
within thP parentex_aws
module.
- Added ability to allow STS credentials to be injected by configuration
- Changed implementation to use
File.read!
for user-friendly error stack trace - Fixed callback signature warning
- Fixed issue caused by changing key order in map
- Removed unused entry point that doesn't implement callback behaviour
- Added adapter for using Web Identity tokens when assuming role
- Fixed bug in XML parsing paths
- Added missing typespec to
get_caller_identity/0
- Fixed typespec on
assume_role_with_saml/4
- Added
AssumeRoleWithWebIdentity
,GetAccessKeyInfo
, andAssumeRoleWithSAML
- Fixed issue with
AssumeRoleCredentialsAdapter
- Major Project Split. Please see the main ExAws repository for previous changelogs.