Skip to content

Conversation

simolus3
Copy link
Contributor

@simolus3 simolus3 commented Mar 3, 2025

First, I've fixed a weird issue we had when running demos with the DDC compiler through flutter run. After a hot reloads, we got weird type errors because the list of partial priority entries suddenly had an unexpected type. Given that it only happens after reloads and only on the web, I'll call this a compiler bug. I was unable to reproduce it in a smaller project, but I found a workaround that is applied here (making the ListEquality instance for SyncStatus more broad than necessary, and avoiding a constant list of entries when reading priority entries from workers).
I've also fixed a regression I've introduced in the supabase todolist example that showed the "Busy with sync" message precisely when it wasn't supposed to show...

Apart from that, this adds a minor version bump to powersync_core, powersync and powersync_sqlcipher to release those packages with support for bucket priorities.

@simolus3 simolus3 requested a review from stevensJourney March 3, 2025 08:39
stevensJourney
stevensJourney previously approved these changes Mar 3, 2025
Copy link
Contributor

@stevensJourney stevensJourney left a comment

Choose a reason for hiding this comment

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

Looks good to me

@simolus3 simolus3 merged commit 0949fe1 into main Mar 4, 2025
6 checks passed
@simolus3 simolus3 deleted the release branch March 4, 2025 08:39
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.

2 participants