@@ -5,20 +5,45 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
29
## [ v2.0.2] - 2019-10-01
9
30
10
31
### 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 ] [ ] )
12
33
13
34
### Fixed
14
35
- 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
16
40
17
41
## [ v2.0.1] - 2019-09-10
18
42
19
43
### 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
22
47
23
48
## [ v2.0.0] - 2019-09-06
24
49
@@ -68,7 +93,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
68
93
69
94
### Fixed
70
95
- 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
72
99
73
100
## [ v1.1.0] - 2018-02-06
74
101
@@ -111,6 +138,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
111
138
### Added
112
139
- Full compatibility with Dgraph v1.0.0
113
140
141
+ [ v2.1.0 ] : https://github.com/dgraph-io/dgraph-js/compare/v2.0.2...v2.1.0
114
142
[ v2.0.2 ] : https://github.com/dgraph-io/dgraph-js/compare/v2.0.1...v2.0.2
115
143
[ v2.0.1 ] : https://github.com/dgraph-io/dgraph-js/compare/v2.0.0...v2.0.1
116
144
[ v2.0.0 ] : https://github.com/dgraph-io/dgraph-js/compare/v1.2.1...v2.0.0
0 commit comments