Skip to content
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

Migrate from V1 to V2 Guide #678

Merged
merged 34 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
43eacd1
Add V1 to V1 migration guide
alfred2g Feb 2, 2024
afea330
Polish the migration guide document
alfred2g Feb 3, 2024
c7cfba7
Fix md extra characters
alfred2g Feb 3, 2024
75488c9
Fix formatting
alfred2g Feb 3, 2024
3687c12
fix local references
alfred2g Feb 3, 2024
499d2a6
Fix code snippet
alfred2g Feb 3, 2024
a2c2314
remove unique from code
alfred2g Feb 3, 2024
1f6cd44
client id as parameter
alfred2g Feb 3, 2024
b9add39
fix variables
alfred2g Feb 3, 2024
a20ea2d
Fix
alfred2g Feb 3, 2024
369c701
Fix
alfred2g Feb 3, 2024
7f2b787
remove new lines from code snippet
alfred2g Feb 3, 2024
fd5cd1d
Apply reviews
alfred2g Feb 8, 2024
ed6ff2e
excape apostrophes
alfred2g Feb 8, 2024
9bec7d1
Remove apostrophe escapes
alfred2g Feb 8, 2024
cee27ec
fix some typos
alfred2g Feb 8, 2024
8a1d3d5
shorten code lines
alfred2g Feb 8, 2024
b59edb7
Remove apostrophe
alfred2g Feb 8, 2024
2b9e1aa
Fix typo
alfred2g Feb 8, 2024
a3cce51
Fix wording
alfred2g Feb 8, 2024
868f02c
Try different local link format
alfred2g Feb 8, 2024
49838fb
Fix remaining local link - remove ++
alfred2g Feb 8, 2024
79a9aa3
Fix NOTE tags
alfred2g Feb 8, 2024
f3f883b
apply various fixes
alfred2g Feb 9, 2024
87ef8fa
Sync with the Java migration guide
alfred2g Feb 16, 2024
1041f4e
add comments to job lambdas
alfred2g Feb 16, 2024
b269eb7
Fix quoted links
alfred2g Feb 16, 2024
5c0c444
Fix capitalization
alfred2g Feb 16, 2024
c9bd7e5
fix typo and table
alfred2g Feb 16, 2024
434b28f
Remove extra lines
alfred2g Feb 16, 2024
ebe0a49
more fixes
alfred2g Feb 16, 2024
7526dab
fix
alfred2g Feb 16, 2024
e30e71e
Merge branch 'main' into migration_guide
alfred2g Feb 23, 2024
da4e0ef
fix comments
alfred2g Feb 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ __Jump To:__
* [FAQ](./documents/FAQ.md)
* [API Docs](https://aws.github.io/aws-iot-device-sdk-cpp-v2/)
* [MQTT5 User Guide](./documents/MQTT5_Userguide.md)
* [Migration Guide from the AWS IoT SDK for C++ v1](./documents/MIGRATION_GUIDE.md)


## Installation
Expand Down
Loading
Loading