Skip to content

Releases: dgraph-io/dgo

dgo v240.1.0

28 Nov 14:22
6e59191
Compare
Choose a tag to compare

What's Changed

  • Bump google.golang.org/grpc from 1.67.1 to 1.68.0 in the minor-and-patch group by @dependabot in #208
  • Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 in the minor-and-patch group by @dependabot in #209
  • upgrade protobuf library by @mangalaman93 in #178

Full Changelog: v240.0.1...v240.1.0

dgo v240.0.1

11 Nov 21:28
aacd75b
Compare
Choose a tag to compare

What's Changed

  • Bump google.golang.org/grpc from 1.66.0 to 1.66.1 in the minor-and-patch group by @dependabot in #202
  • fix euclidean spelling by @shivaji-kharse in #204
  • Bump google.golang.org/grpc from 1.66.1 to 1.66.2 in the minor-and-patch group by @dependabot in #203
  • Bump google.golang.org/grpc from 1.66.2 to 1.67.0 in the minor-and-patch group by @dependabot in #205
  • Bump google.golang.org/grpc from 1.67.0 to 1.67.1 in the minor-and-patch group by @dependabot in #206
  • declare min Go version to be v1.21 by @mangalaman93 in #207

Full Changelog: v240.0.0...v240.0.1

dgo v240.0.0

03 Sep 17:35
27ed51b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v230.0.1...v240.0.0

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