-
Notifications
You must be signed in to change notification settings - Fork 29
[Chore] Update Alpha With Master #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chore: update podfile.lock * docs: update readme * chore: uncomment platform * Update demos/supabase-todolist/README.md Co-authored-by: benitav <benitav@users.noreply.github.com> * Update Readme instructions for both demo apps * Update demos/supabase-todolist/README.md Co-authored-by: benitav <benitav@users.noreply.github.com> * Update demos/supabase-simple-chat/README.md Co-authored-by: benitav <benitav@users.noreply.github.com> * chore: update podfile.lock --------- Co-authored-by: DominicGBauer <dominic@nomanini.com> Co-authored-by: benitav <benitav@users.noreply.github.com> Co-authored-by: benitav <benita@journeyapps.com>
* chore: improve attachment queue * chore: update changelog * chore: pr feedback --------- Co-authored-by: DominicGBauer <dominic@nomanini.com>
* chore(powersync): add crud throttle to connect * chore(powersync): add crud throttle to connect --------- Co-authored-by: DominicGBauer <dominic@nomanini.com>
Co-authored-by: DominicGBauer <dominic@nomanini.com>
Fix "Checksum mismatch" when calling connect() multiple times
* chore(attachments): minor improvements * docs: update changelog * chore: pr reverts --------- Co-authored-by: DominicGBauer <dominic@nomanini.com>
…#81) * Reset ability to sync after exception is possibly thrown in syncing_service.dart * Added `catch` statemet syncing_service.dart. * Fix typo.
* chore(attachments): update version 0.3.2 * fix: lint * docs: update changelog * docs: update changelog --------- Co-authored-by: DominicGBauer <dominic@nomanini.com>
Chore/update readme
* feat(attachments): cater for subdirectorires in storage * fix: changelog * chore: make mediaType configurable in example and demo --------- Co-authored-by: DominicGBauer <dominic@nomanini.com>
Fix disconnectAndClear not clearing ps_untyped
This increases compatibility with other projects. Dependency calls were audited. Signed-off-by: Kobie Botha <kobie@journeyapps.com>
…pendency Lower path_provider dependency version
* chore(attachments): update version 0.4.1 * chore: add changelog --------- Co-authored-by: DominicGBauer <dominic@nomanini.com>
This reverts commit 8d00dd6.
b7f4dce
to
02b96a6
Compare
Branding updates
Update banner image in repo root
DominicGBauer
approved these changes
May 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
This updates the alpha branch with the latest changes from master.
Dependencies
When updating it was noted that a recent release of

sqlite3
breaks the web implementation.Version
2.4.3
ofsqlite3
removes the need for certain JS dependencies, but this causes a JS compile errorSee a similar post where it is recommended to use version
<2.4.3
.For now the version range has been updated to exclude the latest release.
Future releases will use the latest
sqlite3
andsqlite3_web
packages. See powersync-ja/sqlite_async.dart#43Testing
alphatest.mov