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 d9ff63e commit 204b49fCopy full SHA for 204b49f
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.4.0
2
+
3
+- Ensure database connections are cleaned up on unhandled Isolate errors.
4
+- Minor performance improvements.
5
6
## 0.3.0
7
8
- Better error messages for recursive transactions.
pubspec.yaml
@@ -1,6 +1,6 @@
name: sqlite_async
description: High-performance asynchronous interface for SQLite on Dart and Flutter.
-version: 0.3.0
+version: 0.4.0
repository: https://github.com/journeyapps/sqlite_async.dart
environment:
sdk: '>=2.19.1 <3.0.0'
0 commit comments