We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c79cb commit 866509eCopy full SHA for 866509e
sembast/CHANGELOG.md
@@ -1,6 +1,7 @@
1
-## 3.7.3
+## 3.7.3+1
2
3
* Add experimental `Database.reload()` to force reloading the database from the storage.
4
+* Improve memory usage by caching the record list and avoiding too many casts.
5
6
## 3.7.2
7
sembast/pubspec.yaml
@@ -1,5 +1,5 @@
name: sembast
-version: 3.7.3
+version: 3.7.3+1
description: NoSQL persistent embedded file system document-based database for Dart VM and Flutter with encryption support.
homepage: https://github.com/tekartik/sembast.dart/tree/master/sembast
topics:
0 commit comments