ObjectBox C/C++ database v0.16.0 Release Notes

Release Date: 2022-05-06 // almost 2 years ago
    • ๐Ÿ‘ Allow UTF-8 for database directories on Windows (available for other platforms before)
    • Various internal improvements

    C++

    • Promoted Options to a top level class, as nested classes cannot be declared forward
    • ๐Ÿ†• New #define to disable FlatBuffers includes to simplify new project setup
    • ๐Ÿ‘ป Rename Exception to DbException
    • Minor improvements