We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 688403c + 8eec2f7 commit 1743fb3Copy full SHA for 1743fb3
2 files changed
CHANGELOG.md
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Calendar Versioning](https://calver.org/) starting v20.03.0.
7
8
+## [v21.03.0] - 2021-04-08
9
+
10
+### Added
11
12
+- LoginIntoNamespace API
13
14
+### Removed
15
16
+- Nquad does not have `label`
17
18
+The `clientStubFromSlashGraphQLEndpoint` API is deprecated and will be removed in the next release.
19
20
## [v20.11] - 2021-03-16
21
22
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dgraph-js",
3
- "version": "20.11.0",
+ "version": "21.03.0",
4
"description": "Official javascript client for Dgraph",
"license": "Apache-2.0",
"repository": {
0 commit comments