Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@greenrobot greenrobot released this 04 Nov 20:24
· 0 commits to main since this release

C++ improvements

  • ObjectBox Generator is now integrated with CMake.
    You can now use add_obx_schema() directly from your C++ project.
    For details, check the Generator documentation page.
  • Support for float vector properties and HNSW vector search indexing
  • The generator is now statically linked for Linux making the executable usable from more distributions