File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Packages with breaking changes:
15
15
16
16
Packages with other changes:
17
17
18
+ - [ ` sqlite_async ` - ` v0.12.1 ` ] ( #sqlite_async---v0121 )
18
19
- [ ` sqlite_async ` - ` v0.12.0 ` ] ( #sqlite_async---v0120 )
19
20
- [ ` drift_sqlite_async ` - ` v0.2.3+1 ` ] ( #drift_sqlite_async---v0231 )
20
21
@@ -26,6 +27,10 @@ Packages with dependency updates only:
26
27
27
28
---
28
29
30
+ #### ` sqlite_async ` - ` v0.12.1 `
31
+
32
+ - Fix distributing updates from shared worker.
33
+
29
34
#### ` sqlite_async ` - ` v0.12.0 `
30
35
31
36
- Avoid large transactions creating a large internal update queue.
Original file line number Diff line number Diff line change
1
+ ## 0.12.1
2
+
3
+ - Fix distributing updates from shared worker.
4
+
1
5
## 0.12.0
2
6
3
7
- Avoid large transactions creating a large internal update queue.
Original file line number Diff line number Diff line change 1
1
name : sqlite_async
2
2
description : High-performance asynchronous interface for SQLite on Dart and Flutter.
3
- version : 0.12.0
3
+ version : 0.12.1
4
4
repository : https://github.com/powersync-ja/sqlite_async.dart
5
5
environment :
6
6
sdk : " >=3.5.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments