Skip to content

Commit e3c3e45

Browse files
committed
Bump version to v1.2.0
1 parent 0119bf1 commit e3c3e45

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [v1.2.0] - 2018-03-12
11+
12+
### Added
13+
- **[BREAKING]** Optional `metadata` parameter of type `grpc.Metadata` to the
14+
`DgraphClientStub` methods. `options` parameter moved to the third position
15+
to conform with the `grpc` package API. Methods affected -
16+
`DgraphClient#alter`, `Txn#query`, `Txn#queryWithVars`, `Txn#mutate`,
17+
`Txn#commit` and `Txn#discard`.
18+
1019
## [v1.1.2] - 2018-03-07
1120

1221
### Added
22+
- Full compatibility with Dgraph v1.0.4
1323
- `latency` field to proto message type `Assigned`
1424

1525
## [v1.1.1] - 2018-02-13
@@ -62,7 +72,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6272
### Added
6373
- Full compatibility with Dgraph v1.0.0
6474

65-
[Unreleased]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.2...HEAD
75+
[Unreleased]: https://github.com/dgraph-io/dgraph-js/compare/v1.2.0...HEAD
76+
[v1.2.0]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.2...v1.2.0
6677
[v1.1.2]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.1...v1.1.2
6778
[v1.1.1]: https://github.com/dgraph-io/dgraph-js/compare/v1.1.0...v1.1.1
6879
[v1.1.0]: https://github.com/dgraph-io/dgraph-js/compare/v1.0.4...v1.1.0

examples/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "simple",
33
"dependencies": {
4-
"dgraph-js": "^1.1.2",
4+
"dgraph-js": "^1.2.0",
55
"grpc": "^1.9.0"
66
}
77
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dgraph-js",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Official javascript client for Dgraph",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)