V4.0.1
- Examples: added Vector Search example that demonstrates how to perform on-device approximate nearest neighbor (ANN) search.
- Revert deprecation of
Box.query()
, it is still useful for queries without any condition. - Add note on old query API methods of
QueryBuilder
that they are not recommended for new projects. Use the new query APIs instead. - Update and expand documentation on
ToOne
andToMany
.