You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Version 1.x**: Intentionally skipped. The project moved from 0.x (prerelease) directly to 2.x (stable).
33
-
34
-
**Why 0.x and 2.x are compatible**: The 0.1.x server releases were pre-release versions of what became 2.0. The protocol and API shape remained stable across this transition, so clients written for 0.1.x work with 2.0.x without changes.
31
+
**Version 1.x**: Intentionally skipped. The project moved directly to 2.x (stable).
35
32
36
33
### Workflow Package ↔ Waterline
37
34
@@ -50,7 +47,7 @@ The CLI validates server version on first invocation per session:
50
47
51
48
```bash
52
49
$ dw server:health
53
-
Server version 3.0.0 is incompatible with dw CLI 0.1.x (requires server 0.x or 2.x).
50
+
Server version 3.0.0 is incompatible with dw CLI 0.1.x (requires server 2.x).
54
51
Upgrade the server or use a compatible CLI version.
55
52
```
56
53
@@ -73,7 +70,7 @@ If incompatible:
73
70
74
71
```
75
72
RuntimeError: Server version 3.0.0 is incompatible with sdk-python 0.1.x
76
-
(requires server 0.x or 2.x). Upgrade the server or use a compatible SDK version.
73
+
(requires server 2.x). Upgrade the server or use a compatible SDK version.
77
74
```
78
75
79
76
### Server
@@ -104,7 +101,7 @@ Minor versions are backward-compatible within the same major version:
104
101
105
102
Example: Server 2.0.1 works with CLI 0.1.0 and Python SDK 0.1.0.
106
103
107
-
### Major Version Upgrades (0.x → 2.x, 2.x → 3.x)
104
+
### Major Version Upgrades (2.x → 3.x)
108
105
109
106
Major version changes may introduce breaking changes:
110
107
@@ -113,8 +110,6 @@ Major version changes may introduce breaking changes:
113
110
3.**Validate with one client**: Test one CLI command or SDK worker
0 commit comments