You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## 1.0.0-BETA24
4
+
5
+
* Improve internal handling of watch queries to avoid issues where updates are not being received due to transaction commits occurring after the query is run.
6
+
* Fix issue in JVM build where `columnNames` was throwing an error due to the index of the JDBC driver starting at 1 instead of 0 as in the other drivers/
7
+
* Throw and not just catch `CancellationExceptions` in `runWrappedSuspending`
8
+
3
9
## 1.0.0-BETA23
4
10
5
11
* Make `execute` and `PowerSyncTransaction` functions throwable for Swift
0 commit comments