Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 582 Bytes

CHANGELOG_PENDING.md

File metadata and controls

15 lines (12 loc) · 582 Bytes

Services

SDK Features

SDK Enhancements

  • aws/ec2metadata: Adds support for EC2Metadata client to use secure tokens provided by the IMDS (#453)
    • Modifies and adds tests to verify the behavior of the EC2Metadata client.

SDK Bugs

  • service/dynamodb/dynamodbattribute: Fixes a panic when decoding into a map with a key string type alias. (#465)
    • Fixes #410, by adding support for keys that are string aliases.