Releases: hypermodeinc/pydgraph
Releases · hypermodeinc/pydgraph
v2.0.2
Added
- Do not throw errors in build steps if pypandoc is not found.
v2.0.1
Added
- Fix unhandled ModuleNotFoundError.
v2.0.0
- Update internal grpc API to talk to dgraph v1.1.0
v1.2.0
- Added support for Upsert Block
v1.1.2
Added
- Updated requirements.txt to unpin protobuf version.
v1.1
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
Added
- Support for best-effort queries.
v1.0.2
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
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.