File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
common/src/nativeMain/kotlin/com/powersync/sync Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33## 1.9.0 (unreleased)
44
5- - Updated user agent string formats to match backend parser requirements .
5+ - Updated user agent string formats to allow viewing version distributions in the new PowerSync dashboard .
66- Sync options: ` newClientImplementation ` is now the default.
77- Make ` androidx.sqlite:sqlite-bundled ` an API dependency of ` :core ` to avoid toolchain warnings.
88
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ import com.powersync.build.LIBRARY_VERSION
44import kotlin.experimental.ExperimentalNativeApi
55
66@OptIn(ExperimentalNativeApi ::class )
7- internal actual fun userAgent (): String = " powersync-kotlin/v$LIBRARY_VERSION ${Platform .osFamily.name} "
7+ internal actual fun userAgent (): String = " powersync-kotlin/v$LIBRARY_VERSION ${Platform .cpuArchitecture.name} / ${ Platform . osFamily.name}"
You can’t perform that action at this time.
0 commit comments