File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88## [ v2.0.0] - 2019-09-06
99
1010### Added
11- - ` doRequest ` function for performing upsert, or just a query or a mutation.
11+ - ` doRequest ` function for performing upsert, or just a query or a mutation
1212- Support for ACL features in Dgraph v1.1 - login & jwt refresh
13- - Updated protobufs to latest version
14- - Upgraded all typescript dev libraries to latest version
15- - Removed support for null values where appropriate (because of typescript warning)
13+ - ` upsert ` and ` lang ` fields to proto message type SchemaNode
14+ - Option for server-side sequencing
1615
1716### Changed
18- - ` Txn#mutate ` used to returns a ` messages.Assigned ` type in * v1.X* , but
19- now returns a ` messages.Response ` type in * v2.X* .
17+ - Return type of ` Txn#mutate ` function from ` messages.Assigned ` to ` messages.Response `
18+ - Updated protobufs to the latest version
19+ - Upgraded all typescript dev libraries to the latest version
2020
21- ### Added
22- - ` upsert ` and ` lang ` fields to proto message type SchemaNode
23- - Option for server-side sequencing
21+ ### Removed
22+ - Support for null values where appropriate (because of typescript warning)
2423
2524## [ v1.2.1] - 2018-03-16
2625
You can’t perform that action at this time.
0 commit comments