Skip to content

Releases: hypermodeinc/dgo

dgo v250.0.0-preview4

21 May 19:57
9f3d5dc
Compare
Choose a tag to compare
dgo v250.0.0-preview4 Pre-release
Pre-release

What's Changed

Full Changelog: v250.0.0-preview2...v250.0.0-preview4

dgo v250.0.0-preview2

13 May 19:17
0567006
Compare
Choose a tag to compare
dgo v250.0.0-preview2 Pre-release
Pre-release

What's Changed

Full Changelog: v250.0.0-preview1...v250.0.0-preview2

dgo v250.0.0-preview1

17 Apr 12:34
363877e
Compare
Choose a tag to compare
dgo v250.0.0-preview1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v240.1.0...v250.0.0-preview1

dgo v240.2.0

26 Mar 23:19
138c2b0
Compare
Choose a tag to compare

This version adds a new function Open that takes a connection string as an argument for creating a Dgraph Client.

What's Changed

  • Bump google.golang.org/protobuf from 1.34.2 to 1.35.2 in the minor-and-patch group by @dependabot in #211
  • Bump google.golang.org/grpc from 1.68.0 to 1.68.1 in the minor-and-patch group by @dependabot in #212
  • Bump the minor-and-patch group with 2 updates by @dependabot in #213
  • Bump the minor-and-patch group with 2 updates by @dependabot in #214
  • Bump google.golang.org/protobuf from 1.36.1 to 1.36.2 in the minor-and-patch group by @dependabot in #217
  • Bump the minor-and-patch group with 2 updates by @dependabot in #218
  • Bump the minor-and-patch group with 2 updates by @dependabot in #219
  • Bump golang.org/x/net from 0.32.0 to 0.33.0 by @dependabot in #220
  • chore(deps): Update dependency go to v1.23.6 by @renovate in #224
  • chore(deps): Update module google.golang.org/protobuf to v1.36.5 by @renovate in #227
  • Add support for connection string by @mangalaman93 in #242
  • Fix broken docs link and remove details about old versions by @mangalaman93 in #243

Full Changelog: v240.1.0...v240.2.0

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