Objectbox Swift Versions Save

Swift database - fast, simple and lightweight (iOS, macOS)

v1.9.2

3 months ago
  • 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.

v1.9.1

5 months ago
  • 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.

v1.9.0

7 months ago
  • 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.

v1.8.1

1 year ago

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.

v1.8.0

1 year ago

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

v1.7.0

2 years ago

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.

v1.6.0

3 years ago
  • Build with Xcode 12.5 and Swift 5.4
  • Updated Sync protocol to V3
  • Internal improvements

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

v1.5.0

3 years ago

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

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

v1.5.0-rc

3 years ago

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

Full changelogs

v1.4.1

3 years ago

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