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:
1515
1616Packages with other changes:
1717
18+ - [ ` sqlite_async ` - ` v0.12.1 ` ] ( #sqlite_async---v0121 )
1819 - [ ` sqlite_async ` - ` v0.12.0 ` ] ( #sqlite_async---v0120 )
1920 - [ ` drift_sqlite_async ` - ` v0.2.3+1 ` ] ( #drift_sqlite_async---v0231 )
2021
@@ -26,6 +27,10 @@ Packages with dependency updates only:
2627
2728---
2829
30+ #### ` sqlite_async ` - ` v0.12.1 `
31+
32+ - Fix distributing updates from shared worker.
33+
2934#### ` sqlite_async ` - ` v0.12.0 `
3035
3136 - 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+
15## 0.12.0
26
37 - Avoid large transactions creating a large internal update queue.
Original file line number Diff line number Diff line change 11name : sqlite_async
22description : High-performance asynchronous interface for SQLite on Dart and Flutter.
3- version : 0.12.0
3+ version : 0.12.1
44repository : https://github.com/powersync-ja/sqlite_async.dart
55environment :
66 sdk : " >=3.5.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments