You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: objectbox/CHANGELOG.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,19 @@
3
3
* Generator: replace cryptography library, allows to use newer versions of the transitive `js` dependency. [#638](https://github.com/objectbox/objectbox-dart/issues/638)
4
4
* iOS: support `Query.findWithScores()` with big objects (> 4 KB), previously would throw a
5
5
`StorageException: Do not use vector-based find on 32 bit systems with big objects`. [#676](https://github.com/objectbox/objectbox-dart/issues/676)
6
-
* Made closing the store more robust; e.g. it waits for ongoing queries and transactions to finish
7
-
(please still ensure to clean up properly on your side, this is an additional safety net)
6
+
* Make closing the Store more robust. It waits for ongoing queries and transactions to finish.
7
+
This is just an additional safety net. Your code should still make sure to finish all Store
8
+
operations, like queries, before closing it.
8
9
* Flutter for Linux/Windows, Dart Native: update to [objectbox-c 4.0.2](https://github.com/objectbox/objectbox-c/releases/tag/v4.0.2).
9
10
* Flutter for iOS/macOS: update to [objectbox-swift 4.0.1](https://github.com/objectbox/objectbox-swift/releases/tag/v4.0.1).
10
11
Existing projects may have to run `pod repo update` and `pod update ObjectBox`.
11
12
* Flutter for Android: update to [objectbox-android 4.0.3](https://github.com/objectbox/objectbox-java/releases/tag/V4.0.3).
12
13
If you are [using Admin](https://docs.objectbox.io/data-browser#admin-for-android), make sure to
13
14
update to `io.objectbox:objectbox-android-objectbrowser:4.0.3` in `android/app/build.gradle`.
14
-
* Sync: Fixed a serious regression; please update to the latest version asap!
15
-
* Sync: Added a special compression for tiny transactions (internally)
15
+
16
+
### Sync
17
+
***Fix a serious regression, please update as soon as possible.**
18
+
* Add special compression for tiny transactions (internally).
0 commit comments