Skip to content

Releases: powersync-ja/react-native-quick-sqlite

v1.4.0

20 Sep 12:35
358a775
Compare
Choose a tag to compare

Minor Changes

  • 429361a: - Remove use of nativeCallSyncHook() for new architecture support.

v1.3.1

09 Sep 17:16
58d5038
Compare
Choose a tag to compare

Patch Changes

  • b8e0524: Use install_modules_dependencies if available in newer react-native versions.

v1.3.0

02 Sep 10:18
c0d877f
Compare
Choose a tag to compare

Minor Changes

  • 11fc707: Rename back to @journeyapps/react-native-quick-sqlite for now
  • 5f70fd2: Use powersync-sqlite-core 0.2.1

v1.2.0

12 Jul 07:43
1ff58d6
Compare
Choose a tag to compare

Minor Changes

  • f9d83cc: Move package to @powersync/react-native-quick-sqlite

v1.1.8

10 Jul 10:40
7db6123
Compare
Choose a tag to compare

Patch Changes

  • f072d10: Silencing transactions that are reporting on failed rollback exceptions when they are safe to ignore.

v1.1.7

23 May 12:07
4a0a4ef
Compare
Choose a tag to compare

Patch Changes

  • 421bcbd: The default minimum SDK for Expo 51 is 23, so attempting to compile with our package using 21 would result in a build error.

v1.1.6

09 May 11:19
246724e
Compare
Choose a tag to compare

Patch Changes

  • 634c9c2: Removed the requirement for lodash and uuid packages.

v1.1.5

29 Apr 07:17
38ed2b2
Compare
Choose a tag to compare

Patch Changes

  • 40c6dd0: Fix race condition where table change notications would trigger before COMMIT had completed.
  • 2165048: Use memory temp_store

v1.1.4

17 Apr 13:35
04448ef
Compare
Choose a tag to compare

Patch Changes

  • a1a7dec: Updated UUID dependency.

v1.1.3

02 Apr 14:59
7b56453
Compare
Choose a tag to compare

Patch Changes

  • b12ec4d: This pull request improves the performance of releasing lock operations. Executing multiple lock operations, such as individual calls to .execute, should see a significant performance improvement.