Skip to content

Releases: hypermodeinc/pydgraph

v2.0.2

10 Sep 17:49
00c8714
Compare
Choose a tag to compare

Added

  • Do not throw errors in build steps if pypandoc is not found.

v2.0.1

06 Sep 17:33
3fab5e2
Compare
Choose a tag to compare

Added

  • Fix unhandled ModuleNotFoundError.

v2.0.0

05 Sep 10:57
Compare
Choose a tag to compare
  • Update internal grpc API to talk to dgraph v1.1.0

v1.2.0

05 Sep 10:56
Compare
Choose a tag to compare
  • Added support for Upsert Block

v1.1.2

07 Jun 22:11
Compare
Choose a tag to compare

Added

  • Updated requirements.txt to unpin protobuf version.

v1.1.1

27 Apr 00:04
0fe85f6
Compare
Choose a tag to compare

Added

  • Bug fix

v1.1

16 Apr 22:08
742f243
Compare
Choose a tag to compare

Added

  • Support for ACL (Access Control List).

Removed

  • The query method from the client class has been deprecated. This was done in
    order to match the rest of the clients and to make it explicit that creating a
    transaction is required to query Dgraph.

v1.0.3

16 Apr 22:09
407bfc0
Compare
Choose a tag to compare

Added

  • Support for best-effort queries.

v1.0.2

16 Apr 22:11
f60b194
Compare
Choose a tag to compare

Added

  • During queries, passing a map with non-string keys or values as a variable
    map will result in an error instead of continuing silently.
  • Fixed dependencies.

v1.0.1

16 Apr 22:18
b6c49fb
Compare
Choose a tag to compare

Added

  • Full compatibility with Dgraph v1.0.11
  • Added support for read-only transactions.
  • Fixed dependencies.
  • Support for predicate tracking.
  • Remove linread map and sequencing.