- 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