ObjectBox Go Database v1.2.0 Release Notes
Release Date: 2020-08-25 // about 4 years ago-
- ⚡️ update to objectbox-c v0.10.0 with latest improvements and fixes
- 👌 support comma in addition to space as an annotation separator
- extract code generation into a separate module/project objectbox-generator and depend on it to preserve existing
go:generate
annotations
Previous changes from v1.1.2
-
- ensure Query finalizer is only executed by Go GC after a native call finishes