Commit 877fc60
committed
docs: add comprehensive migration guide for 0.2.0 and remove Python 3.9 from CI
- Add MIGRATION_0.2.0.md with detailed migration instructions for:
* LangGraph 1.0 Interrupt API changes (4 fields → 2 fields)
* Checkpoint 3.0 serialization changes (str → bytes)
* Python 3.10+ requirement
* Data migration strategies and troubleshooting
- Rename MIGRATION.md to MIGRATION_0.1.0.md for version clarity
- Remove Python 3.9 from CI test matrix (EOL and no longer supported)
The migration guide covers:
- Breaking changes with before/after code examples
- Step-by-step migration process
- Data compatibility and migration options
- Comprehensive troubleshooting section
- Testing recommendations1 parent 420625d commit 877fc60
File tree
3 files changed
+659
-4
lines changed- .github/workflows
3 files changed
+659
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
| 93 | + | |
91 | 94 | | |
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
| 98 | + | |
95 | 99 | | |
96 | 100 | | |
97 | 101 | | |
| |||
109 | 113 | | |
110 | 114 | | |
111 | 115 | | |
112 | | - | |
| 116 | + | |
0 commit comments