Releases: dgraph-io/dgraph-js
Releases · dgraph-io/dgraph-js
v24.2.0
What's Changed
- 
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 ESLint from the project. (#264)
 - 
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)Full Changelog: v24.1.0...v24.2.0
 
v24.1.0
v24.0.0
What's Changed
- Several CVE's Resolved
CVE-2021-3918
CVE-2022-0686
CVE-2021-3807
CVE-2022-0691
CVE-2022-0639
CVE-2022-0512
CVE-2021-3664
CVE-2020-15366
CVE-2022-24999
CVE-2023-32731 - upgrade dependencies in #183
 - add vector support in #214
 - chore: release v24.0.0 by @shivaji-dgraph in #216
 - Several dependency upgrades.
 
New Contributors
- @nick-w-nick made their first contribution in #164
 - @joshua-goldstein made their first contribution in #173
 - @ryanfoxtyler made their first contribution in #181
 - @shivaji-dgraph made their first contribution in #183
 - @Znarkus made their first contribution in #182
 
Full Changelog: v21.03.1...v24.0.0
v21.03.1
v21.03.0
This release works for Dgraph versions >= 21.03. This version adheres to the contract of multi-tenancy.
Added
- LoginIntoNamespace API
 
Removed
- Nquad does not have 
label 
The clientStubFromSlashGraphQLEndpoint API is deprecated and will be removed in the next release.