Skip to content

Commit

Permalink
Updating CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
prashant-shahi committed Sep 6, 2019
1 parent 9f3342f commit 62ae0fe
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [v2.0.0] - 2019-09-06

### Added
- `doRequest` function for performing upsert, or just a query or a mutation.
- `doRequest` function for performing upsert, or just a query or a mutation
- Support for ACL features in Dgraph v1.1 - login & jwt refresh
- Updated protobufs to latest version
- Upgraded all typescript dev libraries to latest version
- Removed support for null values where appropriate (because of typescript warning)
- `upsert` and `lang` fields to proto message type SchemaNode
- Option for server-side sequencing

### Changed
- `Txn#mutate` used to returns a `messages.Assigned` type in *v1.X*, but
now returns a `messages.Response` type in *v2.X*.
- Return type of `Txn#mutate` function from `messages.Assigned` to `messages.Response`
- Updated protobufs to the latest version
- Upgraded all typescript dev libraries to the latest version

### Added
- `upsert` and `lang` fields to proto message type SchemaNode
- Option for server-side sequencing
### Removed
- Support for null values where appropriate (because of typescript warning)

## [v1.2.1] - 2018-03-16

Expand Down

0 comments on commit 62ae0fe

Please sign in to comment.