Skip to content

Releases: Swoorup/dgraph-rs

v0.4.0

23 Aug 21:07
Compare
Choose a tag to compare

Added:

  • Upgraded grpcio to version 0.5
  • openssl and openssl-vendored passthrough features to grpcio are now available
  • Support for Dgraph 20.03
  • JWT support

Fixed:

  • query and query_with_vars now accept more standard &str as the query argument (previously Into<String>).

Removed:

  • [BREAKING] Dropped support for Dgraph 1.0. dgraph-1-0 and dgraph-1-1 are now removed as well which simplifies the installation.

v0.3.1

01 Mar 20:34
Compare
Choose a tag to compare

Fixed:

  • context.start_ts is now properly assigned to query request, allowing transactions to be reused for multiple queries (#14)

v0.3.0

19 Jan 17:36
Compare
Choose a tag to compare

Added:

  • Support for Dgraph 1.1+

v0.2.0

22 Sep 13:12
Compare
Choose a tag to compare

Added:

  • Secure client
  • Re-exported grpcio crate
  • Support for best effort queries

Fixed:

  • Protobufs are pre-compiled manually

Removed:

  • failure crate was removed and errors are handled natively