Skip to content

Conversation

@stevensJourney
Copy link
Contributor

1.10.0

  • Add appMetadata parameter to PowerSyncDatabase.connect() to include application metadata in
    sync requests. This metadata is merged into sync requests and displayed in PowerSync service logs.

Note: This requires a PowerSync service version >=1.17.0 in order for logs to display metadata.

database.connect(
    connector = connector,
    appMetadata = mapOf(
        "appVersion" to "1.0.0",
        "deviceId" to "device456"
    )
)

@stevensJourney stevensJourney marked this pull request as ready for review December 12, 2025 08:33
Copy link
Contributor

@simolus3 simolus3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@stevensJourney stevensJourney merged commit 65faf29 into main Dec 12, 2025
10 checks passed
@stevensJourney stevensJourney deleted the release/1.10.0 branch December 12, 2025 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants