Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 477 Bytes

CHANGELOG_PENDING.md

File metadata and controls

14 lines (11 loc) · 477 Bytes

Services

SDK Features

SDK Enhancements

SDK Bugs

  • aws/endpoints: aws/endpoints: Fix SDK resolving endpoint without region (#420)
    • Fixes the SDK's endpoint resolve incorrectly resolving endpoints for a service when the region is empty. Also fixes the SDK attempting to resolve a service when the service value is empty..
    • Related to aws/aws-sdk-go#2909