Skip to content

Commit 1708397

Browse files
chore(release): update readme for supported releases (#172)
Update supported versions of Dgraph in README.
1 parent 077aaa5 commit 1708397

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ use a different version of this client and their corresponding import paths.
4242
| dgraph 20.03.0 | dgo 200.03.0 | "github.com/dgraph-io/dgo/v200" |
4343
| dgraph 20.07.0 | dgo 200.03.0 | "github.com/dgraph-io/dgo/v200" |
4444
| 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" |
4648

4749
Note: One of the most important API breakages from dgo v1 to v2 is in
4850
the function `dgo.Txn.Mutate`. This function returns an `*api.Assigned`

0 commit comments

Comments
 (0)