File tree Expand file tree Collapse file tree 5 files changed +90
-18
lines changed Expand file tree Collapse file tree 5 files changed +90
-18
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.1.0/ ) , and this project
66adheres to [ Calendar Versioning] ( https://calver.org/ ) starting v20.03.0.
77
8+ ## [ 24.2.0] - 2025-04-04
9+
10+ ** Added**
11+
12+ - Support for Dgraph connection strings: Introduced the ability to connect using Dgraph connection
13+ strings. This enhancement simplifies the configuration process for establishing connections.
14+ (#263 )
15+
16+ ** Removed**
17+
18+ - Removed ESLint from the project. (#264 )
19+
20+ ** Changed**
21+
22+ - Updated Node.js to version 22. (#262 )
23+ - Updated @grpc/grpc-js to version 1.12.6. (#260 )
24+ - Performed minor and patch updates for development dependencies. (#261 #258 #256 #255 #244 #245
25+ #246 #247 #248 #249 #238 #240 )
26+
827## [ 24.1.0] - 2024-11-13
928
1029** Changed**
Original file line number Diff line number Diff line change 11{
22 "name" : " simple" ,
33 "dependencies" : {
4- "dgraph-js" : " ^24.1 .0" ,
4+ "dgraph-js" : " ^24.2 .0" ,
55 "@grpc/grpc-js" : " 1.8.22"
66 },
77 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " tls" ,
33 "dependencies" : {
4- "dgraph-js" : " ^24.0 .0"
4+ "dgraph-js" : " ^24.2 .0"
55 },
66 "scripts" : {
77 "example" : " node index.js" ,
You can’t perform that action at this time.
0 commit comments