File tree Expand file tree Collapse file tree 5 files changed +39
-3
lines changed Expand file tree Collapse file tree 5 files changed +39
-3
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## 2025-05-19
7+
8+ ### Changes
9+
10+ ---
11+
12+ Packages with breaking changes:
13+
14+ - There are no breaking changes in this release.
15+
16+ Packages with other changes:
17+
18+ - [ ` sqlite_async ` - ` v0.11.5 ` ] ( #sqlite_async---v0115 )
19+ - [ ` drift_sqlite_async ` - ` v0.2.2+1 ` ] ( #drift_sqlite_async---v0221 )
20+
21+ Packages with dependency updates only:
22+
23+ > Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
24+
25+ - ` drift_sqlite_async ` - ` v0.2.2+1 `
26+
27+ ---
28+
29+ #### ` sqlite_async ` - ` v0.11.5 `
30+
31+ - ** FEAT** : Allow profiling queries.
32+
33+
634## 2024-11-06
735
836### Changes
Original file line number Diff line number Diff line change 1+ ## 0.2.2+1
2+
3+ - Update a dependency to the latest release.
4+
15## 0.2.2
26
37- Fix write detection when using UPDATE/INSERT/DELETE with RETURNING in raw queries.
Original file line number Diff line number Diff line change 11name : drift_sqlite_async
2- version : 0.2.2
2+ version : 0.2.2+1
33homepage : https://github.com/powersync-ja/sqlite_async.dart
44repository : https://github.com/powersync-ja/sqlite_async.dart
55description : Use Drift with a sqlite_async database, allowing both to be used in the same application.
@@ -15,7 +15,7 @@ environment:
1515 sdk : " >=3.0.0 <4.0.0"
1616dependencies :
1717 drift : " >=2.19.0 <3.0.0"
18- sqlite_async : ^0.11.0
18+ sqlite_async : ^0.11.5
1919
2020dev_dependencies :
2121 build_runner : ^2.4.8
Original file line number Diff line number Diff line change 1+ ## 0.11.5
2+
3+ - ** FEAT** : Allow profiling queries.
4+
15## 0.11.4
26
37- Add ` SqliteConnection.synchronousWrapper ` and ` SqliteDatabase.singleConnection ` .
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.11.4
3+ version : 0.11.5
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