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

Release Date: 2022-06-15 // almost 2 years ago
    • โž• Added a "weak store" API providing weak reference for stores (typically used by background threads)
    • โž• Added Store ID API, e.g. getting a store by its ID
    • ๐ŸŽ Various internal improvements including minor optimizations for binary size and performance

    C++

    • New "OBX_CPP_FILE" define to place declarations in a single .cpp/.cc file: improves compilation time and results
    • ๐Ÿ†• New "Exception" base class for all thrown exceptions
    • ๐Ÿ‘ Various internal improvements, e.g. a "internal" namespace to better distinguish from userland API