Releases: objectbox/objectbox-generator
Releases · objectbox/objectbox-generator
ObjectBox Generator v5.0.0
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
C++ improvements
- ObjectBox Generator is now integrated with CMake.
You can now useadd_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
See 4.0.0 final for release notes