Hi Dgraph Community,
Excited to announce that Dgraph v24.0.0 is now generally available both on GitHub and AWS Cloud.
As we stated in the rc1 announcement, we’ve increased the test coverage from 64% to 67% and made a few important enhancements and bug fixes.
Key highlights of the 24.0.0 release include:
- Support for a native vector type at both GraphQL and DQL levels
- Extend Liveloader to work with the vector type (Bulkloader will be available in GA)
- Vector search specific fixes
- Community contributed PRs:
- Dgraph/Badger fixes:
- Performance fixes:
- Update to Golang v1.22 - performance and monitoring improvements
- Upgraded Golang client
- Number of CVE Fixes
You can find the complete changelog here.
For examples of using vector type in DQL and GraphQL please see the following blog posts:
Also do not forget to check our blog post on Dgraph v24.
Please file Github Issues with the label v24.0.0 if you find any problems or bugs in this release.
Thank you,
– The Dgraph team