File tree 5 files changed +90
-18
lines changed
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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.1.0/ ) , and this project
6
6
adheres to [ Calendar Versioning] ( https://calver.org/ ) starting v20.03.0.
7
7
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
+
8
27
## [ 24.1.0] - 2024-11-13
9
28
10
29
** Changed**
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simple" ,
3
3
"dependencies" : {
4
- "dgraph-js" : " ^24.1 .0" ,
4
+ "dgraph-js" : " ^24.2 .0" ,
5
5
"@grpc/grpc-js" : " 1.8.22"
6
6
},
7
7
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tls" ,
3
3
"dependencies" : {
4
- "dgraph-js" : " ^24.0 .0"
4
+ "dgraph-js" : " ^24.2 .0"
5
5
},
6
6
"scripts" : {
7
7
"example" : " node index.js" ,
You can’t perform that action at this time.
0 commit comments