Skip to content

Commit b0e297c

Browse files
authored
Release v0.18.0 (2019-12-12) (#456)
* Release v0.18.0 (2019-12-12) === Services --- * Synced the V2 SDK with latest AWS service API definitions. SDK Bugs --- * `aws/endpoints`: aws/endpoints: Fix SDK resolving endpoint without region ([#420](#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](aws/aws-sdk-go#2909)
1 parent 9a61fa4 commit b0e297c

File tree

1,600 files changed

+208310
-13450
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,600 files changed

+208310
-13450
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Release v0.18.0 (2019-12-12)
2+
===
3+
4+
Services
5+
---
6+
* Synced the V2 SDK with latest AWS service API definitions.
7+
8+
SDK Bugs
9+
---
10+
* `aws/endpoints`: aws/endpoints: Fix SDK resolving endpoint without region ([#420](https://github.com/aws/aws-sdk-go-v2/pull/420))
11+
* 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.
12+
* Related to [aws/aws-sdk-go#2909](https://github.com/aws/aws-sdk-go/issues/2909)
13+
114
Release v0.17.0 (2019-11-20)
215
===
316

CHANGELOG_PENDING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@ SDK Enhancements
88
---
99

1010
SDK Bugs
11-
---
12-
* `aws/endpoints`: aws/endpoints: Fix SDK resolving endpoint without region ([#420](https://github.com/aws/aws-sdk-go-v2/pull/420))
13-
* 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.
14-
* Related to [aws/aws-sdk-go#2909](https://github.com/aws/aws-sdk-go/issues/2909)
11+
--
12+

0 commit comments

Comments
 (0)