We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1043c6 commit 46b64b4Copy full SHA for 46b64b4
objectbox/CHANGELOG.md
@@ -1,5 +1,8 @@
1
## latest
2
3
+* Add `Store.reference` getter and `Store.fromReference()` factory - enabling access to store from multiple isolates.
4
+* Add `Store.subscribe<EntityType>()` and `Store.subscribe<EntityType>()` data change event streams.
5
+* Add multiple `SyncClient` event streams.
6
* Update to objectbox-c v0.12.0
7
* Update to objectbox-android v2.9.0
8
* Update to objectbox-swift v1.5.0
0 commit comments