Skip to content

Release v0.18.0 (2019-12-12)

Pre-release
Pre-release
Compare
Choose a tag to compare
@skotambkar skotambkar released this 12 Dec 22:33
b0e297c

Services

  • Synced the V2 SDK with latest AWS service API definitions.

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