Skip to content

Commit daf3dba

Browse files
Updating changelog and package JSON files for v2.1.0 release (#104)
* Bumping version in package.json and package-lock.json * Updating CHANGELOG for v2.1.0 * Adding reference to links of pr and issues in CHANGELOG Signed-off-by: Prashant Shahi <coolboi567@gmail.com>
1 parent 9762c1e commit daf3dba

File tree

3 files changed

+51
-14
lines changed

3 files changed

+51
-14
lines changed

CHANGELOG.md

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,45 @@ 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+
## [v2.1.0] - 2020-01-30
9+
10+
### Fixed
11+
12+
- Resolved JSON parse issue of Payload response. Fixes [#43][] ([#94][])
13+
- Updating ACL tests to sync up changes with Dgraph v1.2 ([#103][])
14+
15+
### Added
16+
17+
- Adding tests for upsert with graphql variables ([#101][])
18+
19+
### Changed
20+
21+
- Synced proto files to the latest version ([#99][])
22+
23+
[#43]: https://github.com/dgraph-io/dgraph-js/issues/43
24+
[#94]: https://github.com/dgraph-io/dgraph-js/issues/94
25+
[#103]: https://github.com/dgraph-io/dgraph-js/issues/103
26+
[#101]: https://github.com/dgraph-io/dgraph-js/issues/101
27+
[#99]: https://github.com/dgraph-io/dgraph-js/issues/99
28+
829
## [v2.0.2] - 2019-10-01
930

1031
### Changed
11-
- Upgrade google-protobuf dependency version to 3.8.0+ ([#80](https://github.com/dgraph-io/dgraph-js/issues/80))
32+
- Upgrade google-protobuf dependency version to 3.8.0+ ([#80][])
1233

1334
### Fixed
1435
- Added logic to catch exceptions when `dgraphClient` fails to be created
15-
due to invalid gRPC address ([#71](https://github.com/dgraph-io/dgraph-js/issues/71))
36+
due to invalid gRPC address ([#71][])
37+
38+
[#80]: https://github.com/dgraph-io/dgraph-js/issues/80
39+
[#71]: https://github.com/dgraph-io/dgraph-js/issues/71
1640

1741
## [v2.0.1] - 2019-09-10
1842

1943
### Fixed
20-
- Added function to refresh JWT token if expired
21-
([#56](https://github.com/dgraph-io/dgraph-js/issues/56))
44+
- Added function to refresh JWT token if expired ([#56][])
45+
46+
[#56]: https://github.com/dgraph-io/dgraph-js/issues/56
2247

2348
## [v2.0.0] - 2019-09-06
2449

@@ -68,7 +93,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6893

6994
### Fixed
7095
- Function `u8ToStr` which was leading to json parse errors
71-
([#17](https://github.com/dgraph-io/dgraph-js/issues/17))
96+
([#17][])
97+
98+
[#17]: https://github.com/dgraph-io/dgraph-js/issues/17
7299

73100
## [v1.1.0] - 2018-02-06
74101

@@ -111,6 +138,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
111138
### Added
112139
- Full compatibility with Dgraph v1.0.0
113140

141+
[v2.1.0]: https://github.com/dgraph-io/dgraph-js/compare/v2.0.2...v2.1.0
114142
[v2.0.2]: https://github.com/dgraph-io/dgraph-js/compare/v2.0.1...v2.0.2
115143
[v2.0.1]: https://github.com/dgraph-io/dgraph-js/compare/v2.0.0...v2.0.1
116144
[v2.0.0]: https://github.com/dgraph-io/dgraph-js/compare/v1.2.1...v2.0.0

package-lock.json

Lines changed: 17 additions & 8 deletions
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": "2.0.2",
3+
"version": "2.1.0",
44
"description": "Official javascript client for Dgraph",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)