- Updated PowerSync SDK packages in demo application.
- Updated Supabase demo to use JWT secret
- Added demo for using Postgres as the bucket storage.
- Updated
journeyapps/powersync-service:latest
image specifier which will target>v.1.0.0
of the Docker image. This version of the Docker image contains support for MongoDB (alpha), MySQL (alpha) and the new modular architecture.
- Updated
powersync/web
to version1.11.0
in NodeJS demo app.
- Use Supabase Docker networks. This removes the use of
host.docker.internal
which is not always available on all Systems.
- Added note for PowerSync service memory limits using the
NODE_OPTIONS
environment variable.
- Use Next (development) PowerSync service image for testing.
- Added alpha demo for MongoDB replication
- Cleaned
powersync.yaml
config file placeholder values
- Added Supabase local development demo.
- Added a Django demo. Split code to make demos more modular
- Updated to MongoDB v7
- Implemented config file environment variable template substitution
- Renamed
.yml
files to.yaml
- Neatened
powersync.yaml
layout and comments - Added JSON schema for
powersync.yaml
- Updated PowerSync Web SDK in demo app
- Initial release