Skip to content

Tags: fluidfractal/dgo

Tags

v210.03.0

Toggle v210.03.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release: update dgo module from v200 to v210 (dgraph-io#148)

Upgrades module path from v200 to v210.
Note that there is nothing BREAKING in this version. All the changes are backward compatible. We have added a few new APIs since v200.03.0 release.

DialSlashEndpoint and few more related to auth/slash (these are deprecated and will be removed in later releases)
LoginIntoNamespace
Relogin
GetJwt
This PR additionally:

Updates the README with Login example.
Add deprecation comment for DialSlash* APIs

v200.03.0

Toggle v200.03.0's commit message
CHANGELOG

=========

- Use background flag for computing indexes in background (dgraph-io#118)

v2.2.0

Toggle v2.2.0's commit message
Fix ACL tests to work with Dgraph 1.2.0

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplify type system test cases (dgraph-io#101)

Ref: hypermodeinc/dgraph#4017

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Minor change in docs (dgraph-io#89)

v2.0.0-rc1

Toggle v2.0.0-rc1's commit message
breaking change: Merge Mutate and Query endpoint into Query endpoint. (

…dgraph-io#77)

* Add Upsert function
* One endpoint for running queries and mutations
* Remove deprecated fields from various structs

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README (dgraph-io#80)