File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,9 @@ use a different version of this client and their corresponding import paths.
42
42
| dgraph 20.03.0 | dgo 200.03.0 | "github.com/dgraph-io/dgo/v200" |
43
43
| dgraph 20.07.0 | dgo 200.03.0 | "github.com/dgraph-io/dgo/v200" |
44
44
| dgraph 20.11.0 | dgo 200.03.0 | "github.com/dgraph-io/dgo/v200" |
45
- | dgraph >= 21.03.0 | dgo 210.03.0 | "github.com/dgraph-io/dgo/v210" |
45
+ | dgraph 21.X.Y | dgo 210.X.Y | "github.com/dgraph-io/dgo/v210" |
46
+ | dgraph 22.X.Y | dgo 210.X.Y | "github.com/dgraph-io/dgo/v210" |
47
+ | dgraph 23.X.Y | dgo 230.X.Y | "github.com/dgraph-io/dgo/v230" |
46
48
47
49
Note: One of the most important API breakages from dgo v1 to v2 is in
48
50
the function ` dgo.Txn.Mutate ` . This function returns an ` *api.Assigned `
You can’t perform that action at this time.
0 commit comments