-
Notifications
You must be signed in to change notification settings - Fork 112
Soft Deprecation #827
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
base: main
Are you sure you want to change the base?
Soft Deprecation #827
Conversation
…LE_DEPRECATION_WARNINGS=ON
| option(BUILD_DEPS "Builds aws common runtime dependencies as part of build. Turn off if you want to control your dependency chain." ON) | ||
| option(USE_EXTERNAL_DEPS_SOURCES "Use dependencies provided by add_subdirectory command" OFF) | ||
| option(BUILD_SAMPLES "(DEPRECATED) Build samples as part of the build" OFF) | ||
| option(AWS_CRT_DISABLE_DEPRECATION_WARNINGS "Set this to silence [[deprecated]] warnings coming from aws-crt-cpp headers" OFF) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would the deprecation note affect current V1 service client user?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will notify anyone using the MQTT3 client and connections that it's deprecated. Toggling this to ON should turn those warnings off even for V1 service client users.
| * Name of the IoT Thing that you want to subscribe to DescribeJobExecution response events for. | ||
| * Name of the IoT Thing that you want to subscribe to DescribeJobExecution | ||
| * response events for. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are strange changes, like from misconfigured clang-format
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.