Skip to content

@powersync/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Nov 09:00
· 164 commits to main since this release
49e99f4

Major Changes

  • 57bd18b: - Introduced modules to the powersync service architecture
    • Core functionality has been moved to "engine" classes. Modules can register additional functionality with these engines.
    • The sync API functionality used by the routes has been abstracted to an interface. API routes are now managed by the RouterEngine.
    • Replication is managed by the ReplicationEngine and new replication data sources can be registered to the engine by modules.
    • Refactored existing Postgres replication as a module.
    • Removed Postgres specific code from the core service packages.

Minor Changes

  • 57bd18b: Add MongoDB support (Alpha)

Patch Changes