Skip to content

Commit a804fd2

Browse files
update changelog
1 parent 7a89124 commit a804fd2

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
## 1.8.0 (unreleased)
44

5-
* Update Kotlin SDK to 1.7.0.
6-
* Update PowerSync SQLite core to 0.4.10
7-
* Add the `soft` flag to `disconnectAndClear()` which keeps an internal copy of synced data in the database, allowing faster re-sync if a compatible token is used in the next connect() call
85
* Enable the `newClientImplementation` by default. This should improve performance and memory usage.
6+
* **Potential Breaking Change** The `newClientImplementation` now uses WebSockets to connect to the PowerSync service. These WebSockets connections do not log events to `SyncClientConfiguration->requestLogger`.
7+
* Add the `soft` flag to `disconnectAndClear()` which keeps an internal copy of synced data in the database, allowing faster re-sync if a compatible token is used in the next connect() call
8+
* Update PowerSync SQLite core to 0.4.10
9+
* Update Kotlin SDK to 1.7.0.
910

1011

1112
## 1.7.0

Demo/PowerSyncExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)