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

Add migration guide from V1 SDK #533

Merged
merged 61 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
ea2306e
Add migration guide as is
sfodagain Jan 24, 2024
abbe276
Add break lines
sfodagain Jan 24, 2024
e1fa47b
Add toc
sfodagain Jan 24, 2024
bdc211e
Fix toc
sfodagain Jan 24, 2024
7901b97
Fix formatting
sfodagain Jan 24, 2024
3377b88
Are colors supported?
sfodagain Jan 24, 2024
0abfdcf
Are colors supported?
sfodagain Jan 24, 2024
6258123
Colored table
sfodagain Jan 24, 2024
5bb999a
Fix table
sfodagain Jan 24, 2024
d198b99
Fix utf char
sfodagain Jan 24, 2024
45e326a
Fix table
sfodagain Jan 24, 2024
4548c3a
Fix table
sfodagain Jan 24, 2024
6de0a74
Add links to mqtt5 userguide
sfodagain Jan 24, 2024
324c6aa
Fix table
sfodagain Jan 24, 2024
b138e1f
Formatting
sfodagain Jan 25, 2024
db96abc
Fix notes for the table
sfodagain Jan 25, 2024
0181ea4
Use java lang
sfodagain Jan 25, 2024
7aa160c
Remove extra symbols
sfodagain Jan 25, 2024
ba33762
Restructure doc
sfodagain Jan 25, 2024
f65a3b6
Fix toc
sfodagain Jan 25, 2024
61a26e0
Change unsupported symbol
sfodagain Jan 25, 2024
ec85c7c
Fix the last section
sfodagain Jan 25, 2024
afcc284
Restructure sections
sfodagain Jan 25, 2024
2a085e8
Try underline
sfodagain Jan 26, 2024
9a2f935
Use underline for examples
sfodagain Jan 26, 2024
9d83ef3
Fix formatting
sfodagain Jan 26, 2024
88cc8c4
Try heading level 6
sfodagain Jan 26, 2024
6e34c31
Try bold and italic
sfodagain Jan 26, 2024
0042324
Try latex
sfodagain Jan 26, 2024
ec2a066
Try to use italic
sfodagain Jan 26, 2024
6256e67
Fixup
sfodagain Jan 26, 2024
9d5ff40
Add note block
sfodagain Jan 26, 2024
fd51aca
Fix note
sfodagain Jan 26, 2024
4006f00
Use tip type
sfodagain Jan 26, 2024
1aecce6
fixup
sfodagain Jan 26, 2024
9cf4605
Wording
sfodagain Jan 26, 2024
87ba721
Another wording
sfodagain Jan 26, 2024
baf8279
Add folded code
sfodagain Jan 26, 2024
256150e
Fold all examples
sfodagain Jan 26, 2024
456692c
Fold opstats
sfodagain Jan 26, 2024
4df726f
fixup
sfodagain Jan 26, 2024
a4f318d
Wording
sfodagain Jan 29, 2024
c3bdfa7
Fix cognito info
sfodagain Jan 29, 2024
1e7b6c8
fixup
sfodagain Jan 29, 2024
ecda3d7
Use migration label for discussions
sfodagain Jan 30, 2024
e4fc77a
Add anchor for mqtt5 features
sfodagain Jan 30, 2024
b1f5386
Update MIGRATION_GUIDE.md (#538)
liunamz-aws Feb 6, 2024
09b3279
Merge branch 'main' into add-migration-guide
sfodagain Feb 6, 2024
075802f
Fix links
sfodagain Feb 6, 2024
aa5aef3
Fix headers
sfodagain Feb 6, 2024
c094746
Rename section
sfodagain Feb 6, 2024
5cb3503
Remove extra symbols
sfodagain Feb 6, 2024
e063883
Fix anchors
sfodagain Feb 6, 2024
d3f6895
Fix headers
sfodagain Feb 6, 2024
89947ad
Fix headers
sfodagain Feb 6, 2024
cca6562
Unify protocol naming
sfodagain Feb 6, 2024
bab9fb8
Address review comments
sfodagain Feb 12, 2024
bfc2bdd
Merge branch 'main' into add-migration-guide
sfod Feb 13, 2024
6ff02d3
Address review comments
sfodagain Feb 14, 2024
677e303
Merge branch 'main' into add-migration-guide
sfodagain Feb 14, 2024
90bee6e
Add link to migration guide to the main readme
sfodagain Feb 14, 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 @@ -11,6 +11,7 @@ This document provides information about the AWS IoT device SDK for Java V2. Thi
* [FAQ](./documents/FAQ.md)
* [API Docs](https://aws.github.io/aws-iot-device-sdk-java-v2/)
* [MQTT5 User Guide](./documents/MQTT5_Userguide.md)
* [Migration Guide from the AWS IoT SDK for Java v1](./documents/MIGRATION_GUIDE.md)

## Installation

Expand Down
Loading
Loading