Skip to content

v4.0.1

Latest
Compare
Choose a tag to compare
@greenrobot greenrobot released this 16 Oct 06:31
· 7 commits to main since this release
  • Built with Xcode 15.0.1 and Swift 5.9.
  • Make closing the Store more robust. In addition to transactions, it also waits for ongoing queries. This is just an
    additional safety net. Your apps should still make sure to finish all Store operations, like queries, before closing it.
  • Generator: no longer print a Mapping not found warning when an entity class uses ToMany.
  • Some minor vector search performance improvements.
  • Update to ObjectBox C 4.0.2.

Sync

  • Fix for a serious regression, please update as soon as possible.