File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5- The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6- and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
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+ ## [ v20.11] - 2021-03-16
9+
10+ ### Added
11+
12+ - Add support for RDF response ([ #129 ] )
13+
14+ ### Changed
15+
16+ - Bumped gRPC libs
17+
18+ ## [ v20.03.1] - 2020-10-04
19+
20+ ### Added
21+
22+ - Extend support to connect to dgraph client via Slash endpoints and apiKey ([ #125 ] )
23+
24+ ### Changed
25+
26+ - Migrate from ` grpc ` npm module to ` grpc-js ` in lieu of the deprecation of the former.
727
828## [ v20.03.0] - 2020-04-01
929
Original file line number Diff line number Diff line change 11{
22 "name" : " dgraph-js" ,
3- "version" : " 20.03.1 " ,
3+ "version" : " 20.11.0 " ,
44 "description" : " Official javascript client for Dgraph" ,
55 "license" : " Apache-2.0" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments