-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS SDK for C++ Version 1.8 Developer Preview #1373
Comments
Hi, when is it scheduled to release? |
@pavian It's now official. |
Are there pre-built libraries available for CentOS and Debian? How are applications using the SDK generally deployed on Linux systems? |
Need support for Apple M1 Macs (Universal binary) |
I made a PR for VCPKG support for Android (and other cross-platform builds). It would be nice if you would accept that. |
@rvernica We have some pre-built binaries in https://sdk.amazonaws.com/cpp/builds/. But unfortunately, we don't have that for CentOS or Debian at this moment. |
@Sunil-P We are trying to get a machine with M1 chip. The support is coming after that. |
@ahmedyarub Thank you for your PR! Is it still in draft or it's ready to be reviewed? |
Still draft. I'll finish it this week. I already have it working on my machine but I just want to make it more generic. |
|
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. *MakeRequest()
was removed. This function takes a reference to anHttpRequest
object as its argument, which is unsafe. *aws-global
to make cross region requests. *us-east-1
now uses regional endpoint by default. *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++!
The text was updated successfully, but these errors were encountered: