Skip to content

Releases: objectbox/objectbox-generator

ObjectBox Generator v5.0.0

27 Nov 14:24

Choose a tag to compare

C/C++

  • Support for external name and type annotations
  • Add the new vector distance type "Geo"
  • Bump the CMake min version to 3.5 for compatibility with CMake 4.x

Go

  • Support for external name and type annotations

TypeScript/JavaScript

  • Releasing a preview of JavaScript code generation, which can be used with the ObjectBox TS/JS library

v4.0.0

04 Nov 20:24

Choose a tag to compare

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

v4.0.0-beta

22 Aug 09:01

Choose a tag to compare

v4.0.0-beta Pre-release
Pre-release

See 4.0.0 final for release notes