Skip to content

Releases: objectbox/objectbox-swift

v1.9.2

14 Feb 10:20
Compare
Choose a tag to compare
  • Built with Xcode 15.0.1 and Swift 5.9.
  • Update to ObjectBox C API 0.21.0.
  • Include debug symbols for the ObjectBox Swift library.

Check https://swift.objectbox.io/ for details.

ObjectBox Swift database 1.9.1

21 Nov 12:42
Compare
Choose a tag to compare
  • Built with Xcode 15.0.1 and Swift 5.9.
  • Fix incorrect flags getting generated in the model JSON for to-one properties.
  • setup.rb: Changed configured build phase for ObjectBox generator to always run to remove warning due to no build phase inputs being configured (as the script can not know which source code files contain entities).
  • Require at least iOS 12.0 and macOS 10.15.

Check https://swift.objectbox.io/ for details.

ObjectBox Swift database 1.9.0

19 Sep 12:02
Compare
Choose a tag to compare
  • Built with Xcode 14.3.1 and Swift 5.8.1 (Xcode 14.3.1 or higher recommended)
  • Update to ObjectBox C API 0.19.0
    • Queries: all expected results are now returned when using a less-than or less-or-equal condition for a String property with index type VALUE. Reported via objectbox-dart#318
    • Queries: when combining multiple conditions with OR and adding a condition on a related entity ("link condition") the combined conditions are now properly applied. Reported via objectbox-dart#546

Check https://swift.objectbox.io/ for details.

ObjectBox Swift Database 1.8.1

30 Jan 17:35
Compare
Choose a tag to compare

Recommended bugfix release; please update.

  • Fixes "Could not put (-30786)", which may occur in some corner cases on some platforms.

Please visit https://swift.objectbox.io/ shortly for more information.

ObjectBox Swift Database 1.8.0

13 Dec 09:53
Compare
Choose a tag to compare

Please visit https://swift.objectbox.io/ for more information.

v1.7.0

21 Feb 13:10
Compare
Choose a tag to compare

Unique properties can now be annotated to replace objects "on conflict" (e.g. useful for a secondary key).

See all changes in the Swift Database docs.

1.6.0

13 May 19:59
Compare
Choose a tag to compare
  • Build with Xcode 12.5 and Swift 5.4
  • Updated Sync protocol to V3
  • Internal improvements

Check https://swift.objectbox.io/ for details.

1.5.0

03 May 10:33
Compare
Choose a tag to compare

Added support for Apple Silicon (e.g. M1 ARM64-based CPU), XCFramework, etc.

Check https://swift.objectbox.io/ for details.

1.5.0-rc

25 Feb 10:01
Compare
Choose a tag to compare

Added support for Apple Silicon (e.g. M1 ARM64-based CPU)

Full changelogs

1.4.1

10 Nov 17:16
Compare
Choose a tag to compare

Mostly internal changes; check the doc pages for a detailed changelog.