File tree Expand file tree Collapse file tree 6 files changed +11
-6
lines changed
Expand file tree Collapse file tree 6 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,19 @@ ObjectBox C and C++ API Changelog
22=================================
33
445.0.0-rc (2025-09-30)
5- ------------------
5+ ---------------------
66
77### User-Specific Data Sync
88
99* Sync filters: define server-side filter expression to sync individual data for each sync user.
1010 This is also known as "user-specific data sync" and requires Sync clients version 5.0.
1111* Client variables: clients may define key/value pairs that can be used in sync filters
1212
13+ ### New supported platform: Windows ARM64
14+
15+ * Besides x86 and x64, ObjectBox now also supports Windows ARM64
16+ * Use git tag ` v5.0.0-rc2 ` for CMake (the arm64 libs were added to the 5.0.0-rc release in a later commit)
17+
1318### Fixes
1419
1520* Fixed clearing 1: N backlinks for IDs larger than 32-bit (setting backlink ID to 0 on the "1" side)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if (NOT TARGET objectbox) # Using "if" in case a (potential) parent project alre
1717 FetchContent_Declare(
1818 objectbox
1919 GIT_REPOSITORY https://github.com/objectbox/objectbox-c.git
20- GIT_TAG v5.0.0-rc # For latest versions, check https://github.com/objectbox/objectbox-c/releases
20+ GIT_TAG v5.0.0-rc2 # For latest versions, check https://github.com/objectbox/objectbox-c/releases
2121 )
2222 FetchContent_MakeAvailable(objectbox)
2323
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if (NOT TARGET objectbox) # Using "if" in case a (potential) parent project alre
1717 FetchContent_Declare(
1818 objectbox
1919 GIT_REPOSITORY https://github.com/objectbox/objectbox-c.git
20- GIT_TAG v5.0.0-rc # For latest versions, check https://github.com/objectbox/objectbox-c/releases
20+ GIT_TAG v5.0.0-rc2 # For latest versions, check https://github.com/objectbox/objectbox-c/releases
2121 )
2222 FetchContent_MakeAvailable(objectbox)
2323
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if (NOT TARGET objectbox) # Using "if" in case a (potential) parent project alre
1717 FetchContent_Declare(
1818 objectbox
1919 GIT_REPOSITORY https://github.com/objectbox/objectbox-c.git
20- GIT_TAG v5.0.0-rc # For latest versions, check https://github.com/objectbox/objectbox-c/releases
20+ GIT_TAG v5.0.0-rc2 # For latest versions, check https://github.com/objectbox/objectbox-c/releases
2121 )
2222 FetchContent_MakeAvailable(objectbox)
2323
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if (NOT TARGET objectbox) # Using "if" in case a (potential) parent project alre
1717 FetchContent_Declare(
1818 objectbox
1919 GIT_REPOSITORY https://github.com/objectbox/objectbox-c.git
20- GIT_TAG v5.0.0-rc # For latest versions, check https://github.com/objectbox/objectbox-c/releases
20+ GIT_TAG v5.0.0-rc2 # For latest versions, check https://github.com/objectbox/objectbox-c/releases
2121 )
2222 FetchContent_MakeAvailable(objectbox)
2323
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if (NOT TARGET objectbox) # Using "if" in case a (potential) parent project alre
1717 FetchContent_Declare(
1818 objectbox
1919 GIT_REPOSITORY https://github.com/objectbox/objectbox-c.git
20- GIT_TAG v5.0.0-rc # For latest versions, check https://github.com/objectbox/objectbox-c/releases
20+ GIT_TAG v5.0.0-rc2 # For latest versions, check https://github.com/objectbox/objectbox-c/releases
2121 )
2222 FetchContent_MakeAvailable(objectbox)
2323
You can’t perform that action at this time.
0 commit comments