Skip to content

Releases: hypermodeinc/dgraph-js

v24.2.0

07 Apr 16:53
f66baf7
Compare
Choose a tag to compare

What's Changed

  • Support for Dgraph connection strings: Introduced the ability to connect using Dgraph connection
    strings. This enhancement simplifies the configuration process for establishing connections.
    (#263)

  • Removed ESLint from the project. (#264)

  • Updated Node.js to version 22. (#262)​

  • Updated @grpc/grpc-js to version 1.12.6. (#260)​

  • Performed minor and patch updates for development dependencies. (#261 #258 #256 #255 #244 #245
    #246 #247 #248 #249 #238 #240)

    Full Changelog: v24.1.0...v24.2.0

v24.1.0

21 Nov 18:15
731debb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v24.0.0...v24.1.0

v24.0.0

27 Aug 13:14
329fd99
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v21.03.1...v24.0.0

v21.03.1

21 May 07:23
0b7416c
Compare
Choose a tag to compare

Added

  • fix(deprecation): add clientStubFromCloudEndpoint method (#138)

v21.03.0

08 Apr 10:23
1743fb3
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

Removed

  • Nquad does not have label

The clientStubFromSlashGraphQLEndpoint API is deprecated and will be removed in the next release.

v20.11.0

17 Mar 07:26
e1402d8
Compare
Choose a tag to compare

Added

  • Add support for RDF response ([#129])

Changed

  • Bumped gRPC libs

v20.03.0

02 Apr 17:38
0417c2b
Compare
Choose a tag to compare

Changed

  • Synced proto files to latest version to support background indexing (#110)

v2.1.0

03 Feb 09:08
daf3dba
Compare
Choose a tag to compare

Fixed

  • Resolved JSON parse issue of Payload response. Fixes #43 (#94)
  • Updating ACL tests to sync up changes with Dgraph v1.2 (#103)

Added

  • Adding tests for upsert with graphql variables (#101)

Changed

  • Synced proto files to the latest version (#99)

v2.0.2

01 Oct 19:26
Compare
Choose a tag to compare

Changed

  • Upgrade google-protobuf dependency version to 3.8.0+ (#80)

Fixed

  • Added logic to catch exceptions when dgraphClient fails to be created
    due to invalid gRPC address (#71)

v2.0.1

10 Sep 17:48
Compare
Choose a tag to compare

Fixed

  • Added function to refresh JWT token if expired (#56)