Release v1.36.26 (2021-01-13)
Service Client Updates
service/frauddetector
: Updates service API and documentationservice/personalize
: Updates service documentation
SDK Enhancements
private/protocol
: Loosen endpoint validation to allow customer specify port number (#3730)- Updates SDK's endpoint validation of the hostname to allow ports to be specified.
service/s3/s3manager
: Add ETag field to UploadOutput (#3733)- Adds the ETag field to the Uploader's UploadOutput return value.
- Fixes #2764
aws
: AddWithLowerCaseHeaderMaps
andWithDisableRestProtocolURICleaning
toaws.Config
. (#3671)
SDK Bugs
aws
: Fixed a case whereLowerCaseHeaderMaps
would not be merged when mergingaws.Config
types. (#3671)