GOLANG api for Dgraph 1.1.0

Is GOLANG client api for Dgraph 1.0 still compatible with 1.1.0 server?

As says in GitHub - dgraph-io/dgo: Official Dgraph Go client - only Dgo 2.0 works with Dgraph 1.1.X

Dgraph version dgo version dgo import path
dgraph 1.0.X dgo 1.X.Y github.com/dgraph-io/dgo
dgraph 1.1.X dgo 2.X.Y github.com/dgraph-io/dgo/v2

Thank you Michael, by the way is Dgo 2.0 back compatible with dgraph 1.0.x?

by the way is Dgo 2.0 back compatible with dgraph 1.0.x?

Dunno.

dgo v2.0 is not compatible with dgraph v1.0.x. dgo v1.0 supports dgraph v1.0.x and dgo v2.0 supports dgraph v1.1.x.