Skip to content

Releases: objectbox/objectbox-go

v1.2.0

25 Aug 12:59
Compare
Choose a tag to compare
  • 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

v1.1.2

18 Mar 12:21
Compare
Choose a tag to compare
  • ensure Query finalizer is only executed by Go GC after a native call finishes

v1.1.1

14 Feb 10:47
Compare
Choose a tag to compare
  • Use temp directories in tests to prevent failure in recent Go versions checking-out modules as read-only.

v1.1.0

17 Dec 13:31
Compare
Choose a tag to compare
  • Add Box Insert and Update methods with stricter semantics than Put
  • Add AsyncBox for efficient asynchronous processing
  • Add Query order and parameter alias support
  • And a lot more; e.g. various code generator improvements

Please check the blog post and changelog for details.

ObjectBox Go 1.0 stable release

16 Jul 13:59
Compare
Choose a tag to compare

ObjectBox Go is out of beta and offers a stable API from now on.

Release post
Docs and Changelog

v0.9.0

25 Apr 13:40
Compare
Choose a tag to compare

Fixes for macOS and 32 bit platforms.

Full changelog: https://golang.objectbox.io/