Skip to content

chore: release v24.2.0 #265

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
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.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.1.0/), and this project
adheres to [Calendar Versioning](https://calver.org/) starting v20.03.0.

## [24.2.0] - 2025-04-04

**Added**

- Support for Dgraph connection strings: Introduced the ability to connect using Dgraph connection
strings. This enhancement simplifies the configuration process for establishing connections.
(#263)

**Removed**

- Removed ESLint from the project. (#264)

**Changed**

- Updated Node.js to version 22. (#262)​
- Updated @grpc/grpc-js to version 1.12.6. (#260)​
- Performed minor and patch updates for development dependencies. (#261 #258 #256 #255 #244 #245
#246 #247 #248 #249 #238 #240)

## [24.1.0] - 2024-11-13

**Changed**
2 changes: 1 addition & 1 deletion examples/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simple",
"dependencies": {
"dgraph-js": "^24.1.0",
"dgraph-js": "^24.2.0",
"@grpc/grpc-js": "1.8.22"
},
"scripts": {
2 changes: 1 addition & 1 deletion examples/tls/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tls",
"dependencies": {
"dgraph-js": "^24.0.0"
"dgraph-js": "^24.2.0"
},
"scripts": {
"example": "node index.js",
83 changes: 68 additions & 15 deletions package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dgraph-js",
"version": "24.1.0",
"version": "24.2.0",
"description": "Official javascript client for Dgraph",
"license": "Apache-2.0",
"repository": {