Skip to content

Commit 2b579b4

Browse files
Updated changelog
1 parent 291954b commit 2b579b4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
9-
10-
## [v1.3.0-rc1] - 2019-06-12
8+
## [v2.0.0] - 2019-09-06
119

1210
### Added
11+
- `doRequest` function for performing upsert, or just a query or a mutation.
1312
- Support for ACL features in Dgraph v1.1 - login & jwt refresh
1413
- Updated protobufs to latest version
1514
- Upgraded all typescript dev libraries to latest version
16-
- Removed support for null values where appropriate (because typescript barks at those)
15+
- Removed support for null values where appropriate (because of typescript warning)
16+
17+
### 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*.
1720

1821
### Added
1922
- `upsert` and `lang` fields to proto message type SchemaNode
@@ -94,7 +97,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9497
### Added
9598
- Full compatibility with Dgraph v1.0.0
9699

97-
[Unreleased]: https://github.com/dgraph-io/dgraph-js/compare/v1.2.1...HEAD
100+
[v2.0.0]: https://github.com/dgraph-io/dgraph-js/compare/v1.2.1...v2.0.0
98101
[v1.2.1]: https://github.com/dgraph-io/dgraph-js/compare/v1.2.0...v1.2.1
99102
[v1.2.0]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.2...v1.2.0
100103
[v1.1.2]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.1...v1.1.2

0 commit comments

Comments
 (0)