Skip to content

Commit

Permalink
Release v1.38.51 (2021-05-28) (#3932)
Browse files Browse the repository at this point in the history
Release v1.38.51 (2021-05-28)
===

### Service Client Updates
* `service/datasync`: Updates service API and documentation
* `service/location`: Updates service API, documentation, and paginators
* `service/lookoutmetrics`: Updates service API

### SDK Bugs
* `aws/request`: Fix handling of endpoints with trailing slashes
  * Fixes the SDK's handling of endpoint URLs that contain a trailing slash when the API operation's modeled path is suffixed. Also ensures any endpoint URL query string is squashed consistently.
  • Loading branch information
aws-sdk-go-automation authored May 28, 2021
1 parent 76fe6ef commit e0475a0
Show file tree
Hide file tree
Showing 15 changed files with 6,020 additions and 1,252 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release v1.38.51 (2021-05-28)
===

### Service Client Updates
* `service/datasync`: Updates service API and documentation
* `service/location`: Updates service API, documentation, and paginators
* `service/lookoutmetrics`: Updates service API

### SDK Bugs
* `aws/request`: Fix handling of endpoints with trailing slashes
* Fixes the SDK's handling of endpoint URLs that contain a trailing slash when the API operation's modeled path is suffixed. Also ensures any endpoint URL query string is squashed consistently.

Release v1.38.50 (2021-05-27)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@
### SDK Enhancements

### SDK Bugs
* `aws/request`: Fix handling of endpoints with trailing slashes
* Fixes the SDK's handling of endpoint URLs that contain a trailing slash when the API operation's modeled path is suffixed. Also ensures any endpoint URL query string is squashed consistently.
122 changes: 116 additions & 6 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.38.50"
const SDKVersion = "1.38.51"
11 changes: 10 additions & 1 deletion models/apis/datasync/2018-11-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,8 @@
"BytesPerSecond":{"shape":"BytesPerSecond"},
"TaskQueueing":{"shape":"TaskQueueing"},
"LogLevel":{"shape":"LogLevel"},
"TransferMode":{"shape":"TransferMode"}
"TransferMode":{"shape":"TransferMode"},
"SecurityDescriptorCopyFlags":{"shape":"SmbSecurityDescriptorCopyFlags"}
}
},
"OutputTagList":{
Expand Down Expand Up @@ -1426,6 +1427,14 @@
"pattern":"^.{0,104}$",
"sensitive":true
},
"SmbSecurityDescriptorCopyFlags":{
"type":"string",
"enum":[
"NONE",
"OWNER_DACL",
"OWNER_DACL_SACL"
]
},
"SmbSubdirectory":{
"type":"string",
"max":4096,
Expand Down
Loading

0 comments on commit e0475a0

Please sign in to comment.