Skip to content

Commit f66baf7

Browse files
chore: release v24.2.0 (#265)
1 parent 21a1ac0 commit f66baf7

File tree

5 files changed

+90
-18
lines changed

5 files changed

+90
-18
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/), and this project
66
adheres 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**

examples/simple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

examples/tls/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)