What's Changed
The following is the list of the changes that we have made from v24.0.0-alpha3 to v24.0.0-rc1. This is a release candidate for community and customers to try.
Added
- Vector
- fix(vector):fix similar_to() error return when data is not present in #9084
- fix(vector): Update query_rewriter to fix dotproduct and cosine query conversion in #9083
- Core
- feat(core): Add cache to dgraph.type predicate in #9068
Fixed
-
Core
- Fix(debug): Close file correctly before exiting on error in #9076
- fix(restore): fix incr restore and normal restore for vector predicates in #9078
- Fix(core): Fix deadlock in runMutation and error handling in #9085
- chore(upgrade): run tests from v23.1.0 -> main in #9097
-
Perf
- perf(core): Fix performance issue in type filter (#9065) in #9089
- perf(core): Update postinglistCountAndLength function to improve performance in #9088
Full Changelog: v24.0.0-alpha3...v24.0.0-rc1