Releases: dgraph-io/dgraph-js
Releases · dgraph-io/dgraph-js
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.
v20.11.0
v20.03.0
v2.1.0
v2.0.2
v2.0.1
v2.0.0
Added
doRequest
function for performing upsert, or just a query or a mutation- Support for ACL features in Dgraph v1.1 - login & jwt refresh
upsert
andlang
fields to proto message type SchemaNode- Option for server-side sequencing
Changed
- Return type of
Txn#mutate
function frommessages.Assigned
tomessages.Response
- Updated protobufs to the latest version
- Upgraded all typescript dev libraries to the latest version
Removed
- Support for null values where appropriate (because of typescript warning)