All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
===================
- Logging in to namespace
- Add response type
- Hash to response and txn context.
- Deprecation messaged for Slash Endpoint [168]
- Support for Slash GraphQl
- Fixed missing import in the client.
- Added more exception classes for specific types of errors (e.g retriable errors). Existing applications might want to update their error handling code to take advantage of these new error classes.
- Added async versions of alter, query, and mutate functions.
Starting with this release, the release number has changed to match the Dgraph release to make it easier to identify which version of Dgraph a client version supports.
- Use RunInBackground flag for computing indexes in background.
- Updated protobufs to latest version.
- Do not throw errors in build steps if pypandoc is not found.
- Fix unhandled ModuleNotFoundError.
v2.0.0 - 2019-09-05
- Update internal grpc API to talk to dgraph v1.1.0
v1.2.0 - 2019-06-24
- Added support for Upsert Block
v1.1.2 - 2019-06-07
- Updated requirements.txt to unpin protobuf version.
- Manually free Grpc resources on stub close.
v1.1.1 - 2019-04-26
- Bug fix
v1.1 - 2019-04-16
- Support for ACL (Access Control List).
- 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 - 2019-03-20
- Support for best-effort queries.
v1.0.2 - 2019-03-19
- 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 - 2019-01-03
- Full compatibility with Dgraph v1.0.11
- Added support for read-only transactions.
- Fixed dependencies.
- Support for predicate tracking.
- Remove linread map and sequencing.
v1.0.0 - 2018-05-16
- Full compatibility with Dgraph v1.0.0