-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompatibility-matrix.json
More file actions
46 lines (46 loc) · 1.07 KB
/
compatibility-matrix.json
File metadata and controls
46 lines (46 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"version": "1.0.0",
"lastUpdated": "2025-07-07T10:00:00Z",
"compatibilityMatrix": {
"current": {
"api": "v1",
"transpiler": "v1",
"sdk": "0.0.1",
"pluginEngine": "0.0.1"
},
"supported": [
{
"api": "v1",
"transpiler": "0.0.1",
"sdk": "0.0.1",
"pluginEngine": "0.0.1",
"status": "stable",
"endOfLife": null,
"description": "Initial beta release"
}
],
"deprecated": [],
"incompatible": []
},
"rules": {
"sdkCompatibility": {
"v1": ["0.0.1"]
},
"apiBackwardCompatibility": {
"v1": {
"minTranspiler": "0.0.1",
"maxTranspiler": "0.0.1"
}
}
},
"migration": {
"paths": [
{
"from": { "api": "v1", "transpiler": "v1", "sdk": "0.0.1" },
"to": { "api": "v1", "transpiler": "v1", "sdk": "0.0.1" },
"breaking": false,
"steps": ["Update transpiler", "Test plugins", "Deploy"]
}
]
}
}