File tree Expand file tree Collapse file tree 5 files changed +37
-3
lines changed Expand file tree Collapse file tree 5 files changed +37
-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-10-13  
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.12.2 ` ] ( #sqlite_async---v0122 ) 
19+  -  [ ` drift_sqlite_async `  - ` v0.2.5 ` ] ( #drift_sqlite_async---v025 ) 
20+ 
21+ --- 
22+ 
23+ #### ` sqlite_async `  - ` v0.12.2 `  
24+ 
25+  -  Add ` withAllConnections `  method to run statements on all connections in the pool.
26+ 
27+ #### ` drift_sqlite_async `  - ` v0.2.5 `  
28+ 
29+  -  Allow customizing update notifications from ` sqlite_async ` .
30+ 
31+ 
632## 2025-08-08  
733
834### Changes  
Original file line number Diff line number Diff line change 1+ ## 0.2.5  
2+ 
3+  -  Allow customizing update notifications from ` sqlite_async ` .
4+ 
15## 0.2.4  
26
37-  Allow transforming table updates from sqlite_async.
Original file line number Diff line number Diff line change 11name : drift_sqlite_async 
2- version : 0.2.4  
2+ version : 0.2.5  
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.28.0 <3.0.0" 
18-   sqlite_async : ^0.12.0  
18+   sqlite_async : ^0.12.2  
1919
2020dev_dependencies :
2121  build_runner : ^2.4.8 
Original file line number Diff line number Diff line change 1+ ## 0.12.2  
2+ 
3+  -  Add ` withAllConnections `  method to run statements on all connections in the pool.
4+ 
15## 0.12.1  
26
37-  Fix distributing updates from shared worker.
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.1  
3+ version : 0.12.2  
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