Skip to content

Commit 4fa057b

Browse files
committed
v0.6.0
1 parent 7a3e6ff commit 4fa057b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.6.0
2+
3+
- Allow catching errors and continuing the transaction. This is technically a breaking change, although it should not be an issue in most cases.
4+
- Add `tx.closed` and `db/tx.getAutoCommit()` to check whether transactions are active.
5+
- Requires sqlite3 ^2.3.0 and Dart ^3.2.0.
6+
17
## 0.5.2
28

39
- Fix releasing of locks when closing `SharedMutex``.

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: sqlite_async
22
description: High-performance asynchronous interface for SQLite on Dart and Flutter.
3-
version: 0.5.2
4-
repository: https://github.com/journeyapps/sqlite_async.dart
3+
version: 0.6.0
4+
repository: https://github.com/powersync-ja/sqlite_async.dart
55
environment:
66
sdk: '>=3.2.0 <4.0.0'
77

0 commit comments

Comments
 (0)