Skip to content

Commit

Permalink
chore(release): update readme for supported releases (#172)
Browse files Browse the repository at this point in the history
Update supported versions of Dgraph in README.
  • Loading branch information
joshua-goldstein authored Apr 19, 2023
1 parent 077aaa5 commit 1708397
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ use a different version of this client and their corresponding import paths.
| dgraph 20.03.0 | dgo 200.03.0 | "github.com/dgraph-io/dgo/v200" |
| dgraph 20.07.0 | dgo 200.03.0 | "github.com/dgraph-io/dgo/v200" |
| dgraph 20.11.0 | dgo 200.03.0 | "github.com/dgraph-io/dgo/v200" |
| dgraph >= 21.03.0 | dgo 210.03.0 | "github.com/dgraph-io/dgo/v210" |
| dgraph 21.X.Y | dgo 210.X.Y | "github.com/dgraph-io/dgo/v210" |
| dgraph 22.X.Y | dgo 210.X.Y | "github.com/dgraph-io/dgo/v210" |
| dgraph 23.X.Y | dgo 230.X.Y | "github.com/dgraph-io/dgo/v230" |

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

0 comments on commit 1708397

Please sign in to comment.