We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d092d9 commit ff4b1f1Copy full SHA for ff4b1f1
CHANGELOG.md
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
### Added
11
- Wrapper classes for certain proto classes to simplify the api and avoid repetitive
12
serialization/deserialization code
13
+- Add `DgraphClientStub#close` to close the grpc client associated with `DgraphClientStub`
14
+- Add `DgraphClientStub#grpcClient` to return the grpc client associated with
15
+ `DgraphClientStub`
16
+- Add `DgraphClientStub#waitForReady` to provide a promisified version of
17
+ `grpc.Client#waitForReady`
18
19
## [1.0.0] - 2017-12-20
20
0 commit comments