Skip to content

Releases: dgraph-io/dgo

dgo v230.0.1

08 May 18:08
1708397
Compare
Choose a tag to compare

This dgo release works for dgraph versions >= 23.0.0. This release requires Go v1.19 or higher. v230.0.0 is deprecated and this release should be used instead.

Breaking

  • Upgrade go version to go 1.19 (#155)
  • Remove deprecated DialSlashEndpoint, DialSlashGraphQLEndpoint (#157)

Added

  • Add DialCloud endpoint (#147)
  • Improve the DialCloud function and add tests (#154)
  • Bump golang.org/x/text from 0.3.3 to 0.3.8 (#163)

dgo v230.0.0

04 Apr 18:39
b66f8ae
Compare
Choose a tag to compare

This release is retracted. Please do not use this release.

dgo v210.03.0

07 Apr 15:30
261d1c2
Compare
Choose a tag to compare

This release works for dgraph versions >= 21.03. This version adheres to the contract of multi-tenancy.

Added

  • LoginIntoNamespace API
  • Relogin API
  • GetJwt API

Removed

  • Nquad does not have label

Some of the APIs that are deprecated and will be removed in the next release:

  • DialSlashEndpoint
  • DialSlashGraphQLEndpoint

dgo v200.03.0

01 Apr 18:09
e463f92
Compare
Choose a tag to compare

CHANGELOG v200.03.0

  • Use RunInBackground flag for computing indexes in background (#118)

v2.2.0

29 Jan 21:46
Compare
Choose a tag to compare
Fix ACL tests to work with Dgraph 1.2.0