Closed
Description
The AWS SDK for C++ version 1.8 is out for preview under branch version1.8 with the following new features (items with a *
means a breaking change):
ENABLE_CURL_LOGGING
is nowON
by default in CMake. *ENABLE_UNITY_BUILD
is nowON
by default in CMake. *- The deprecated version of function
MakeRequest()
was removed. This function takes a reference to anHttpRequest
object as its argument, which is unsafe. * - Client configuration now reads environment variables, configuration file and EC2 metadata to get the default AWS region *
- Exceptions may include more service and operation specific details now.
- New pseudo region:
aws-global
to make cross region requests. * - S3 client in
us-east-1
now uses regional endpoint by default. * - Improvements on the underlying HTTP client override.
You can see more details in this Wiki: https://github.com/aws/aws-sdk-cpp/wiki/What’s-New-in-AWS-SDK-for-CPP-Version-1.8
If you have any questions, concerns, suggestions or ideas to make improvements. Feel free to leave comments in this issue. Your feedback is important to AWS SDK for C++!