Skip to content

Commit ff4b1f1

Browse files
committed
Update CHANGELOG
1 parent 0d092d9 commit ff4b1f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010
### Added
1111
- Wrapper classes for certain proto classes to simplify the api and avoid repetitive
1212
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`
1318

1419
## [1.0.0] - 2017-12-20
1520

0 commit comments

Comments
 (0)