DATE:
AUTHOR:
PowerSync Product Team
JavaScript Packages/Libraries

OP-SQLite for PowerSync React Native: v0.7.0

DATE:
AUTHOR: PowerSync Product Team

We are excited to share the release of version 0.7.0 of the @powersync/op-sqlite. This package enables using OP-SQLite with PowerSync's React Native SDK.

It is available on NPM and GitHub.

Changelog

0.7.0

  • [IMPROVED] Updated the upstream op-sqlite peer dependency from 11.x.x to support ^13.x.x and ^14.x.x.

    Noteworthy changes from version 11 to version 14 include:

    • SQLite updated to 3.49.1

    • SQLCipher updated to 4.8.0

    • Monorepo config resolution, you may need to move your op-sqlite config from your application's package.json to the monorepo root package.json depending on where your package manager tool hoists modules (see 1 and 2).

0.6.1

  • Dependency bump.

0.6.0

  • [IMPROVED]close() is now async, which allows clients to use it with await.

  • [IMPROVED] Pending read/write operations are now rejected when the database is closed.

0.5.6

Powered by LaunchNotes